Signed-off-by: Marc-André Lureau <[email protected]>
---
docs/qmp-commands.txt | 11 -----------
qapi-schema.json | 7 +++++++
2 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 0fc4cde..b84446f 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -180,17 +180,6 @@ Example:
-> { "execute": "migrate-set-cache-size", "arguments": { "value": 536870912 } }
<- { "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
----------
diff --git a/qapi-schema.json b/qapi-schema.json
index 3c292d1..ee15044 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3195,6 +3195,13 @@
# dump-guest-memory
#
# Since: 2.0
+#
+# Example:
+#
+# -> { "execute": "query-dump-guest-memory-capability" }
+# <- { "return": { "formats":
+# ["elf", "kdump-zlib", "kdump-lzo", "kdump-snappy"] }
+#
##
{ 'command': 'query-dump-guest-memory-capability',
'returns': 'DumpGuestMemoryCapability' }
--
2.10.0