aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 13:19:25 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:15:28 +0100
commitb953601be00e020bd960d7bd4f1276b743cd35fd (patch)
treea7556b9777175378d4c4e1e90e14aad12ade769e /docs
parentab9895337c4613ddee1b56f4a1ce3025155483c7 (diff)
downloadqemu-b953601be00e020bd960d7bd4f1276b743cd35fd.zip
qemu-b953601be00e020bd960d7bd4f1276b743cd35fd.tar.gz
qemu-b953601be00e020bd960d7bd4f1276b743cd35fd.tar.bz2
qmp-commands: move 'query-migrate-cache-size' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/qmp-commands.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 889955e..88bb012 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -305,19 +305,6 @@ Example:
-> { "execute": "migrate-set-cache-size", "arguments": { "value": 536870912 } }
<- { "return": {} }
-query-migrate-cache-size
-------------------------
-
-Show cache size to be used by XBZRLE migration
-
-returns a json-object with the following information:
-- "size" : json-int
-
-Example:
-
--> { "execute": "query-migrate-cache-size" }
-<- { "return": 67108864 }
-
x-colo-lost-heartbeat
--------------------