* [Qemu-devel] [PATCH] QMP: Fix blockdev-snapshot-sync doc example
@ 2011-10-10 20:32 Luiz Capitulino
0 siblings, 0 replies; only message in thread
From: Luiz Capitulino @ 2011-10-10 20:32 UTC (permalink / raw)
To: qemu-devel; +Cc: Jes.Sorensen, Eric Blake
Fix wrong command name.
Reported-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
---
qmp-commands.hx | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/qmp-commands.hx b/qmp-commands.hx
index ea96191..9edb3b9 100644
--- a/qmp-commands.hx
+++ b/qmp-commands.hx
@@ -710,10 +710,10 @@ Arguments:
Example:
--> { "execute": "blockdev-snapshot", "arguments": { "device": "ide-hd0",
- "snapshot-file":
- "/some/place/my-image",
- "format": "qcow2" } }
+-> { "execute": "blockdev-snapshot-sync", "arguments": { "device": "ide-hd0",
+ "snapshot-file":
+ "/some/place/my-image",
+ "format": "qcow2" } }
<- { "return": {} }
EQMP
--
1.7.7.138.g7f41b6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-10-10 20:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10 20:32 [Qemu-devel] [PATCH] QMP: Fix blockdev-snapshot-sync doc example Luiz Capitulino
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).