RE: [PATCH rfcv1 3/6] intel_iommu: add set/unset_iommu_device callback

2024-01-23 Thread Duan, Zhenzhong
>-Original Message- >From: Cédric Le Goater >Subject: Re: [PATCH rfcv1 3/6] intel_iommu: add set/unset_iommu_device >callback > >On 1/15/24 11:13, Zhenzhong Duan wrote: >> From: Yi Liu >> >> This adds set/unset_iommu_device() implementa

Re: [PATCH rfcv1 3/6] intel_iommu: add set/unset_iommu_device callback

2024-01-22 Thread Cédric Le Goater
On 1/15/24 11:13, Zhenzhong Duan wrote: From: Yi Liu This adds set/unset_iommu_device() implementation in Intel vIOMMU. In set call, IOMMUFDDevice is recorded in hash table indexed by PCI BDF. Signed-off-by: Yi Liu Signed-off-by: Yi Sun Signed-off-by: Zhenzhong Duan ---

RE: [PATCH rfcv1 3/6] intel_iommu: add set/unset_iommu_device callback

2024-01-18 Thread Duan, Zhenzhong
>-Original Message- >From: Eric Auger >Subject: Re: [PATCH rfcv1 3/6] intel_iommu: add set/unset_iommu_device >callback > > > >On 1/18/24 09:43, Duan, Zhenzhong wrote: >> >>> -Original Message- >>> From: Eric Auger >>

Re: [PATCH rfcv1 3/6] intel_iommu: add set/unset_iommu_device callback

2024-01-18 Thread Eric Auger
On 1/18/24 09:43, Duan, Zhenzhong wrote: > >> -Original Message- >> From: Eric Auger >> Subject: Re: [PATCH rfcv1 3/6] intel_iommu: add set/unset_iommu_device >> callback >> >> Hi Zhenzhong, >> >> On 1/15/24 11:13, Zhenzhong

RE: [PATCH rfcv1 3/6] intel_iommu: add set/unset_iommu_device callback

2024-01-18 Thread Duan, Zhenzhong
>-Original Message- >From: Eric Auger >Subject: Re: [PATCH rfcv1 3/6] intel_iommu: add set/unset_iommu_device >callback > >Hi Zhenzhong, > >On 1/15/24 11:13, Zhenzhong Duan wrote: >> From: Yi Liu >> >> This adds set/unset_iommu_device() impl

Re: [PATCH rfcv1 3/6] intel_iommu: add set/unset_iommu_device callback

2024-01-17 Thread Eric Auger
Hi Zhenzhong, On 1/15/24 11:13, Zhenzhong Duan wrote: > From: Yi Liu > > This adds set/unset_iommu_device() implementation in Intel vIOMMU. > In set call, IOMMUFDDevice is recorded in hash table indexed by > PCI BDF. > > Signed-off-by: Yi Liu > Signed-off-by: Yi Sun > Signed-off-by: Zhenzhong

[PATCH rfcv1 3/6] intel_iommu: add set/unset_iommu_device callback

2024-01-15 Thread Zhenzhong Duan
From: Yi Liu This adds set/unset_iommu_device() implementation in Intel vIOMMU. In set call, IOMMUFDDevice is recorded in hash table indexed by PCI BDF. Signed-off-by: Yi Liu Signed-off-by: Yi Sun Signed-off-by: Zhenzhong Duan --- include/hw/i386/intel_iommu.h | 10 +