mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06: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
2 changed files with 7 additions and 14 deletions
|
@ -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
|
||||
--------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue