Re: [Xen-devel] [PATCH 22/35] libxl: Use aodev for libxl__device_usbdev_remove

2019-09-17 Thread Ian Jackson
Anthony PERARD writes ("[PATCH 22/35] libxl: Use aodev for libxl__device_usbdev_remove"): > This also mean libxl__initiate_device_usbctrl_remove, which uses > libxl__device_usbdev_remove synchronously, needs to be updated to use > it with multidev. Acked-by: Ian Jackson

[Xen-devel] [PATCH 22/35] libxl: Use aodev for libxl__device_usbdev_remove

2019-08-02 Thread Anthony PERARD
This also mean libxl__initiate_device_usbctrl_remove, which uses libxl__device_usbdev_remove synchronously, needs to be updated to use it with multidev. Signed-off-by: Anthony PERARD --- tools/libxl/libxl_usb.c | 79 +++-- 1 file changed, 61 insertions(+), 18