Re: [PATCH v7 2/4] hw/arm/virt: Consider SMP configuration in CPU topology

2022-04-22 Thread Gavin Shan
Hi Yanan, On 4/21/22 7:50 PM, wangyanan (Y) wrote: Hi Gavin, Sorry I missed the v6. No problem at all. thanks for your review again :) On 2022/4/20 18:49, Gavin Shan wrote: Currently, the SMP configuration isn't considered when the CPU topology is populated. In this case, it's impossible

Re: [PATCH v7 2/4] hw/arm/virt: Consider SMP configuration in CPU topology

2022-04-21 Thread wangyanan (Y)
Hi Gavin, Sorry I missed the v6. On 2022/4/20 18:49, Gavin Shan wrote: Currently, the SMP configuration isn't considered when the CPU topology is populated. In this case, it's impossible to provide the default CPU-to-NUMA mapping or association based on the socket ID of the given CPU. This

[PATCH v7 2/4] hw/arm/virt: Consider SMP configuration in CPU topology

2022-04-20 Thread Gavin Shan
Currently, the SMP configuration isn't considered when the CPU topology is populated. In this case, it's impossible to provide the default CPU-to-NUMA mapping or association based on the socket ID of the given CPU. This takes account of SMP configuration when the CPU topology is populated. The