[PATCH 0/2] vfio on power

From: Alexey Kardashevskiy
Date: Mon Feb 11 2013 - 06:55:21 EST


The series introduces a VFIO support on POWER.
The QEMU support is required, the real mode acceleration patches are coming later.

Alexey Kardashevskiy (2):
vfio powerpc: enabled on powernv platform
vfio powerpc: implemented IOMMU driver for VFIO

arch/powerpc/include/asm/iommu.h | 15 ++
arch/powerpc/kernel/iommu.c | 343 +++++++++++++++++++++++++++
arch/powerpc/platforms/powernv/pci-ioda.c | 1 +
arch/powerpc/platforms/powernv/pci-p5ioc2.c | 5 +-
arch/powerpc/platforms/powernv/pci.c | 3 +
drivers/iommu/Kconfig | 8 +
drivers/vfio/Kconfig | 6 +
drivers/vfio/Makefile | 1 +
drivers/vfio/vfio_iommu_spapr_tce.c | 269 +++++++++++++++++++++
include/uapi/linux/vfio.h | 31 +++
10 files changed, 681 insertions(+), 1 deletion(-)
create mode 100644 drivers/vfio/vfio_iommu_spapr_tce.c

--
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/