Re: [Xen-devel] [PATCH v2 01/10] AMD/IOMMU: restrict feature logging

2019-07-01 Thread Woods, Brian
On Thu, Jun 27, 2019 at 09:19:06AM -0600, Jan Beulich wrote: > The common case is all IOMMUs having the same features. Log them only > for the first IOMMU, or for any that have a differing feature set. > > Requested-by: Andrew Cooper > Signed-off-by: Jan Beulich Acked-by: Brian Woods > --- >

Re: [Xen-devel] [PATCH v2 01/10] AMD/IOMMU: restrict feature logging

2019-07-01 Thread Andrew Cooper
On 27/06/2019 16:19, Jan Beulich wrote: > The common case is all IOMMUs having the same features. Log them only > for the first IOMMU, or for any that have a differing feature set. > > Requested-by: Andrew Cooper > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper _

[Xen-devel] [PATCH v2 01/10] AMD/IOMMU: restrict feature logging

2019-06-27 Thread Jan Beulich
The common case is all IOMMUs having the same features. Log them only for the first IOMMU, or for any that have a differing feature set. Requested-by: Andrew Cooper Signed-off-by: Jan Beulich --- v2: New. --- a/xen/drivers/passthrough/amd/iommu_detect.c +++ b/xen/drivers/passthrough/amd/iommu_d