Re: [Qemu-devel] [PATCH 2/2] sPAPR: Enable EEH on VFIO PCI device only

2015-09-18 Thread David Gibson
On Fri, Sep 18, 2015 at 05:30:44PM +1000, Gavin Shan wrote: > This checks if the PCI device retrieved from the PCI device address > is VFIO PCI device when enabling EEH functionality. If it's not > VFIO PCI device, the EEH functonality isn't enabled. > > Signed-off-by: Gavin Shan

[Qemu-devel] [PATCH 2/2] sPAPR: Enable EEH on VFIO PCI device only

2015-09-18 Thread Gavin Shan
This checks if the PCI device retrieved from the PCI device address is VFIO PCI device when enabling EEH functionality. If it's not VFIO PCI device, the EEH functonality isn't enabled. Signed-off-by: Gavin Shan --- hw/ppc/spapr_pci_vfio.c | 2 +- 1 file changed, 1