aboutsummaryrefslogtreecommitdiff
path: root/docs/qmp-commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/qmp-commands.txt')
-rw-r--r--docs/qmp-commands.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 0de1b04aa9..93b3742ac5 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -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
--------------------