diff options
author | Gavin Shan <gwshan@linux.vnet.ibm.com> | 2014-06-10 11:41:57 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-08-05 15:28:48 +1000 |
commit | 1b69be5e8afc634f39ad695a6ab6aad0cf0975c7 (patch) | |
tree | f87cc5eae17311b309c7498ce063eb33cc028fc3 /drivers/vfio/Makefile | |
parent | 212d16cdca2d0f7708c9c1d284a845c22bfc90c4 (diff) | |
download | talos-op-linux-1b69be5e8afc634f39ad695a6ab6aad0cf0975c7.tar.gz talos-op-linux-1b69be5e8afc634f39ad695a6ab6aad0cf0975c7.zip |
drivers/vfio: EEH support for VFIO PCI device
The patch adds new IOCTL commands for sPAPR VFIO container device
to support EEH functionality for PCI devices, which have been passed
through from host to somebody else via VFIO.
Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Acked-by: Alexander Graf <agraf@suse.de>
Acked-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/vfio/Makefile')
-rw-r--r-- | drivers/vfio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/vfio/Makefile b/drivers/vfio/Makefile index 72bfabc8629e..50e30bc75e85 100644 --- a/drivers/vfio/Makefile +++ b/drivers/vfio/Makefile @@ -1,4 +1,5 @@ obj-$(CONFIG_VFIO) += vfio.o obj-$(CONFIG_VFIO_IOMMU_TYPE1) += vfio_iommu_type1.o obj-$(CONFIG_VFIO_IOMMU_SPAPR_TCE) += vfio_iommu_spapr_tce.o +obj-$(CONFIG_EEH) += vfio_spapr_eeh.o obj-$(CONFIG_VFIO_PCI) += pci/ |