On 29.11.2019 12:28, Roger Pau Monne wrote: > --- a/xen/arch/x86/io_apic.c > +++ b/xen/arch/x86/io_apic.c > @@ -562,7 +562,7 @@ set_ioapic_affinity_irq(struct irq_desc *desc, const > cpumask_t *mask) > > dest = set_desc_affinity(desc, mask); > if (dest != BAD_APICID) { > - if ( !x2apic_enabled ) > + if ( !iommu_intremap )
To match description as well as the other changes done, doesn't this need to be "!x2apic_enabled || !iommu_intremap"? jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel