Re: [libvirt] [PATCH v3 08/10] qemu: Check whether hub device is busy

2018-11-15 Thread John Ferlan
On 11/11/18 10:59 PM, Han Han wrote: > qemuDomainHubIsBusy is to check whether a usb device are attached to the hub > device. It will be used for hotunplugging and live device update of hub > device. > > Signed-off-by: Han Han > --- > src/qemu/qemu_hotplug.c | 64

[libvirt] [PATCH v3 08/10] qemu: Check whether hub device is busy

2018-11-11 Thread Han Han
qemuDomainHubIsBusy is to check whether a usb device are attached to the hub device. It will be used for hotunplugging and live device update of hub device. Signed-off-by: Han Han --- src/qemu/qemu_hotplug.c | 64 + 1 file changed, 64 insertions(+) diff