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

2018-03-11 Thread Zhang Chen
On Sun, Mar 11, 2018 at 5:33 AM, Eric Blake wrote: > On 03/10/2018 03:22 PM, Zhang Chen wrote: > >> Libvirt or other high level sofware can use this command query colo >> status. >> > > s/sofware/software/ > > You can test this command like that: >> {'execute':'query-colo-status'} >> >> Signed-

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

2018-03-10 Thread Eric Blake
On 03/10/2018 03:22 PM, Zhang Chen wrote: Libvirt or other high level sofware can use this command query colo status. s/sofware/software/ You can test this command like that: {'execute':'query-colo-status'} Signed-off-by: Zhang Chen --- migration/colo.c| 35 +++

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

2018-03-10 Thread Zhang Chen
Libvirt or other high level sofware 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| 35 +++ qapi/migration.json | 35 ++