Re: [Xen-devel] [PATCH v3 27/31] libxl_qmp: Implement libxl__qmp_insert_cdrom_ev

2018-06-27 Thread Ian Jackson
Anthony PERARD writes ("[PATCH v3 27/31] libxl_qmp: Implement libxl__qmp_insert_cdrom_ev"): > This function is a reimplementation of libxl__qmp_insert_cdrom() but to be > use with libxl__ev_qmp. Overall, I think what I am missing in much of this is a highly-formal description of the states of

[Xen-devel] [PATCH v3 27/31] libxl_qmp: Implement libxl__qmp_insert_cdrom_ev

2018-06-01 Thread Anthony PERARD
This function is a reimplementation of libxl__qmp_insert_cdrom() but to be use with libxl__ev_qmp. It also open the cdrom in libxl and send the FD via QMP, so QEMU doesn't need access permition on the cdrom file. libxl_cdrom_insert() will need to be reorganize to be able to use that new