On 2025/8/22 14:40, Zhenzhong Duan wrote:
Now that all infrastructures of supporting passthrough device running
with stage-1 translation are there, enable it now.
Signed-off-by: Zhenzhong Duan <zhenzhong.d...@intel.com>
---
hw/i386/intel_iommu.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hw/i386/intel_iommu.c b/hw/i386/intel_iommu.c
index f9cb13e945..04a412d460 100644
--- a/hw/i386/intel_iommu.c
+++ b/hw/i386/intel_iommu.c
@@ -5222,6 +5222,8 @@ static bool vtd_check_hiod(IntelIOMMUState *s,
VTDHostIOMMUDevice *vtd_hiod,
"when x-flts=on");
return false;
}
+
+ return true;
#endif
just to echo if this series does not support non-rid_pasid PASIDs, then
factor out the configuration that has both x-flts=on and x-pasid-mode=on.
error_setg(errp, "host IOMMU is incompatible with stage-1 translation");
This patch itself looks good to me.
Reviewed-by: Yi Liu <yi.l....@intel.com>