Re: [Xen-devel] [PATCH v3 06/14] AMD/IOMMU: pass IOMMU to amd_iommu_alloc_intremap_table()

2019-07-19 Thread Woods, Brian
On Tue, Jul 16, 2019 at 04:37:26PM +, Jan Beulich wrote: > The function will want to know IOMMU properties (specifically the IRTE > size) subsequently. > > Correct indentation of one of the call sites at this occasion. > > Signed-off-by: Jan Beulich Acked-by: Brian Woods > --- > v3: New.

Re: [Xen-devel] [PATCH v3 06/14] AMD/IOMMU: pass IOMMU to amd_iommu_alloc_intremap_table()

2019-07-19 Thread Andrew Cooper
On 16/07/2019 17:37, Jan Beulich wrote: > The function will want to know IOMMU properties (specifically the IRTE > size) subsequently. > > Correct indentation of one of the call sites at this occasion. > > Signed-off-by: Jan Beulich Acked-by: Andrew Cooper

[Xen-devel] [PATCH v3 06/14] AMD/IOMMU: pass IOMMU to amd_iommu_alloc_intremap_table()

2019-07-16 Thread Jan Beulich
The function will want to know IOMMU properties (specifically the IRTE size) subsequently. Correct indentation of one of the call sites at this occasion. Signed-off-by: Jan Beulich --- v3: New. --- a/xen/drivers/passthrough/amd/iommu_acpi.c +++ b/xen/drivers/passthrough/amd/iommu_acpi.c @@