Re: [Qemu-devel] [PATCH v2 18/24] ppc: spapr: use generic cpu_model parsing

2017-10-09 Thread David Gibson
On Mon, Oct 09, 2017 at 09:51:05PM +0200, Igor Mammedov wrote: > use generic cpu_model parsing introduced by > (6063d4c0f vl.c: convert cpu_model to cpu type and set of global properties > before machine_init()) > > it allows to: > * replace sPAPRMachineClass::tcg_default_cpu with > Machin

[Qemu-devel] [PATCH v2 18/24] ppc: spapr: use generic cpu_model parsing

2017-10-09 Thread Igor Mammedov
use generic cpu_model parsing introduced by (6063d4c0f vl.c: convert cpu_model to cpu type and set of global properties before machine_init()) it allows to: * replace sPAPRMachineClass::tcg_default_cpu with MachineClass::default_cpu_type * drop cpu_parse_cpu_model() from hw/ppc/spapr.c a