summary refs log tree commit diff stats
path: root/docs/qmp-commands.txt
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 13:31:04 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:15:29 +0100
commit2ccb98033353512a1cdf171fdc88047d5977c97d (patch)
treea4f61beccd14db299cfbd78293e45508d7a3a682 /docs/qmp-commands.txt
parent58e4300a7f5864950a3486ce81b144472161b870 (diff)
downloadfocaccia-qemu-2ccb98033353512a1cdf171fdc88047d5977c97d.tar.gz
focaccia-qemu-2ccb98033353512a1cdf171fdc88047d5977c97d.zip
qmp-commands: move 'query-dump-guest-memory-capability' 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/qmp-commands.txt')
-rw-r--r--docs/qmp-commands.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 162467e924..e4c8457801 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -192,17 +192,6 @@ Example:
 -> { "execute": "x-colo-lost-heartbeat" }
 <- { "return": {} }
 
-query-dump-guest-memory-capability
-----------
-
-Show available formats for 'dump-guest-memory'
-
-Example:
-
--> { "execute": "query-dump-guest-memory-capability" }
-<- { "return": { "formats":
-                    ["elf", "kdump-zlib", "kdump-lzo", "kdump-snappy"] }
-
 query-dump
 ----------