Re: [PATCH v3 1/5] iommu: Add DOMAIN_ATTR_SPLIT_TABLES

2020-01-09 Thread Will Deacon
On Mon, Dec 16, 2019 at 09:37:47AM -0700, Jordan Crouse wrote: > Add a new attribute to enable and query the state of split pagetables > for the domain. > > Signed-off-by: Jordan Crouse > --- > > include/linux/iommu.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[PATCH v3 1/5] iommu: Add DOMAIN_ATTR_SPLIT_TABLES

2019-12-16 Thread Jordan Crouse
Add a new attribute to enable and query the state of split pagetables for the domain. Signed-off-by: Jordan Crouse --- include/linux/iommu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/iommu.h b/include/linux/iommu.h index f2223cb..18c861e 100644 ---