[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[libvirt] [PATCH 0/3] qemu: Improve USB devices list handling
- From: Michal Privoznik <mprivozn redhat com>
- To: libvir-list redhat com
- Subject: [libvirt] [PATCH 0/3] qemu: Improve USB devices list handling
- Date: Mon, 26 Mar 2012 17:39:58 +0200
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(-)
--
1.7.8.5
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]