The sPAPR CPU core typename is already available in the upper block. Signed-off-by: Cédric Le Goater <c...@kaod.org> --- hw/ppc/spapr.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c index fdc6644d61cb..6dc5fe48971e 100644 --- a/hw/ppc/spapr.c +++ b/hw/ppc/spapr.c @@ -1783,7 +1783,6 @@ static void ppc_spapr_init(MachineState *machine) qemu_register_reset(spapr_drc_reset, drc); if (i < spapr_cores) { - char *type = spapr_get_cpu_core_type(machine->cpu_model); Object *core; if (!object_class_by_name(type)) { -- 2.7.4