On 8/22/25 8:40 AM, 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; The easiest one ;-) Reviewed-by: Eric Auger <eric.au...@redhat.com> Eric > #endif > > error_setg(errp, "host IOMMU is incompatible with stage-1 translation");
- [PATCH v5 01/21] intel_iommu: Rename vtd_ce_get_rid2pasid... Zhenzhong Duan
- Re: [PATCH v5 01/21] intel_iommu: Rename vtd_ce_get_... Nicolin Chen via
- RE: [PATCH v5 01/21] intel_iommu: Rename vtd_ce_... Duan, Zhenzhong
- [PATCH v5 16/21] intel_iommu: Replay pasid bindings after... Zhenzhong Duan
- [PATCH v5 12/21] intel_iommu: Handle PASID entry addition Zhenzhong Duan
- [PATCH v5 14/21] intel_iommu: Stick to system MR for IOMM... Zhenzhong Duan
- [PATCH v5 21/21] intel_iommu: Enable host device when x-f... Zhenzhong Duan
- Re: [PATCH v5 21/21] intel_iommu: Enable host device... Eric Auger
- [PATCH v5 20/21] Workaround for ERRATA_772415_SPR17 Zhenzhong Duan
- Re: [PATCH v5 20/21] Workaround for ERRATA_772415_SP... Nicolin Chen
- RE: [PATCH v5 20/21] Workaround for ERRATA_77241... Duan, Zhenzhong
- Re: [PATCH v5 20/21] Workaround for ERRATA_7... Nicolin Chen
- RE: [PATCH v5 20/21] Workaround for ERRA... Duan, Zhenzhong
- Re: [PATCH v5 20/21] Workaround for... Nicolin Chen
- Re: [PATCH v5 20/21] Workaround for ERRATA_77241... Yi Liu
- Re: [PATCH v5 20/21] Workaround for ERRATA_7... Nicolin Chen
- [PATCH v5 03/21] intel_iommu: Implement get_viommu_cap() ... Zhenzhong Duan