From: Alexey Kardashevskiy Date: Tue, 21 May 2013 03:33:10 +0000 (+1000) Subject: powerpc/vfio: Implement IOMMU driver for VFIO X-Git-Tag: v3.11-rc1~94^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ffd229c02731a91d08ca21e76b503c5bbb5c095;p=pandora-kernel.git 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 Signed-off-by: Alexey Kardashevskiy Signed-off-by: Paul Mackerras Acked-by: Alex Williamson Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed