[PATCH 3/5] iommu: Implement DOMAIN_ATTR_PAGING attribute

2013-02-04 Thread Joerg Roedel
This attribute of a domain can be queried to find out if the domain supports setting up page-tables using the iommu_map() and iommu_unmap() functions. Signed-off-by: Joerg Roedel --- drivers/iommu/iommu.c |5 + include/linux/iommu.h |1 + 2 files changed, 6 insertions(+) diff --git

[PATCH 3/5] iommu: Implement DOMAIN_ATTR_PAGING attribute

2013-02-04 Thread Joerg Roedel
This attribute of a domain can be queried to find out if the domain supports setting up page-tables using the iommu_map() and iommu_unmap() functions. Signed-off-by: Joerg Roedel j...@8bytes.org --- drivers/iommu/iommu.c |5 + include/linux/iommu.h |1 + 2 files changed, 6