Re: [PATCH v4 03/10] hw/core/machine: Wrap target specific parameters together

2021-12-16 Thread wangyanan (Y)
Hi, On 2021/12/16 21:23, Philippe Mathieu-Daudé wrote: On 11/21/21 13:24, Yanan Wang wrote: Wrap the CPU target specific parameters together into a single variable, so that we don't need to update the other lines but a single line when new topology parameters are introduced. Where new params a

Re: [PATCH v4 03/10] hw/core/machine: Wrap target specific parameters together

2021-12-16 Thread Philippe Mathieu-Daudé
On 11/21/21 13:24, Yanan Wang wrote: > Wrap the CPU target specific parameters together into a single > variable, so that we don't need to update the other lines but > a single line when new topology parameters are introduced. Where new params are introduced? Not in this series apparently. > No f

[PATCH v4 03/10] hw/core/machine: Wrap target specific parameters together

2021-11-21 Thread Yanan Wang via
Wrap the CPU target specific parameters together into a single variable, so that we don't need to update the other lines but a single line when new topology parameters are introduced. No functional change intended. Signed-off-by: Yanan Wang --- hw/core/machine-smp.c | 17 ++--- 1 fi