]> Git Repo - qemu.git/commitdiff
qmp-commands: move 'xen-save-devices-state' doc to schema
authorMarc-André Lureau <[email protected]>
Thu, 23 Jun 2016 11:25:28 +0000 (13:25 +0200)
committerMarkus Armbruster <[email protected]>
Mon, 16 Jan 2017 08:15:28 +0000 (09:15 +0100)
Signed-off-by: Marc-André Lureau <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
docs/qmp-commands.txt
qapi-schema.json

index 116d2f723c01d298ade7e4095671dd7aab947dc1..73fef658f8e04567c2e38f5d0c82c8d0ccd491f9 100644 (file)
@@ -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
 ----------------------
 
index f021cd0dfc7ed8dc6b11c0bb240f640f06a27760..be653e8b540e76ae8f2d2396dd674f220a0ae1e2 100644 (file)
 # 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'} }
 
This page took 0.042459 seconds and 4 git commands to generate.