Re: [Qemu-devel] [PULL V2 12/26] qapi: Add new command to query colo status

2018-10-19 Thread Eric Blake
On 10/18/18 10:22 PM, Jason Wang wrote: From: Zhang Chen Libvirt or other high level software can use this command query colo status. You can test this command like that: {'execute':'query-colo-status'} Signed-off-by: Zhang Chen Signed-off-by: Zhang Chen Signed-off-by: Jason Wang --- +++

[Qemu-devel] [PULL V2 12/26] qapi: Add new command to query colo status

2018-10-18 Thread Jason Wang
From: Zhang Chen Libvirt or other high level software can use this command query colo status. You can test this command like that: {'execute':'query-colo-status'} Signed-off-by: Zhang Chen Signed-off-by: Zhang Chen Signed-off-by: Jason Wang --- migration/colo.c| 21 +