Re: [PATCH v3 01/11] x86/iommu: re-arrange arch_iommu to separate common fields...

2020-08-03 Thread Jan Beulich
On 03.08.2020 14:29, Paul Durrant wrote: > From: Paul Durrant > > ... from those specific to VT-d or AMD IOMMU, and put the latter in a union. > > There is no functional change in this patch, although the initialization of > the 'mapped_rmrrs' list occurs slightly later in iommu_domain_init()

[PATCH v3 01/11] x86/iommu: re-arrange arch_iommu to separate common fields...

2020-08-03 Thread Paul Durrant
From: Paul Durrant ... from those specific to VT-d or AMD IOMMU, and put the latter in a union. There is no functional change in this patch, although the initialization of the 'mapped_rmrrs' list occurs slightly later in iommu_domain_init() since it is now done (correctly) in VT-d specific code