qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 22/30] qmp-commands: move 'query-dump-guest-memory-c


From: Marc-André Lureau
Subject: [Qemu-devel] [PATCH 22/30] qmp-commands: move 'query-dump-guest-memory-capability' doc to schema
Date: Thu, 22 Sep 2016 13:22:57 +0400

Signed-off-by: Marc-André Lureau <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]