Re: [Xen-devel] [PATCH v3 29/31] libxl_disk: Have libxl_cdrom_insert use libxl__ev_qmp

2018-06-27 Thread Ian Jackson
Anthony PERARD writes ("[PATCH v3 29/31] libxl_disk: Have libxl_cdrom_insert use libxl__ev_qmp"): > So when QEMU is involve, the operation will be asynchrone and will > finish later. This looks roughly plausible, in the sense that if you address my internal API concerns, and make this part fit

[Xen-devel] [PATCH v3 29/31] libxl_disk: Have libxl_cdrom_insert use libxl__ev_qmp

2018-06-01 Thread Anthony PERARD
So when QEMU is involve, the operation will be asynchrone and will finish later. Signed-off-by: Anthony PERARD --- tools/libxl/libxl_disk.c | 55 +++- 1 file changed, 49 insertions(+), 6 deletions(-) diff --git a/tools/libxl/libxl_disk.c