mirror of
https://github.com/qemu/qemu.git
synced 2025-08-09 19:15:32 +00:00
qmp-commands: move 'migrate-set-capabilities' 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
104b1caf05
commit
0a0bb96442
@ -2458,27 +2458,6 @@ Example:
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
migrate-set-capabilities
|
|
||||||
------------------------
|
|
||||||
|
|
||||||
Enable/Disable migration capabilities
|
|
||||||
|
|
||||||
- "xbzrle": XBZRLE support
|
|
||||||
- "rdma-pin-all": pin all pages when using RDMA during migration
|
|
||||||
- "auto-converge": throttle down guest to help convergence of migration
|
|
||||||
- "zero-blocks": compress zero blocks during block migration
|
|
||||||
- "compress": use multiple compression threads to accelerate live migration
|
|
||||||
- "events": generate events for each migration state change
|
|
||||||
- "postcopy-ram": postcopy mode for live migration
|
|
||||||
- "x-colo": COarse-Grain LOck Stepping (COLO) for Non-stop Service
|
|
||||||
|
|
||||||
Arguments:
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
-> { "execute": "migrate-set-capabilities" , "arguments":
|
|
||||||
{ "capabilities": [ { "capability": "xbzrle", "state": true } ] } }
|
|
||||||
|
|
||||||
query-migrate-capabilities
|
query-migrate-capabilities
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
@ -846,6 +846,12 @@
|
|||||||
# @capabilities: json array of capability modifications to make
|
# @capabilities: json array of capability modifications to make
|
||||||
#
|
#
|
||||||
# Since: 1.2
|
# Since: 1.2
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
#
|
||||||
|
# -> { "execute": "migrate-set-capabilities" , "arguments":
|
||||||
|
# { "capabilities": [ { "capability": "xbzrle", "state": true } ] } }
|
||||||
|
#
|
||||||
##
|
##
|
||||||
{ 'command': 'migrate-set-capabilities',
|
{ 'command': 'migrate-set-capabilities',
|
||||||
'data': { 'capabilities': ['MigrationCapabilityStatus'] } }
|
'data': { 'capabilities': ['MigrationCapabilityStatus'] } }
|
||||||
|
Loading…
Reference in New Issue
Block a user