[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [RFC 1/9] pseries: Remove redundant setting of mc->name for p
From: |
David Gibson |
Subject: |
[Qemu-ppc] [RFC 1/9] pseries: Remove redundant setting of mc->name for pseries-2.5 machine |
Date: |
Mon, 30 Nov 2015 19:51:42 +1100 |
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 <address@hidden>
---
hw/ppc/spapr.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c
index 29a16b7..a69856f 100644
--- a/hw/ppc/spapr.c
+++ b/hw/ppc/spapr.c
@@ -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;
--
2.5.0
- [Qemu-ppc] [RFC 0/9] Cleanup pseries machine versioning, David Gibson, 2015/11/30
- [Qemu-ppc] [RFC 6/9] spapr: Restructure class_compat functions, David Gibson, 2015/11/30
- [Qemu-ppc] [RFC 5/9] spapr: Use SET_MACHINE_COMPAT, David Gibson, 2015/11/30
- [Qemu-ppc] [RFC 1/9] pseries: Remove redundant setting of mc->name for pseries-2.5 machine,
David Gibson <=
- [Qemu-ppc] [RFC 9/9] spapr: Add pseries-2.6 machine type, David Gibson, 2015/11/30
- [Qemu-ppc] [RFC 7/9] spapr: Remove versions from mc->desc, David Gibson, 2015/11/30
- [Qemu-ppc] [RFC 3/9] spapr: DEFINE_SPAPR_MACHINE, David Gibson, 2015/11/30