]> Git Repo - linux.git/commit - drivers/vfio/vfio_iommu_spapr_tce.c
powerpc/vfio: Implement IOMMU driver for VFIO
authorAlexey Kardashevskiy <[email protected]>
Tue, 21 May 2013 03:33:10 +0000 (13:33 +1000)
committerBenjamin Herrenschmidt <[email protected]>
Thu, 20 Jun 2013 06:55:14 +0000 (16:55 +1000)
commit5ffd229c02731a91d08ca21e76b503c5bbb5c095
treeed5f684cb6a5b683846d6b3d97fa2c0999835c24
parent4e13c1ac6baa1d6c2b650d66ca89e1e12727ec19
powerpc/vfio: Implement IOMMU driver for VFIO

VFIO implements platform independent stuff such as
a PCI driver, BAR access (via read/write on a file descriptor
or direct mapping when possible) and IRQ signaling.

The platform dependent part includes IOMMU initialization
and handling.  This implements an IOMMU driver for VFIO
which does mapping/unmapping pages for the guest IO and
provides information about DMA window (required by a POWER
guest).

Cc: David Gibson <[email protected]>
Signed-off-by: Alexey Kardashevskiy <[email protected]>
Signed-off-by: Paul Mackerras <[email protected]>
Acked-by: Alex Williamson <[email protected]>
Signed-off-by: Benjamin Herrenschmidt <[email protected]>
Documentation/vfio.txt
drivers/vfio/Kconfig
drivers/vfio/Makefile
drivers/vfio/vfio.c
drivers/vfio/vfio_iommu_spapr_tce.c [new file with mode: 0644]
include/uapi/linux/vfio.h
This page took 0.052928 seconds and 4 git commands to generate.