Re: [PATCH v5 0/4] hw/arm/virt: Fix CPU's default NUMA node ID

2022-04-10 Thread Gavin Shan
Hi Igor and Yanan, On 4/3/22 10:59 PM, Gavin Shan wrote: When the CPU-to-NUMA association isn't provided by user, the default NUMA node ID for the specific CPU is returned from virt_get_default_cpu_node_id(). Unfortunately, the default NUMA node ID breaks socket boundary and leads to the broken

[PATCH v5 0/4] hw/arm/virt: Fix CPU's default NUMA node ID

2022-04-03 Thread Gavin Shan
When the CPU-to-NUMA association isn't provided by user, the default NUMA node ID for the specific CPU is returned from virt_get_default_cpu_node_id(). Unfortunately, the default NUMA node ID breaks socket boundary and leads to the broken CPU topology warning message in Linux guest. This series int