[libvirt] [v5 PATCH] qemu: call usb search function for hostdev initialization and hotplug

2012-05-06 Thread Guannan Ren
src/qemu/qemu_hostdev.c: refactor qemuPrepareHostdevUSBDevices function, make it focus on adding usb device to activeUsbHostdevs after check. After that, the usb hotplug function qemuDomainAttachHostDevice also could use it. expand qemuPrepareHostUSBDevices to perform the usb search, rollback on

Re: [libvirt] [PATCH 2/3] qemu: make use of usb search function to initialize usb devices

2012-05-06 Thread Guannan Ren
On 05/05/2012 03:36 AM, Eric Blake wrote: On 05/04/2012 02:25 AM, Guannan Ren wrote: refactor qemuPrepareHostdevUSBDevices function, make it focus on adding usb device to activeUsbHostdevs after check. After that, the usb hotplug function qemuDomainAttachHostDevice also could use it. expand

[libvirt] [PATCH] esx: Fix memory leaks in error paths related to transferred ownership

2012-05-06 Thread Matthias Bolte
Appending an item to a list transfers ownership of that item to the list owner. But an error can occur in between item allocation and appending it to the list. In this case the item has to be freed explicitly. This was not done in some special cases resulting in possible memory leaks. Reported by

[libvirt] [PATCH] rpm: Handle different source URLs for maint releases

2012-05-06 Thread Cole Robinson
Signed-off-by: Cole Robinson crobi...@redhat.com --- libvirt.spec.in |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index e7e0a55..95d8af4 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -276,10 +276,14 @@ Version: @VERSION@

[libvirt] [PATCH] docs: Add 'maintenance releases' link in 'News' sidebar

2012-05-06 Thread Cole Robinson
Signed-off-by: Cole Robinson crobi...@redhat.com --- docs/sitemap.html.in |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/docs/sitemap.html.in b/docs/sitemap.html.in index 8f58d46..206040c 100644 --- a/docs/sitemap.html.in +++ b/docs/sitemap.html.in @@ -13,8

[libvirt] ANNOUNCE: libvirt 0.9.11.3 maintenance release

2012-05-06 Thread Cole Robinson
libvirt 0.9.11.3 maintenance release is now available (actually, available since April 27 but I neglected to send this mail). This is libvirt 0.9.11 with additional bugfixes that have accumulated upstream since the initial release. This release can be downloaded at: