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

2018-06-18 Thread Zhang Chen
On Thu, Jun 14, 2018 at 5:25 PM, Dr. David Alan Gilbert wrote: > * Markus Armbruster (arm...@redhat.com) wrote: > > "Dr. David Alan Gilbert" writes: > > > > > * Zhang Chen (zhangc...@gmail.com) wrote: > > >> On Mon, Jun 11, 2018 at 2:48 PM, Markus Armbruster > > > >> wrote: > > >> > > >> > Zhan

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

2018-06-14 Thread Dr. David Alan Gilbert
* Markus Armbruster (arm...@redhat.com) wrote: > "Dr. David Alan Gilbert" writes: > > > * Zhang Chen (zhangc...@gmail.com) wrote: > >> On Mon, Jun 11, 2018 at 2:48 PM, Markus Armbruster > >> wrote: > >> > >> > Zhang Chen writes: > >> > > >> > > On Thu, Jun 7, 2018 at 8:59 PM, Markus Armbruster

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

2018-06-14 Thread Markus Armbruster
"Dr. David Alan Gilbert" writes: > * Zhang Chen (zhangc...@gmail.com) wrote: >> On Mon, Jun 11, 2018 at 2:48 PM, Markus Armbruster >> wrote: >> >> > Zhang Chen writes: >> > >> > > On Thu, Jun 7, 2018 at 8:59 PM, Markus Armbruster >> > > wrote: >> > > >> > >> Zhang Chen writes: >> > >> >> >

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

2018-06-13 Thread Dr. David Alan Gilbert
* Zhang Chen (zhangc...@gmail.com) wrote: > On Mon, Jun 11, 2018 at 2:48 PM, Markus Armbruster > wrote: > > > Zhang Chen writes: > > > > > On Thu, Jun 7, 2018 at 8:59 PM, Markus Armbruster > > wrote: > > > > > >> Zhang Chen writes: > > >> > > >> > Libvirt or other high level software can use t

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

2018-06-11 Thread Zhang Chen
On Mon, Jun 11, 2018 at 2:48 PM, Markus Armbruster wrote: > Zhang Chen writes: > > > On Thu, Jun 7, 2018 at 8:59 PM, Markus Armbruster > wrote: > > > >> Zhang Chen writes: > >> > >> > Libvirt or other high level software can use this command query colo > >> status. > >> > You can test this com

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

2018-06-10 Thread Markus Armbruster
Zhang Chen writes: > On Thu, Jun 7, 2018 at 8:59 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: Z

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

2018-06-10 Thread Zhang Chen
On Mon, Jun 11, 2018 at 1:42 AM, Zhang Chen wrote: > > > On Tue, Jun 5, 2018 at 6:23 AM, Eric Blake wrote: > >> On 06/03/2018 12:05 AM, Zhang Chen wrote: >> >>> Libvirt or other high level software can use this command query colo >>> status. >>> You can test this command like that: >>> {'execute

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

2018-06-10 Thread Zhang Chen
On Tue, Jun 5, 2018 at 6:23 AM, Eric Blake wrote: > On 06/03/2018 12:05 AM, Zhang Chen wrote: > >> 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 >> --- >>

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

2018-06-10 Thread Zhang Chen
On Thu, Jun 7, 2018 at 8:59 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 > > --- > > migratio

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

2018-06-07 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| 39 +++ > qapi/migration.jso

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

2018-06-04 Thread Eric Blake
On 06/03/2018 12:05 AM, Zhang Chen wrote: 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 --- +++ b/qapi/migration.json @@ -1231,6 +1231,40 @@ ## { 'command': 'xen-

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

2018-06-02 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| 39 +++ qapi/migration.json | 34 +