Skip to content

Commit

Permalink
qmp-commands: move 'xen-load-devices-state' doc to schema
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
  • Loading branch information
elmarco authored and Markus Armbruster committed Jan 16, 2017
1 parent 8f457b6 commit 7d1182d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
18 changes: 0 additions & 18 deletions docs/qmp-commands.txt
Expand Up @@ -94,24 +94,6 @@ Example:

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
--------------------

Expand Down
7 changes: 7 additions & 0 deletions qapi-schema.json
Expand Up @@ -5832,6 +5832,13 @@
# format.
#
# Since: 2.7
#
# Example:
#
# -> { "execute": "xen-load-devices-state",
# "arguments": { "filename": "/tmp/resume" } }
# <- { "return": {} }
#
##
{ 'command': 'xen-load-devices-state', 'data': {'filename': 'str'} }

Expand Down

0 comments on commit 7d1182d

Please sign in to comment.