qmp-commands: move 'xen-save-devices-state' 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
dbdbddb96e
commit
2ea72beb9f
|
@ -168,24 +168,6 @@ Example:
|
||||||
|
|
||||||
Note: CPUs' indexes are obtained with the 'query-cpus' command.
|
Note: CPUs' indexes are obtained with the 'query-cpus' command.
|
||||||
|
|
||||||
xen-save-devices-state
|
|
||||||
-------
|
|
||||||
|
|
||||||
Save the state of all devices to file. The RAM and the block devices
|
|
||||||
of the VM are not saved by this command.
|
|
||||||
|
|
||||||
Arguments:
|
|
||||||
|
|
||||||
- "filename": the file to save the state of the devices to as binary
|
|
||||||
data. See xen-save-devices-state.txt for a description of the binary
|
|
||||||
format.
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
-> { "execute": "xen-save-devices-state",
|
|
||||||
"arguments": { "filename": "/tmp/save" } }
|
|
||||||
<- { "return": {} }
|
|
||||||
|
|
||||||
xen-load-devices-state
|
xen-load-devices-state
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
|
@ -3039,6 +3039,13 @@
|
||||||
# Returns: Nothing on success
|
# Returns: Nothing on success
|
||||||
#
|
#
|
||||||
# Since: 1.1
|
# Since: 1.1
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
#
|
||||||
|
# -> { "execute": "xen-save-devices-state",
|
||||||
|
# "arguments": { "filename": "/tmp/save" } }
|
||||||
|
# <- { "return": {} }
|
||||||
|
#
|
||||||
##
|
##
|
||||||
{ 'command': 'xen-save-devices-state', 'data': {'filename': 'str'} }
|
{ 'command': 'xen-save-devices-state', 'data': {'filename': 'str'} }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue