Re: [Xen-devel] [PATCH v4 20/32] libxl_qmp: Handle write to QMP socket

2018-08-03 Thread Anthony PERARD
On Thu, Aug 02, 2018 at 01:02:13PM +0200, Roger Pau Monné wrote: > On Fri, Jul 27, 2018 at 03:06:02PM +0100, Anthony PERARD wrote: > > The libxl__ev_qmp_* will now send the command to QEMU when the socket is > > ready for writes. > > > > Signed-off-by: Anthony PERARD > > Reviewed-by: Roger Pau M

Re: [Xen-devel] [PATCH v4 20/32] libxl_qmp: Handle write to QMP socket

2018-08-02 Thread Roger Pau Monné
On Fri, Jul 27, 2018 at 03:06:02PM +0100, Anthony PERARD wrote: > The libxl__ev_qmp_* will now send the command to QEMU when the socket is > ready for writes. > > Signed-off-by: Anthony PERARD Reviewed-by: Roger Pau Monné > --- > tools/libxl/libxl_qmp.c | 44 ++

[Xen-devel] [PATCH v4 20/32] libxl_qmp: Handle write to QMP socket

2018-07-27 Thread Anthony PERARD
The libxl__ev_qmp_* will now send the command to QEMU when the socket is ready for writes. Signed-off-by: Anthony PERARD --- tools/libxl/libxl_qmp.c | 44 + 1 file changed, 44 insertions(+) diff --git a/tools/libxl/libxl_qmp.c b/tools/libxl/libxl_qmp.c in