]> Git Repo - qemu.git/commitdiff
qmp-commands: move 'query-dump' doc to schema
authorMarc-André Lureau <[email protected]>
Thu, 23 Jun 2016 13:33:42 +0000 (15:33 +0200)
committerMarkus Armbruster <[email protected]>
Mon, 16 Jan 2017 08:19:47 +0000 (09:19 +0100)
Signed-off-by: Marc-André Lureau <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
docs/qmp-commands.txt
qapi-schema.json

index 7dce470e80c78768db40e06dccbdf05640d26179..40d68e6a4c2b3f25d6bad8656bbdd26eae73158c 100644 (file)
@@ -137,19 +137,6 @@ Example:
 -> { "execute": "x-colo-lost-heartbeat" }
 <- { "return": {} }
 
-query-dump
-----------
-
-Query background dump status.
-
-Arguments: None.
-
-Example:
-
--> { "execute": "query-dump" }
-<- { "return": { "status": "active", "completed": 1024000,
-                 "total": 2048000 } }
-
 qmp_capabilities
 ----------------
 
index dbfb592c8c1f53b04443baf419effdf76caa50b7..6bb442e69132f8666029b9a3dd574c82132aa134 100644 (file)
 # Returns: A @DumpStatus object showing the dump status.
 #
 # Since: 2.6
+#
+# Example:
+#
+# -> { "execute": "query-dump" }
+# <- { "return": { "status": "active", "completed": 1024000,
+#                  "total": 2048000 } }
+#
 ##
 { 'command': 'query-dump', 'returns': 'DumpQueryResult' }
 
This page took 0.029516 seconds and 4 git commands to generate.