]> Git Repo - qemu.git/commitdiff
qmp-commands: move 'migrate-set-cache-size' doc to schema
authorMarc-André Lureau <[email protected]>
Thu, 23 Jun 2016 13:38:59 +0000 (15:38 +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 40d68e6a4c2b3f25d6bad8656bbdd26eae73158c..0de1b04aa99b8c8339ef423e0a13e4f34ec1ca85 100644 (file)
@@ -112,21 +112,6 @@ Example:
      "arguments": { "filename": "/tmp/resume" } }
 <- { "return": {} }
 
-migrate-set-cache-size
-----------------------
-
-Set cache size to be used by XBZRLE migration, the cache size will be rounded
-down to the nearest power of 2
-
-Arguments:
-
-- "value": cache size in bytes (json-int)
-
-Example:
-
--> { "execute": "migrate-set-cache-size", "arguments": { "value": 536870912 } }
-<- { "return": {} }
-
 x-colo-lost-heartbeat
 --------------------
 
index 6bb442e69132f8666029b9a3dd574c82132aa134..48670e96e457ab3134e03097e8234082c65cc16f 100644 (file)
 ##
 # @migrate-set-cache-size:
 #
-# Set XBZRLE cache size
+# Set cache size to be used by XBZRLE migration
 #
 # @value: cache size in bytes
 #
 # Returns: nothing on success
 #
 # Since: 1.2
+#
+# Example:
+#
+# -> { "execute": "migrate-set-cache-size",
+#      "arguments": { "value": 536870912 } }
+# <- { "return": {} }
+#
 ##
 { 'command': 'migrate-set-cache-size', 'data': {'value': 'int'} }
 
This page took 0.029573 seconds and 4 git commands to generate.