diff options
author | Alex Williamson <alex.williamson@redhat.com> | 2015-12-04 08:38:42 -0700 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2015-12-04 08:38:42 -0700 |
commit | ae5515d66362b9d96cdcfce504567f0b8b7bd83e (patch) | |
tree | 543c07268f2f11423e199e5972c9c1a506677996 /include/uapi/linux/vfio.h | |
parent | 049af1060bb81532f2700762a8ba71eb3fa81f5a (diff) | |
download | talos-obmc-linux-ae5515d66362b9d96cdcfce504567f0b8b7bd83e.tar.gz talos-obmc-linux-ae5515d66362b9d96cdcfce504567f0b8b7bd83e.zip |
Revert: "vfio: Include No-IOMMU mode"
Revert commit 033291eccbdb ("vfio: Include No-IOMMU mode") due to lack
of a user. This was originally intended to fill a need for the DPDK
driver, but uptake has been slow so rather than support an unproven
kernel interface revert it and revisit when userspace catches up.
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'include/uapi/linux/vfio.h')
-rw-r--r-- | include/uapi/linux/vfio.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/uapi/linux/vfio.h b/include/uapi/linux/vfio.h index 751b69f858c8..9fd7b5d8df2f 100644 --- a/include/uapi/linux/vfio.h +++ b/include/uapi/linux/vfio.h @@ -39,13 +39,6 @@ #define VFIO_SPAPR_TCE_v2_IOMMU 7 /* - * The No-IOMMU IOMMU offers no translation or isolation for devices and - * supports no ioctls outside of VFIO_CHECK_EXTENSION. Use of VFIO's No-IOMMU - * code will taint the host kernel and should be used with extreme caution. - */ -#define VFIO_NOIOMMU_IOMMU 8 - -/* * The IOCTL interface is designed for extensibility by embedding the * structure length (argsz) and flags into structures passed between * kernel and userspace. We therefore use the _IO() macro for these |