diff mbox

[08/26] block: add mode argument to blockdev-snapshot-sync

Message ID 1334232076-19018-9-git-send-email-pbonzini@redhat.com
State New
Headers show

Commit Message

Paolo Bonzini April 12, 2012, noon UTC
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 qmp-commands.hx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/qmp-commands.hx b/qmp-commands.hx
index c09ee85..4d4c749 100644
--- a/qmp-commands.hx
+++ b/qmp-commands.hx
@@ -759,7 +759,7 @@  EQMP
 
     {
         .name       = "blockdev-snapshot-sync",
-        .args_type  = "device:B,snapshot-file:s,format:s?",
+        .args_type  = "device:B,snapshot-file:s,format:s?,mode:s?",
         .mhandler.cmd_new = qmp_marshal_input_blockdev_snapshot_sync,
     },