Re: [PATCH v7 05/10] tools/libacpi: Use LUT of APIC IDs rather than function pointer

2024-12-02 Thread Jan Beulich
On 21.10.2024 17:45, Alejandro Vallejo wrote: > Refactors libacpi so that a single LUT is the authoritative source of > truth for the CPU to APIC ID mappings. This has a know-on effect in > reducing complexity on future patches, as the same LUT can be used for > configuring the APICs and configurin

Re: [PATCH v7 05/10] tools/libacpi: Use LUT of APIC IDs rather than function pointer

2024-10-30 Thread Andrew Cooper
On 21/10/2024 4:45 pm, Alejandro Vallejo wrote: > diff --git a/tools/include/xenguest.h b/tools/include/xenguest.h > index e01f494b772a..aa50b78dfb89 100644 > --- a/tools/include/xenguest.h > +++ b/tools/include/xenguest.h > @@ -22,6 +22,8 @@ > #ifndef XENGUEST_H > #define XENGUEST_H > > +#incl

[PATCH v7 05/10] tools/libacpi: Use LUT of APIC IDs rather than function pointer

2024-10-21 Thread Alejandro Vallejo
Refactors libacpi so that a single LUT is the authoritative source of truth for the CPU to APIC ID mappings. This has a know-on effect in reducing complexity on future patches, as the same LUT can be used for configuring the APICs and configuring the ACPI tables for PVH. Not functional change inte