[libvirt] [PATCH 12/17] qemu: refactor hotplug detach of hostdevs

Michal Privoznik mprivozn at redhat.com
Mon Mar 5 20:45:32 UTC 2012


On 28.02.2012 21:14, Laine Stump wrote:
> This refactoring is necessary to support hotplug detach of
> type=hostdev network devices, but needs to be in a separate patch to
> make potential debugging of regressions more practical.
> 
> Rather than the lowest level functions searching for a matching
> device, the search is now done in the toplevel function, and an
> intermediate-level function (qemuDomainDetachThisHostDevice()), which
> expects that the device's entry is already found, is called (this
> intermediate function will be called by qemuDomainDetachNetDevice() in
> order to support detach of type=hostdev net devices)
> 
> This patch should result in 0 differences in functionality.
> ---
> New patch for V2.
> 
>  src/qemu/qemu_hotplug.c |  228 +++++++++++++++++++----------------------------
>  1 files changed, 93 insertions(+), 135 deletions(-)

Nice cleanup. I wish we have more like these :)

ACK

Michal




More information about the libvir-list mailing list