From 7f3850c2629d197fa339ff877824d91bf77f3a49 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Mon, 10 Oct 2011 17:30:08 -0300 Subject: [PATCH] QMP: Fix blockdev-snapshot-sync doc example Fix wrong command name. Reported-by: Eric Blake Signed-off-by: Luiz Capitulino --- qmp-commands.hx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.7.4