aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 13:06:17 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:15:27 +0100
commit978d4d97dac8ab98e28011fd696e2594a999af26 (patch)
treea787f8018f206c3df95909b24cafe176ca49902a /docs
parent30831b63dac44e2cac6779a7d2db34daa560b142 (diff)
qmp-commands: move 'pmemsave' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/qmp-commands.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index df988abb5d..bc7cec1447 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -219,25 +219,6 @@ Example:
Note: CPUs' indexes are obtained with the 'query-cpus' command.
-pmemsave
---------
-
-Save to disk physical memory dump starting at 'val' of size 'size'.
-
-Arguments:
-
-- "val": the starting address (json-int)
-- "size": the memory size, in bytes (json-int)
-- "filename": file path (json-string)
-
-Example:
-
--> { "execute": "pmemsave",
- "arguments": { "val": 10,
- "size": 100,
- "filename": "/tmp/physical-mem-dump" } }
-<- { "return": {} }
-
inject-nmi
----------