Re: [libvirt] [PATCH V2 4/7] libxl: check available controller and port when hotplugging USB device

2016-08-02 Thread Cedric Bosdonnat
On Wed, 2016-06-15 at 14:00 +0800, Chunyan Liu wrote: > When hotplug a USB device, check if there is available controller typos: When hotplugging a USB device, check if there is an available controller > and port, if not, automatically create a USB controller of version > 2.0 and 8 ports. > > Si

[libvirt] [PATCH V2 4/7] libxl: check available controller and port when hotplugging USB device

2016-06-14 Thread Chunyan Liu
When hotplug a USB device, check if there is available controller and port, if not, automatically create a USB controller of version 2.0 and 8 ports. Signed-off-by: Chunyan Liu --- src/libxl/libxl_driver.c | 32 1 file changed, 32 insertions(+) diff --git a/src/