mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
qmp-commands: move 'change-backing-file' 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
3282eca4ae
commit
280c4b3cf2
2 changed files with 7 additions and 32 deletions
|
@ -1233,7 +1233,9 @@
|
|||
# updated.
|
||||
#
|
||||
# @image-node-name: The name of the block driver state node of the
|
||||
# image to modify.
|
||||
# image to modify. The "device" argument is used
|
||||
# to verify "image-node-name" is in the chain
|
||||
# described by "device".
|
||||
#
|
||||
# @device: The device name or node-name of the root node that owns
|
||||
# image-node-name.
|
||||
|
@ -1243,6 +1245,10 @@
|
|||
# when specifying the string or the image chain may
|
||||
# not be able to be reopened again.
|
||||
#
|
||||
# Returns: Nothing on success
|
||||
#
|
||||
# If "device" does not exist or cannot be determined, DeviceNotFound
|
||||
#
|
||||
# Since: 2.1
|
||||
##
|
||||
{ 'command': 'change-backing-file',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue