mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-01 22:42:13 -06:00
block: add mode argument to blockdev-snapshot-sync
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
4c355d53c6
commit
31155b9b3c
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ EQMP
|
||||||
|
|
||||||
{
|
{
|
||||||
.name = "blockdev-snapshot-sync",
|
.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,
|
.mhandler.cmd_new = qmp_marshal_input_blockdev_snapshot_sync,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue