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

2024-08-15 Thread Duan, Zhenzhong
>-Original Message- >From: Liu, Yi L >Subject: Re: [PATCH v2 07/17] intel_iommu: Check if the input address is >canonical > >On 2024/8/5 14:27, Zhenzhong Duan wrote: >> From: Clément Mathieu--Drif >> >> First stage translation must fail if the addr

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

2024-08-14 Thread Yi Liu
On 2024/8/5 14:27, 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 --- hw/i386/intel_iommu_internal.h | 2 ++ hw/i386/intel_iommu.c

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

2024-08-04 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 | 21 + 2 files changed