Browse Source

QMP: Fix blockdev-snapshot-sync doc example

Fix wrong command name.

Reported-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
stable-1.0
Luiz Capitulino 15 years ago
parent
commit
7f3850c262
  1. 8
      qmp-commands.hx

8
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

Loading…
Cancel
Save