Re: [PATCH v3 03/20] intel_iommu: Implement get_viommu_cap() callback

2025-07-15 Thread Eric Auger
Hi, On 7/8/25 1:05 PM, 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. > > Suggested-by:

[PATCH v3 03/20] intel_iommu: Implement get_viommu_cap() callback

2025-07-08 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 --- hw/i386/int