Re: [Xen-devel] [PATCH v4 12/32] libxl: Design of an async API to issue QMP commands to QEMUç

2018-08-03 Thread Roger Pau Monné
On Fri, Aug 03, 2018 at 03:45:39PM +0100, Anthony PERARD wrote: > On Fri, Aug 03, 2018 at 03:55:48PM +0200, Roger Pau Monné wrote: > > On Fri, Aug 03, 2018 at 12:18:02PM +0100, Anthony PERARD wrote: > > > On Thu, Aug 02, 2018 at 11:01:43AM +0200, Roger Pau Monné wrote: > > > > On Fri, Jul 27, 2018

Re: [Xen-devel] [PATCH v4 12/32] libxl: Design of an async API to issue QMP commands to QEMUç

2018-08-03 Thread Anthony PERARD
On Fri, Aug 03, 2018 at 03:55:48PM +0200, Roger Pau Monné wrote: > On Fri, Aug 03, 2018 at 12:18:02PM +0100, Anthony PERARD wrote: > > On Thu, Aug 02, 2018 at 11:01:43AM +0200, Roger Pau Monné wrote: > > > On Fri, Jul 27, 2018 at 03:05:54PM +0100, Anthony PERARD wrote: > > > > +/* > > > > + * This

Re: [Xen-devel] [PATCH v4 12/32] libxl: Design of an async API to issue QMP commands to QEMUç

2018-08-03 Thread Roger Pau Monné
On Fri, Aug 03, 2018 at 12:18:02PM +0100, Anthony PERARD wrote: > On Thu, Aug 02, 2018 at 11:01:43AM +0200, Roger Pau Monné wrote: > > On Fri, Jul 27, 2018 at 03:05:54PM +0100, Anthony PERARD wrote: > > > +/* > > > + * This facility allows a command to be sent to QEMU, and the response > > > to

Re: [Xen-devel] [PATCH v4 12/32] libxl: Design of an async API to issue QMP commands to QEMUç

2018-08-03 Thread Anthony PERARD
On Thu, Aug 02, 2018 at 11:01:43AM +0200, Roger Pau Monné wrote: > On Fri, Jul 27, 2018 at 03:05:54PM +0100, Anthony PERARD wrote: > > All the functions will be implemented in later patches. > > > > This patch includes the API that libxl can use to send QMP commands to > > QEMU. > > > >

Re: [Xen-devel] [PATCH v4 12/32] libxl: Design of an async API to issue QMP commands to QEMUç

2018-08-02 Thread Roger Pau Monné
On Fri, Jul 27, 2018 at 03:05:54PM +0100, Anthony PERARD wrote: > All the functions will be implemented in later patches. > > This patch includes the API that libxl can use to send QMP commands to > QEMU. > > Signed-off-by: Anthony PERARD > --- > tools/libxl/libxl_internal.h | 76