This patch series makes the VFIO_IOMMU_TYPE1 driver buildable on ARM, so it
may be used with ARM SMMUs. It also adds support for the IOMMU_NOEXEC flag
supported by SMMUs adhering to the ARM SMMU specification so the VFIO user can
specify whether the target memory can be executed by the device behind the
SMMU.
Antonios Motakis (5):
vfio/iommu_type1: support for platform bus devices on ARM
vfio: introduce the VFIO_DMA_MAP_FLAG_NOEXEC flag
vfio: type1: replace domain wide protection flags with supported
capabilities
vfio: type1: replace vfio_domains_have_iommu_cache with generic
function
vfio/iommu_type1: implement the VFIO_DMA_MAP_FLAG_NOEXEC flag
drivers/vfio/Kconfig | 2 +-
drivers/vfio/vfio_iommu_type1.c | 85 ++++++++++++++++++++++++++++-------------
include/uapi/linux/vfio.h | 2 +
3 files changed, 62 insertions(+), 27 deletions(-)
--
2.1.1
_______________________________________________
iommu mailing list
[email protected]
https://lists.linuxfoundation.org/mailman/listinfo/iommu