]> Git Repo - qemu.git/commitdiff
qmp-commands: move 'xen-set-global-dirty-log' doc to schema
authorMarc-André Lureau <[email protected]>
Thu, 23 Jun 2016 11:26:12 +0000 (13:26 +0200)
committerMarkus Armbruster <[email protected]>
Mon, 16 Jan 2017 08:15:29 +0000 (09:15 +0100)
Signed-off-by: Marc-André Lureau <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
docs/qmp-commands.txt
qapi-schema.json

index 73fef658f8e04567c2e38f5d0c82c8d0ccd491f9..d7104e872106d25a49c15649a0cdcdf13bd774cc 100644 (file)
@@ -186,21 +186,6 @@ Example:
      "arguments": { "filename": "/tmp/resume" } }
 <- { "return": {} }
 
-xen-set-global-dirty-log
--------
-
-Enable or disable the global dirty log mode.
-
-Arguments:
-
-- "enable": Enable it or disable it.
-
-Example:
-
--> { "execute": "xen-set-global-dirty-log",
-     "arguments": { "enable": true } }
-<- { "return": {} }
-
 migrate-set-cache-size
 ----------------------
 
index be653e8b540e76ae8f2d2396dd674f220a0ae1e2..1c4039a0853965b8ca068cd2623c03e6562ac41d 100644 (file)
 # Returns: nothing
 #
 # Since: 1.3
+#
+# Example:
+#
+# -> { "execute": "xen-set-global-dirty-log",
+#      "arguments": { "enable": true } }
+# <- { "return": {} }
+#
 ##
 { 'command': 'xen-set-global-dirty-log', 'data': { 'enable': 'bool' } }
 
This page took 0.043923 seconds and 4 git commands to generate.