RE: [PATCH rfcv2 12/20] intel_iommu: Introduce a new structure VTDHostIOMMUDevice

2025-02-28 Thread Duan, Zhenzhong
>-Original Message- >From: Eric Auger >Subject: Re: [PATCH rfcv2 12/20] intel_iommu: Introduce a new structure >VTDHostIOMMUDevice > > > > >On 2/19/25 9:22 AM, Zhenzhong Duan wrote: >> Introduce a new structure VTDHostIOMMUDevice which replaces >&g

Re: [PATCH rfcv2 12/20] intel_iommu: Introduce a new structure VTDHostIOMMUDevice

2025-02-21 Thread Eric Auger
On 2/19/25 9:22 AM, Zhenzhong Duan wrote: > Introduce a new structure VTDHostIOMMUDevice which replaces > HostIOMMUDevice to be stored in hash table. > > It includes a reference to HostIOMMUDevice and IntelIOMMUState, > also includes BDF information which will be used in future > patches. > > S