]> git.proxmox.com Git - mirror_qemu.git/commit
pseries: Remove redundant setting of mc->name for pseries-2.5 machine
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 30 Nov 2015 05:36:49 +0000 (16:36 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 11 Jan 2016 04:29:04 +0000 (15:29 +1100)
commitaec39c5349acc4b33711288abbbaf747e21b04b7
tree8fcd4cbf6020ed1e90454b175e7f31bd3e6e689d
parent3dc0a66d26bfc3820ab46aaf245cabf26fcf1eb4
pseries: Remove redundant setting of mc->name for pseries-2.5 machine

98cec76 "machine: Set MachineClass::name automatically" removed the setting
of mc->name for the pseries machine types, since it can be derived
automatically from the type names constructed with MACHINE_TYPE_NAME().

Unfortunately fb0fc8f "spapr: Create pseries-2.5 machine" went in later and
brought one of them back.

This removes it again.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>
hw/ppc/spapr.c