Alex Williamson <alex.william...@redhat.com> writes: > On Thu, 2015-03-26 at 12:12 +0530, Nikunj A Dadhania wrote: >> From PCIDevice there is no way to know if the device has a backing >> vfio device. >> >> sPAPR guests inherits the "ibm,loc-code" from the pci pass through >> device in hypervisor. This helps in identifying the device if there is >> any failures using this "ibm,loc-code" for RAS capabilities. >> >> CC: Alex Williamson <alex.william...@redhat.com> >> CC: Alexander Graf <ag...@suse.de> >> Signed-off-by: Nikunj A Dadhania <nik...@linux.vnet.ibm.com> >> --- >> hw/vfio/pci.c | 2 ++ >> include/hw/pci/pci.h | 2 ++ >> 2 files changed, 4 insertions(+) > > I agree with the other comments on this series, the vfio information can > be found using existing object and property functions. Nak to the vfio > related changes.
Yes, I have dropped this patch for the series. http://lists.gnu.org/archive/html/qemu-devel/2015-03/msg05940.html There is discussion around the patch, regarding doing PCI enumeration in Qemu in place of SLOF. > Also, please us cover letters for multi-patch series. Sure, will take care about it. Regards, Nikunj