|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 2/3] xen/sched: Link CPU topology to scheduler
Hi, On 10/06/2026 12:13, Hirokazu Takahashi wrote: Make CPU topology information available to the Xen scheduler. Additionally, ensure that this topology information is displayed when executing the 'xl info -n' command. Signed-off-by: Hirokazu Takahashi <taka@xxxxxxxxxxxxx> --- xen/arch/arm/include/asm/processor.h | 4 --- xen/arch/arm/smpboot.c | 10 ++++-- xen/common/device-tree/cpu-topology.c | 51 +++++++++++++++++++++++++++ xen/common/sched/credit2.c | 3 ++ xen/common/sysctl.c | 1 + xen/include/xen/cpu-topology.h | 10 ++++++ 6 files changed, 72 insertions(+), 7 deletions(-) diff --git a/xen/arch/arm/include/asm/processor.h b/xen/arch/arm/include/asm/processor.h index a3753c317f..41fa73cfc4 100644 --- a/xen/arch/arm/include/asm/processor.h +++ b/xen/arch/arm/include/asm/processor.h @@ -613,10 +613,6 @@ void show_stack(const struct cpu_user_regs *regs);#define cpu_relax() barrier() /* Could yield? */ -/* All a bit UP for the moment */ For Arm, we support both ACPI and Device-Tree in a single binary. That's fine if we don't support NUMA with ACPI for now, but we need to make sure this doesn't regress for now. With that in mind, I was expecting some runtime checks based on whether ACPI or DT is used. Can you explain why this is not the case? Cheers, -- Julien Grall
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |