RE: [PATCH v2 03/19] intel_iommu: Implement get_viommu_cap() callback

2025-06-23 Thread Duan, Zhenzhong
>-Original Message- >From: Eric Auger >Subject: Re: [PATCH v2 03/19] intel_iommu: Implement get_viommu_cap() >callback > >Hi Zhenzhong, > >On 6/20/25 9:17 AM, Zhenzhong Duan wrote: >> Implement get_viommu_cap() callback and expose stage-1 capability for now

Re: [PATCH v2 03/19] intel_iommu: Implement get_viommu_cap() callback

2025-06-20 Thread Eric Auger
Hi Zhenzhong, On 6/20/25 9:17 AM, Zhenzhong Duan wrote: > Implement get_viommu_cap() callback and expose stage-1 capability for now. > > VFIO uses it to create nested parent domain which is further used to create > nested domain in vIOMMU. All these will be implemented in following patches. > > Su

[PATCH v2 03/19] intel_iommu: Implement get_viommu_cap() callback

2025-06-20 Thread Zhenzhong Duan
Implement get_viommu_cap() callback and expose stage-1 capability for now. VFIO uses it to create nested parent domain which is further used to create nested domain in vIOMMU. All these will be implemented in following patches. Suggested-by: Yi Liu Signed-off-by: Zhenzhong Duan --- MAINTAINERS