aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 13:25:28 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:15:28 +0100
commit2ea72beb9f9f561c66b9bacfee61d0fb96d4f15b (patch)
treebc4168550c790c79667be80a18620874a527ae57
parentdbdbddb96e55da26a503cfa107689b77f7d65dd9 (diff)
downloadqemu-2ea72beb9f9f561c66b9bacfee61d0fb96d4f15b.zip
qemu-2ea72beb9f9f561c66b9bacfee61d0fb96d4f15b.tar.gz
qemu-2ea72beb9f9f561c66b9bacfee61d0fb96d4f15b.tar.bz2
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>
-rw-r--r--docs/qmp-commands.txt18
-rw-r--r--qapi-schema.json7
2 files changed, 7 insertions, 18 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 116d2f7..73fef65 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -168,24 +168,6 @@ Example:
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
----------------------
diff --git a/qapi-schema.json b/qapi-schema.json
index f021cd0..be653e8b 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3039,6 +3039,13 @@
# Returns: Nothing on success
#
# Since: 1.1
+#
+# Example:
+#
+# -> { "execute": "xen-save-devices-state",
+# "arguments": { "filename": "/tmp/save" } }
+# <- { "return": {} }
+#
##
{ 'command': 'xen-save-devices-state', 'data': {'filename': 'str'} }