mirror of
https://github.com/qemu/qemu.git
synced 2025-08-10 03:59:16 +00:00
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>
This commit is contained in:
parent
ab9895337c
commit
b953601be0
@ -305,19 +305,6 @@ Example:
|
|||||||
-> { "execute": "migrate-set-cache-size", "arguments": { "value": 536870912 } }
|
-> { "execute": "migrate-set-cache-size", "arguments": { "value": 536870912 } }
|
||||||
<- { "return": {} }
|
<- { "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
|
x-colo-lost-heartbeat
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
@ -2657,11 +2657,17 @@
|
|||||||
##
|
##
|
||||||
# @query-migrate-cache-size:
|
# @query-migrate-cache-size:
|
||||||
#
|
#
|
||||||
# query XBZRLE cache size
|
# Query migration XBZRLE cache size
|
||||||
#
|
#
|
||||||
# Returns: XBZRLE cache size in bytes
|
# Returns: XBZRLE cache size in bytes
|
||||||
#
|
#
|
||||||
# Since: 1.2
|
# Since: 1.2
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
#
|
||||||
|
# -> { "execute": "query-migrate-cache-size" }
|
||||||
|
# <- { "return": 67108864 }
|
||||||
|
#
|
||||||
##
|
##
|
||||||
{ 'command': 'query-migrate-cache-size', 'returns': 'int' }
|
{ 'command': 'query-migrate-cache-size', 'returns': 'int' }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user