Re: [libvirt] [PATCH v2 1/8] qemu: Allow coldplugging of hub device

2018-11-05 Thread John Ferlan
On 10/12/18 4:50 AM, Han Han wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1375423 > > Signed-off-by: Han Han > --- > src/qemu/qemu_driver.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > sorry for the delay. Lost in the pre KVM Forum "shuffle" Reviewed-by: John Fe

[libvirt] [PATCH v2 1/8] qemu: Allow coldplugging of hub device

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 | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index a52e2495d5..130ce4cbd6 100644 --- a/src/qemu/qemu_driver.c +++ b/sr