[libvirt] [PATCH 0/3] Fix hot unplug of scsi_host hostdev

John Ferlan jferlan at redhat.com
Mon Oct 6 14:55:52 UTC 2014



On 09/24/2014 09:11 AM, John Ferlan wrote:
> https://bugzilla.redhat.com/show_bug.cgi?id=1141732
> 
> Attempting to hot unplug a scsi_host device fails.  The first patch
> resolves the issue (and has some details in the commit message). The
> second patch removes the now unnecessary virConnectPtr from various
> places.  The third patch resolves a potential issue if aliases weren't
> defined and debugging is enabled by making the check for NULL first
> before trying to message rather than the other way around.
> 
> John Ferlan (3):
>   qemu: Fix hot unplug of SCSI_HOST device
>   qemu: Remove need for virConnectPtr in hotunplug detach host, net
>   qemu: Remove possible NULL deref in debug output
> 
>  src/qemu/qemu_driver.c  |  4 +--
>  src/qemu/qemu_hotplug.c | 70 +++++++++++++++++++++++--------------------------
>  src/qemu/qemu_hotplug.h |  6 ++---
>  3 files changed, 37 insertions(+), 43 deletions(-)
> 

Series pushed - thanks for review


John




More information about the libvir-list mailing list