mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
qmp-command.hx: add missing docs for migration capabilites
Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Amit Shah <amit.shah@redhat.com>
This commit is contained in:
parent
b78accf614
commit
d6d69731f5
@ -3184,6 +3184,9 @@ 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
|
||||
|
||||
Arguments:
|
||||
|
||||
@ -3208,6 +3211,9 @@ Query current migration capabilities
|
||||
|
||||
- "capabilities": migration capabilities state
|
||||
- "xbzrle" : XBZRLE state (json-bool)
|
||||
- "rdma-pin-all" : RDMA Pin Page state (json-bool)
|
||||
- "auto-converge" : Auto Converge state (json-bool)
|
||||
- "zero-blocks" : Zero Blocks state (json-bool)
|
||||
|
||||
Arguments:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user