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

2022-04-03 Thread Gavin Shan
Hi Yanan, On 4/2/22 10:02 AM, wangyanan (Y) wrote: On 2022/3/23 15:24, Gavin Shan wrote: When CPU-to-NUMA association isn't explicitly provided by users, the default on is given by mc->get_default_cpu_node_id(). However, s/on/one Will be corrected in v5. the CPU topology isn't fully consid

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

2022-04-01 Thread wangyanan (Y)
On 2022/3/23 15:24, Gavin Shan wrote: When CPU-to-NUMA association isn't explicitly provided by users, the default on is given by mc->get_default_cpu_node_id(). However, s/on/one the CPU topology isn't fully considered in the default association and this causes CPU topology broken warnings on

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

2022-03-25 Thread Igor Mammedov
On Wed, 23 Mar 2022 15:24:36 +0800 Gavin Shan wrote: > When CPU-to-NUMA association isn't explicitly provided by users, > the default on is given by mc->get_default_cpu_node_id(). However, > the CPU topology isn't fully considered in the default association > and this causes CPU topology broken w

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

2022-03-23 Thread Gavin Shan
When CPU-to-NUMA association isn't explicitly provided by users, the default on is given by mc->get_default_cpu_node_id(). However, the CPU topology isn't fully considered in the default association and this causes CPU topology broken warnings on booting Linux guest. For example, the following war