Re: [PATCH v3 11/17] intel_iommu: Add an internal API to find an address space with PASID

2024-09-26 Thread Jason Wang
On Wed, Sep 11, 2024 at 1:26 PM Zhenzhong Duan wrote: > > From: Clément Mathieu--Drif > > This will be used to implement the device IOTLB invalidation > > Signed-off-by: Clément Mathieu--Drif > Signed-off-by: Zhenzhong Duan > --- Acked-by: Jason Wang Thanks

[PATCH v3 11/17] intel_iommu: Add an internal API to find an address space with PASID

2024-09-10 Thread Zhenzhong Duan
From: Clément Mathieu--Drif This will be used to implement the device IOTLB invalidation Signed-off-by: Clément Mathieu--Drif Signed-off-by: Zhenzhong Duan --- hw/i386/intel_iommu.c | 39 --- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/h