mirror of
https://github.com/qemu/qemu.git
synced 2025-08-09 10:25:06 +00:00
qmp-commands: move 'xen-load-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
8f457b6706
commit
7d1182d989
@ -94,24 +94,6 @@ Example:
|
|||||||
|
|
||||||
Note: CPUs' indexes are obtained with the 'query-cpus' command.
|
Note: CPUs' indexes are obtained with the 'query-cpus' command.
|
||||||
|
|
||||||
xen-load-devices-state
|
|
||||||
----------------------
|
|
||||||
|
|
||||||
Load the state of all devices from file. The RAM and the block devices
|
|
||||||
of the VM are not loaded by this command.
|
|
||||||
|
|
||||||
Arguments:
|
|
||||||
|
|
||||||
- "filename": the file to load the state of the devices from as binary
|
|
||||||
data. See xen-save-devices-state.txt for a description of the binary
|
|
||||||
format.
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
-> { "execute": "xen-load-devices-state",
|
|
||||||
"arguments": { "filename": "/tmp/resume" } }
|
|
||||||
<- { "return": {} }
|
|
||||||
|
|
||||||
x-colo-lost-heartbeat
|
x-colo-lost-heartbeat
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
@ -5832,6 +5832,13 @@
|
|||||||
# format.
|
# format.
|
||||||
#
|
#
|
||||||
# Since: 2.7
|
# Since: 2.7
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
#
|
||||||
|
# -> { "execute": "xen-load-devices-state",
|
||||||
|
# "arguments": { "filename": "/tmp/resume" } }
|
||||||
|
# <- { "return": {} }
|
||||||
|
#
|
||||||
##
|
##
|
||||||
{ 'command': 'xen-load-devices-state', 'data': {'filename': 'str'} }
|
{ 'command': 'xen-load-devices-state', 'data': {'filename': 'str'} }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user