From: Luiz Capitulino Date: Mon, 10 Oct 2011 20:30:08 +0000 (-0300) Subject: QMP: Fix blockdev-snapshot-sync doc example X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~5155 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f3850c2629d197fa339ff877824d91bf77f3a49;p=sdk%2Femulator%2Fqemu.git QMP: Fix blockdev-snapshot-sync doc example Fix wrong command name. Reported-by: Eric Blake Signed-off-by: Luiz Capitulino --- diff --git a/qmp-commands.hx b/qmp-commands.hx index 9c11e87..4328e8b 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