Re: [libvirt] [PATCH v2 7/8] qemu: implement usb hub device hotunplug

2018-11-07 Thread Han Han
On Tue, Nov 6, 2018 at 6:47 AM John Ferlan wrote: > > $SUBJ: > > s/implement/Implement > > On 10/12/18 4:50 AM, Han Han wrote: > > https://bugzilla.redhat.com/show_bug.cgi?id=1375423 > > > > Add the infrastructure to allow a USB Hub device to be hot unplugged. > > > Signed-off-by: Han Han > > --

Re: [libvirt] [PATCH v2 7/8] qemu: implement usb hub device hotunplug

2018-11-05 Thread John Ferlan
$SUBJ: s/implement/Implement On 10/12/18 4:50 AM, Han Han wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1375423 > Add the infrastructure to allow a USB Hub device to be hot unplugged. > Signed-off-by: Han Han > --- > src/qemu/qemu_driver.c | 5 ++- > src/qemu/qemu_hotplug.c | 74 +

[libvirt] [PATCH v2 7/8] qemu: implement usb hub device hotunplug

2018-10-12 Thread Han Han
https://bugzilla.redhat.com/show_bug.cgi?id=1375423 Signed-off-by: Han Han --- src/qemu/qemu_driver.c | 5 ++- src/qemu/qemu_hotplug.c | 74 - src/qemu/qemu_hotplug.h | 4 +++ 3 files changed, 81 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu