RE: [PATCH v3 02/11] x86/iommu: add common page-table allocator

2020-08-03 Thread Durrant, Paul
> -Original Message- > From: Jan Beulich > Sent: 03 August 2020 16:59 > To: Paul Durrant > Cc: xen-devel@lists.xenproject.org; Durrant, Paul ; > Andrew Cooper > ; Wei Liu ; Roger Pau Monné > > Subject: RE: [EXTERNAL] [PATCH v3 02/11] x86/iommu: add common page-table > allocator > >

Re: [PATCH v3 02/11] x86/iommu: add common page-table allocator

2020-08-03 Thread Jan Beulich
On 03.08.2020 14:29, Paul Durrant wrote: > From: Paul Durrant > > Instead of having separate page table allocation functions in VT-d and AMD > IOMMU code, we could use a common allocation function in the general x86 code. > > This patch adds a new allocation function, iommu_alloc_pgtable(), for