Re: [PATCH v4 1/6] iommu: Refactor iommu_group_store_type()

2021-08-02 Thread Will Deacon
On Wed, Jul 14, 2021 at 06:36:38PM +0800, John Garry wrote: > Function iommu_group_store_type() supports changing the default domain > of an IOMMU group. > > Many conditions need to be satisfied and steps taken for this action to be > successful. > > Satisfying these conditions and steps will be

[PATCH v4 1/6] iommu: Refactor iommu_group_store_type()

2021-07-14 Thread John Garry
Function iommu_group_store_type() supports changing the default domain of an IOMMU group. Many conditions need to be satisfied and steps taken for this action to be successful. Satisfying these conditions and steps will be required for setting other IOMMU group attributes, so factor into a