Re: [PATCH v3 07/17] intel_iommu: Check if the input address is canonical

2024-09-26 Thread Jason Wang
On Wed, Sep 11, 2024 at 1:26 PM Zhenzhong Duan wrote: > > From: Clément Mathieu--Drif > > First stage translation must fail if the address to translate is > not canonical. > > Signed-off-by: Clément Mathieu--Drif > Signed-off-by: Zhenzhong Duan > --- Acked-by: Jason Wang Thanks

[PATCH v3 07/17] intel_iommu: Check if the input address is canonical

2024-09-10 Thread Zhenzhong Duan
From: Clément Mathieu--Drif First stage translation must fail if the address to translate is not canonical. Signed-off-by: Clément Mathieu--Drif Signed-off-by: Zhenzhong Duan --- hw/i386/intel_iommu_internal.h | 2 ++ hw/i386/intel_iommu.c | 23 +++ 2 files chang