On Thu, Oct 05, 2017 at 06:24:34PM +0200, Igor Mammedov wrote: > Signed-off-by: Igor Mammedov <imamm...@redhat.com>
Acked-by: David Gibson <da...@gibson.dropbear.id.au> > --- > hw/ppc/ppc440_bamboo.c | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > > diff --git a/hw/ppc/ppc440_bamboo.c b/hw/ppc/ppc440_bamboo.c > index f92d47f..693c215 100644 > --- a/hw/ppc/ppc440_bamboo.c > +++ b/hw/ppc/ppc440_bamboo.c > @@ -182,11 +182,7 @@ static void bamboo_init(MachineState *machine) > int success; > int i; > > - /* Setup CPU. */ > - if (machine->cpu_model == NULL) { > - machine->cpu_model = "440EP"; > - } > - cpu = POWERPC_CPU(cpu_generic_init(TYPE_POWERPC_CPU, > machine->cpu_model)); > + cpu = POWERPC_CPU(cpu_create(machine->cpu_type)); > env = &cpu->env; > > if (env->mmu_model != POWERPC_MMU_BOOKE) { > @@ -297,6 +293,7 @@ static void bamboo_machine_init(MachineClass *mc) > { > mc->desc = "bamboo"; > mc->init = bamboo_init; > + mc->default_cpu_type = POWERPC_CPU_TYPE_NAME("440epb"); > } > > DEFINE_MACHINE("bamboo", bamboo_machine_init) -- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson
signature.asc
Description: PGP signature