drivers/vfio: EEH support for VFIO PCI device
authorGavin Shan <gwshan@linux.vnet.ibm.com>
Tue, 10 Jun 2014 01:41:57 +0000 (11:41 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 5 Aug 2014 05:28:48 +0000 (15:28 +1000)
commit1b69be5e8afc634f39ad695a6ab6aad0cf0975c7
treef87cc5eae17311b309c7498ce063eb33cc028fc3
parent212d16cdca2d0f7708c9c1d284a845c22bfc90c4
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>
Documentation/vfio.txt
drivers/vfio/Makefile
drivers/vfio/pci/vfio_pci.c
drivers/vfio/vfio_iommu_spapr_tce.c
drivers/vfio/vfio_spapr_eeh.c [new file with mode: 0644]
include/linux/vfio.h
include/uapi/linux/vfio.h