Re: [PATCH 4/6] tools/hvmloader: Use cpu_policy to determine APIC IDs

2024-03-25 Thread Jan Beulich
On 20.03.2024 09:52, Roger Pau Monné wrote: > On Tue, Jan 09, 2024 at 03:38:32PM +, Alejandro Vallejo wrote: >> As part of topology correction efforts, APIC IDs can no longer be derived >> strictly through the vCPU ID alone. Bring in the machinery for policy >> retrieval and parsing in order

Re: [PATCH 4/6] tools/hvmloader: Use cpu_policy to determine APIC IDs

2024-03-20 Thread Roger Pau Monné
On Tue, Jan 09, 2024 at 03:38:32PM +, Alejandro Vallejo wrote: > As part of topology correction efforts, APIC IDs can no longer be derived > strictly through the vCPU ID alone. Bring in the machinery for policy > retrieval and parsing in order to generate the proper MADT table and wake > the

[PATCH 4/6] tools/hvmloader: Use cpu_policy to determine APIC IDs

2024-01-09 Thread Alejandro Vallejo
As part of topology correction efforts, APIC IDs can no longer be derived strictly through the vCPU ID alone. Bring in the machinery for policy retrieval and parsing in order to generate the proper MADT table and wake the appropriate CPUs. Signed-off-by: Alejandro Vallejo ---