Re: [libvirt] [PATCH RFC 2/5] qemu_hotplug: use a recalculated usb address set

2016-08-23 Thread Ján Tomko
On Sat, Aug 20, 2016 at 04:53:04PM +0200, Tomasz Flendrich wrote: Since we now have a way of relculating the usb address set, all the places that previously used the cached set now use the recalculated one. --- src/qemu/qemu_hotplug.c | 38 +++--- 1 file changed, 19

[libvirt] [PATCH RFC 2/5] qemu_hotplug: use a recalculated usb address set

2016-08-20 Thread Tomasz Flendrich
Since we now have a way of relculating the usb address set, all the places that previously used the cached set now use the recalculated one. --- src/qemu/qemu_hotplug.c | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/qemu/qemu_hotplu