Re: [Qemu-devel] [RFC v5 11/26] qmp: introduce QMPCapability

2017-12-15 Thread Peter Xu
On Fri, Dec 15, 2017 at 05:38:03PM +0800, Fam Zheng wrote: > On Fri, 12/15 17:14, Peter Xu wrote: > > On Wed, Dec 13, 2017 at 04:56:51PM +, Stefan Hajnoczi wrote: > > > On Tue, Dec 05, 2017 at 01:51:45PM +0800, Peter Xu wrote: > > > > There was no QMP capabilities defined. Define the first "oo

Re: [Qemu-devel] [RFC v5 11/26] qmp: introduce QMPCapability

2017-12-15 Thread Fam Zheng
On Fri, 12/15 17:14, Peter Xu wrote: > On Wed, Dec 13, 2017 at 04:56:51PM +, Stefan Hajnoczi wrote: > > On Tue, Dec 05, 2017 at 01:51:45PM +0800, Peter Xu wrote: > > > There was no QMP capabilities defined. Define the first "oob" as > > > capability to allow out-of-band messages. > > > > > >

Re: [Qemu-devel] [RFC v5 11/26] qmp: introduce QMPCapability

2017-12-15 Thread Peter Xu
On Wed, Dec 13, 2017 at 04:56:51PM +, Stefan Hajnoczi wrote: > On Tue, Dec 05, 2017 at 01:51:45PM +0800, Peter Xu wrote: > > There was no QMP capabilities defined. Define the first "oob" as > > capability to allow out-of-band messages. > > > > Also, touch up qmp-test.c to test the new bits. >

Re: [Qemu-devel] [RFC v5 11/26] qmp: introduce QMPCapability

2017-12-13 Thread Stefan Hajnoczi
On Tue, Dec 05, 2017 at 01:51:45PM +0800, Peter Xu wrote: > There was no QMP capabilities defined. Define the first "oob" as > capability to allow out-of-band messages. > > Also, touch up qmp-test.c to test the new bits. > > Signed-off-by: Peter Xu > --- > monitor.c| 15 +--