On 12/04/2024 4:51 pm, Teddy Astie wrote: > Le 12/04/2024 à 16:49, Andrew Cooper a écrit : >> 3) In patch 1, you shouldn't modify x2apic_bsp_setup() like that. >> x2APIC && no-IOMMU is a legal combination. >> >> Instead, you should put a cx16 check in both driver's supports_x2apic() >> hooks. > In this case, you mean both intel_iommu_supports_eim and iov_supports_xt > (AMD) ?
Yes, with the changes in the appropriate patch. ~Andrew