Re: [Xen-devel] [PATCH v1] x86/mm: Clean IOMMU flags from p2m-pt code

2019-07-01 Thread Jan Beulich
>>> On 18.06.19 at 13:54, wrote: > At the moment the IOMMU flags are not used in p2m-pt and could be used > on other application. I don't understand the second half of this sentence. I guess anyway that you want to at least mention the fact that CPU and IOMMU page tables can't be shared anymore,

Re: [Xen-devel] [PATCH v1] x86/mm: Clean IOMMU flags from p2m-pt code

2019-06-25 Thread Alexandru Stefan ISAILA
Are there any thoughts on this patch? Thanks, Alex On 18.06.2019 14:54, Alexandru Stefan ISAILA wrote: > At the moment the IOMMU flags are not used in p2m-pt and could be used > on other application. > > This patch aims to clean the use of IOMMU flags on the AMD p2m side. > > Signed-off-by: Ale