vfio: Type1 IOMMU implementation
This VFIO IOMMU backend is designed primarily for AMD-Vi and Intel
VT-d hardware, but is potentially usable by anything supporting
similar mapping functionality. We arbitrarily call this a Type1
backend for lack of a better name. This backend has no IOVA
or host memory mapping restrictions for the user and is optimized
for relatively static mappings. Mapped areas are pinned into system
memory.
Signed-off-by:
Alex Williamson <alex.williamson@redhat.com>
Showing
- drivers/vfio/Kconfig 6 additions, 0 deletionsdrivers/vfio/Kconfig
- drivers/vfio/Makefile 2 additions, 0 deletionsdrivers/vfio/Makefile
- drivers/vfio/vfio.c 7 additions, 0 deletionsdrivers/vfio/vfio.c
- drivers/vfio/vfio_iommu_type1.c 753 additions, 0 deletionsdrivers/vfio/vfio_iommu_type1.c
- include/linux/vfio.h 53 additions, 1 deletioninclude/linux/vfio.h
Loading
Please register or sign in to comment