Re: [PATCH v11 12/14] machine: Remove smp_parse callback from MachineClass

2021-09-28 Thread Philippe Mathieu-Daudé
On 9/28/21 05:57, Yanan Wang wrote: > Now we have a generic smp parser for all arches, and there will > not be any other arch specific ones, so let's remove the callback > from MachineClass and call the parser directly. > > Signed-off-by: Yanan Wang > Reviewed-by: Andrew Jones > --- > hw/core/m

Re: [PATCH v11 12/14] machine: Remove smp_parse callback from MachineClass

2021-09-28 Thread Daniel P . Berrangé
On Tue, Sep 28, 2021 at 11:57:53AM +0800, Yanan Wang wrote: > Now we have a generic smp parser for all arches, and there will > not be any other arch specific ones, so let's remove the callback > from MachineClass and call the parser directly. > > Signed-off-by: Yanan Wang > Reviewed-by: Andrew J

[PATCH v11 12/14] machine: Remove smp_parse callback from MachineClass

2021-09-27 Thread Yanan Wang
Now we have a generic smp parser for all arches, and there will not be any other arch specific ones, so let's remove the callback from MachineClass and call the parser directly. Signed-off-by: Yanan Wang Reviewed-by: Andrew Jones --- hw/core/machine.c | 3 +-- include/hw/boards.h | 5 - 2