Re: [PATCH 2/6] x86: Break struct x86_cpu_id out of processor.h

2025-07-17 Thread Andrew Cooper
On 17/07/2025 8:23 am, Jan Beulich wrote: > On 16.07.2025 19:31, Andrew Cooper wrote: >> Only 5 files use struct x86_cpu_id, so it should not be in processor.h. This >> is in preparation to extend it with VFM support. >> >> No functional change. >> >> Signed-off-by: Andrew Cooper > Reviewed-by: J

Re: [PATCH 2/6] x86: Break struct x86_cpu_id out of processor.h

2025-07-17 Thread Jan Beulich
On 16.07.2025 19:31, Andrew Cooper wrote: > Only 5 files use struct x86_cpu_id, so it should not be in processor.h. This > is in preparation to extend it with VFM support. > > No functional change. > > Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich with two nits: > --- /dev/null > +++

[PATCH 2/6] x86: Break struct x86_cpu_id out of processor.h

2025-07-16 Thread Andrew Cooper
Only 5 files use struct x86_cpu_id, so it should not be in processor.h. This is in preparation to extend it with VFM support. No functional change. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné --- xen/arch/x86/acpi/cpu_idle.c | 2 +- xen/arch/x86/apic.c