mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
qmp-commands: move 'drive-backup' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
f44fb58f35
commit
b03364126c
2 changed files with 9 additions and 48 deletions
|
@ -1340,6 +1340,15 @@
|
|||
# If @device is not a valid block device, GenericError
|
||||
#
|
||||
# Since: 1.6
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
# -> { "execute": "drive-backup",
|
||||
# "arguments": { "device": "drive0",
|
||||
# "sync": "full",
|
||||
# "target": "backup.img" } }
|
||||
# <- { "return": {} }
|
||||
#
|
||||
##
|
||||
{ 'command': 'drive-backup', 'boxed': true,
|
||||
'data': 'DriveBackup' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue