Re: [Qemu-devel] [PATCH V6 11/17] qapi: Add new command to query colo status

2018-04-21 Thread Zhang Chen
On Tue, Apr 17, 2018 at 8:46 PM, Markus Armbruster wrote: > Zhang Chen writes: > > > 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 > > --- > > migrati

Re: [Qemu-devel] [PATCH V6 11/17] qapi: Add new command to query colo status

2018-04-17 Thread Markus Armbruster
Zhang Chen writes: > 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 > --- > migration/colo.c| 31 +++ > qapi/migration.json | 33 +

[Qemu-devel] [PATCH V6 11/17] qapi: Add new command to query colo status

2018-03-10 Thread 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 --- migration/colo.c| 31 +++ qapi/migration.json | 33 + 2