Re: [PATCH v7 1/4] qapi/machine.json: Add cluster-id

2022-04-22 Thread Gavin Shan
Hi Yanan, On 4/21/22 7:51 PM, wangyanan (Y) wrote: On 2022/4/20 18:49, Gavin Shan wrote: This adds cluster-id in CPU instance properties, which will be used by arm/virt machine. Besides, the cluster-id is also verified or dumped in various spots:    * hw/core/machine.c::machine_set_cpu_numa_no

Re: [PATCH v7 1/4] qapi/machine.json: Add cluster-id

2022-04-21 Thread wangyanan (Y)
Hi Gavin, On 2022/4/20 18:49, Gavin Shan wrote: This adds cluster-id in CPU instance properties, which will be used by arm/virt machine. Besides, the cluster-id is also verified or dumped in various spots: * hw/core/machine.c::machine_set_cpu_numa_node() to associate CPU with its NUMA n

[PATCH v7 1/4] qapi/machine.json: Add cluster-id

2022-04-20 Thread Gavin Shan
This adds cluster-id in CPU instance properties, which will be used by arm/virt machine. Besides, the cluster-id is also verified or dumped in various spots: * hw/core/machine.c::machine_set_cpu_numa_node() to associate CPU with its NUMA node. * hw/core/machine.c::machine_numa_finish_cpu_