Re: [PATCH v5 03/14] hw/core/machine: Wrap target specific parameters together

2021-12-28 Thread wangyanan (Y)
On 2021/12/29 3:23, Philippe Mathieu-Daudé wrote: On 12/28/21 10:22, Yanan Wang wrote: Wrap the CPU target specific parameters together into a single variable except generic sockets/cores/threads, to make related code lines shorter and more concise. No functional change intended. Signed-off-

Re: [PATCH v5 03/14] hw/core/machine: Wrap target specific parameters together

2021-12-28 Thread Philippe Mathieu-Daudé
On 12/28/21 10:22, Yanan Wang wrote: > Wrap the CPU target specific parameters together into a single > variable except generic sockets/cores/threads, to make related > code lines shorter and more concise. > > No functional change intended. > > Signed-off-by: Yanan Wang > --- > hw/core/machine-

[PATCH v5 03/14] hw/core/machine: Wrap target specific parameters together

2021-12-28 Thread Yanan Wang via
Wrap the CPU target specific parameters together into a single variable except generic sockets/cores/threads, to make related code lines shorter and more concise. No functional change intended. Signed-off-by: Yanan Wang --- hw/core/machine-smp.c | 17 ++--- 1 file changed, 10 insert