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

2018-05-16 Thread Zhang Chen
On Tue, May 15, 2018 at 10:26 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'} > > > >

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

2018-05-15 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| 34

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

2018-05-14 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| 34 ++ qapi/migration.json | 33