Re: [Xen-devel] [PATCH 10/15] libxl_usb: Use proper domid value, from libxl__device

2019-09-17 Thread Ian Jackson
Anthony PERARD writes ("[PATCH 10/15] libxl_usb: Use proper domid value, from libxl__device"): > ao->domid isn't a reliable way of getting a domid, it might not be set > (this isn't the case here). The right domid value can be found in the > libxl__device (which is the device we want to remove)

[Xen-devel] [PATCH 10/15] libxl_usb: Use proper domid value, from libxl__device

2019-06-14 Thread Anthony PERARD
ao->domid isn't a reliable way of getting a domid, it might not be set (this isn't the case here). The right domid value can be found in the libxl__device (which is the device we want to remove) attached to libxl__ao_device. Signed-off-by: Anthony PERARD --- tools/libxl/libxl_usb.c | 2 +- 1