Re: [PATCH for-6.2 v3 10/11] machine: Remove smp_parse callback from MachineClass

2021-07-28 Thread Andrew Jones
On Wed, Jul 28, 2021 at 11:48:47AM +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 > --- > hw/core/machin

[PATCH for-6.2 v3 10/11] machine: Remove smp_parse callback from MachineClass

2021-07-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 --- hw/core/machine.c | 3 +-- include/hw/boards.h | 5 - 2 files changed, 1 insertion