[libvirt] [PATCH] qemu: be sure we're using the updated value of backend during hotplug

2014-02-04 Thread Laine Stump
Probable fix for https://bugzilla.redhat.com/show_bug.cgi?id=1056360 commit f094aaac changed qemuPrepareHostdevPCIDevices() such that it may modify the backend (vfio vs. legacy kvm) setting in the virHostdevDef. However, qemuDomainAttachHostPciDevice() (used by hotplug) copies the backend

Re: [libvirt] [PATCH] qemu: be sure we're using the updated value of backend during hotplug

2014-02-04 Thread Ján Tomko
On 02/04/2014 12:24 PM, Laine Stump wrote: Probable fix for https://bugzilla.redhat.com/show_bug.cgi?id=1056360 commit f094aaac changed qemuPrepareHostdevPCIDevices() such that it may modify the backend (vfio vs. legacy kvm) setting in the virHostdevDef. However,