From: Paolo Bonzini Date: Thu, 12 Apr 2012 12:00:58 +0000 (+0200) Subject: block: add mode argument to blockdev-snapshot-sync X-Git-Tag: v1.1-rc2~24^2~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31155b9b3ca87fca11e42fa0802cca1abe710754;p=thirdparty%2Fqemu.git block: add mode argument to blockdev-snapshot-sync Signed-off-by: Paolo Bonzini Signed-off-by: Kevin Wolf --- diff --git a/qmp-commands.hx b/qmp-commands.hx index c810c74c117..db980fa8113 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, },