aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
diff options
context:
space:
mode:
authorCornelia Huck <cohuck@redhat.com>2019-04-11 12:20:25 +0200
committerEduardo Habkost <ehabkost@redhat.com>2019-04-25 14:16:41 -0300
commit9bf2650bc3aab126b85c034bf86e27d564f9a1aa (patch)
treeb568f44d8a58fead6c820e83a0bb69d1ae81cc8d /hw/ppc
parent3284aa128153750f14a61e8a96fd085e6f2999b6 (diff)
downloadqemu-9bf2650bc3aab126b85c034bf86e27d564f9a1aa.zip
qemu-9bf2650bc3aab126b85c034bf86e27d564f9a1aa.tar.gz
qemu-9bf2650bc3aab126b85c034bf86e27d564f9a1aa.tar.bz2
hw: add compat machines for 4.1
Add 4.1 machine types for arm/i440fx/q35/s390x/spapr. Signed-off-by: Cornelia Huck <cohuck@redhat.com> Message-Id: <20190411102025.22559-1-cohuck@redhat.com> Acked-by: Greg Kurz <groug@kaod.org> Acked-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'hw/ppc')
-rw-r--r--hw/ppc/spapr.c15
1 files changed, 13 insertions, 2 deletions
diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c
index b52b82d..8438741 100644
--- a/hw/ppc/spapr.c
+++ b/hw/ppc/spapr.c
@@ -4345,14 +4345,25 @@ static const TypeInfo spapr_machine_info = {
type_init(spapr_machine_register_##suffix)
/*
+ * pseries-4.1
+ */
+static void spapr_machine_4_1_class_options(MachineClass *mc)
+{
+ /* Defaults for the latest behaviour inherited from the base class */
+}
+
+DEFINE_SPAPR_MACHINE(4_1, "4.1", true);
+
+/*
* pseries-4.0
*/
static void spapr_machine_4_0_class_options(MachineClass *mc)
{
- /* Defaults for the latest behaviour inherited from the base class */
+ spapr_machine_4_1_class_options(mc);
+ compat_props_add(mc->compat_props, hw_compat_4_0, hw_compat_4_0_len);
}
-DEFINE_SPAPR_MACHINE(4_0, "4.0", true);
+DEFINE_SPAPR_MACHINE(4_0, "4.0", false);
/*
* pseries-3.1