qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 075e36b] monitor: Fix do_commit() argument type


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 075e36b] monitor: Fix do_commit() argument type
Date: Sat, 26 Sep 2009 19:31:56 -0000

From: Luiz Capitulino <address@hidden>

Currently do_commit() argument type is 's' (string), but it
should be 'B' (block), this way 'commit' gets command completion.

Signed-off-by: Luiz Capitulino <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>

diff --git a/qemu-monitor.hx b/qemu-monitor.hx
index 9f91873..c176f2c 100644
--- a/qemu-monitor.hx
+++ b/qemu-monitor.hx
@@ -15,7 +15,7 @@ STEXI
 Show the help for all commands or just for command @var{cmd}.
 ETEXI
 
-    { "commit", "device:s", do_commit,
+    { "commit", "device:B", do_commit,
       "device|all", "commit changes to the disk images (if -snapshot is used) 
or backing files" },
 STEXI
 @item commit




reply via email to

[Prev in Thread] Current Thread [Next in Thread]