On 03.04.2012 15:12, Michal Privoznik wrote:
On 26.03.2012 17:39, Michal Privoznik wrote:
> This patch set fixes two bugs:
>
>
https://bugzilla.redhat.com/show_bug.cgi?id=806449
>
>
https://bugzilla.redhat.com/show_bug.cgi?id=743671
>
> tl;dr - we are only adding to the list, removing only on
> detach-device. Need to remove on qemuProcessStop too.
> And need to rebuild the list on qemuProcessReconnect.
>
> Michal Privoznik (3):
> qemu: Don't leak temporary list of USB devices
> qemu: Delete USB devices used by domain on stop
> qemu: Build activeUsbHostdevs list on process reconnect
>
> src/qemu/qemu_hostdev.c | 112 +++++++++++++++++++++++++++++++++++++++++++++--
> src/qemu/qemu_hostdev.h | 2 +
> src/qemu/qemu_process.c | 3 +
> 3 files changed, 113 insertions(+), 4 deletions(-)
>
Ping?
Thanks for review; fixed and pushed.
Michal