mirror of https://github.com/xemu-project/xemu.git
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(). Unfortunatelyfb0fc8f
"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>
This commit is contained in:
parent
3dc0a66d26
commit
aec39c5349
|
@ -2440,7 +2440,6 @@ static void spapr_machine_2_5_class_init(ObjectClass *oc, void *data)
|
|||
MachineClass *mc = MACHINE_CLASS(oc);
|
||||
sPAPRMachineClass *smc = SPAPR_MACHINE_CLASS(oc);
|
||||
|
||||
mc->name = "pseries-2.5";
|
||||
mc->desc = "pSeries Logical Partition (PAPR compliant) v2.5";
|
||||
mc->alias = "pseries";
|
||||
mc->is_default = 1;
|
||||
|
|
Loading…
Reference in New Issue