vfio: Type1 IOMMU implementation
authorAlex Williamson <alex.williamson@redhat.com>
Tue, 31 Jul 2012 14:16:23 +0000 (08:16 -0600)
committerAlex Williamson <alex.williamson@redhat.com>
Tue, 31 Jul 2012 14:16:23 +0000 (08:16 -0600)
commit73fa0d10d077d9521ee2dace2307ae2c9a965336
tree2c820b194dd8ea00f23d85c382e86ea6c3beb498
parent4a5b2a20ec87384eeb19e70991e7e15a00cad87b
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>
drivers/vfio/Kconfig
drivers/vfio/Makefile
drivers/vfio/vfio.c
drivers/vfio/vfio_iommu_type1.c [new file with mode: 0644]
include/linux/vfio.h