Re: [Xen-devel] [PATCH v4 27/32] libxl: QEMU startup sync based on QMP

2018-08-02 Thread Roger Pau Monné
On Fri, Jul 27, 2018 at 03:06:09PM +0100, Anthony PERARD wrote: > This is only activated when dm_restrict=1, as explained in the previous > patch "libxl_dm: Pre-open QMP socket for QEMU" > > Signed-off-by: Anthony PERARD Reviewed-by: Roger Pau Monné Just one nit... > --- > > Notes: > v4:

[Xen-devel] [PATCH v4 27/32] libxl: QEMU startup sync based on QMP

2018-07-27 Thread Anthony PERARD
This is only activated when dm_restrict=1, as explained in the previous patch "libxl_dm: Pre-open QMP socket for QEMU" Signed-off-by: Anthony PERARD --- Notes: v4: moved to libxl__dm_spawn_* from libxl__spawn_* tools/libxl/libxl_dm.c | 52