qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 1/2] monitor: Fix do_commit() argument type


From: Luiz Capitulino
Subject: [Qemu-devel] [PATCH 1/2] monitor: Fix do_commit() argument type
Date: Fri, 4 Sep 2009 16:23:06 -0300

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>
---
 qemu-monitor.hx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
-- 
1.6.4.2.253.g0b1fac





reply via email to

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