From 2ea72beb9f9f561c66b9bacfee61d0fb96d4f15b Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Thu, 23 Jun 2016 13:25:28 +0200 Subject: qmp-commands: move 'xen-save-devices-state' doc to schema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Signed-off-by: Markus Armbruster --- docs/qmp-commands.txt | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'docs/qmp-commands.txt') diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index 116d2f723c..73fef658f8 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 ---------------------- -- cgit 1.4.1