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

2014-10-06 Thread John Ferlan
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

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

2014-10-01 Thread John Ferlan
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

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

2014-09-24 Thread John Ferlan
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