On 22/10/2025 10:51 am, Teddy Astie wrote: > This macro was introduced to abstract between IO-APIC and IO-SAPIC (ia64), > now that ia64 isn't supported anymore, this macro now only refers to IO-APIC. > > Signed-off-by: Teddy Astie <[email protected]>
Acked-by: Andrew Cooper <[email protected]> > diff --git a/xen/drivers/passthrough/vtd/intremap.c > b/xen/drivers/passthrough/vtd/intremap.c > index 7726ee618a..e0314aa469 100644 > --- a/xen/drivers/passthrough/vtd/intremap.c > +++ b/xen/drivers/passthrough/vtd/intremap.c > @@ -398,7 +398,7 @@ unsigned int cf_check io_apic_read_remap_rte( > { > unsigned int ioapic_pin = (reg - 0x10) / 2; > int index; > - struct IO_xAPIC_route_entry old_rte = { }; > + struct IO_APIC_route_entry old_rte = { }; This should be tidied up to '= {};' as the line is being edited anyway. ~Andrew
