summary refs log tree commit diff stats
path: root/hw/i386/pc.c
diff options
context:
space:
mode:
authorCornelia Huck <cohuck@redhat.com>2021-03-31 13:19:00 +0200
committerPeter Maydell <peter.maydell@linaro.org>2021-04-30 11:16:51 +0100
commitda7e13c00b5962016b9c72079bef5e0a5398db0d (patch)
tree916cf98650487496975ce2b43e155bbc8df4ffbe /hw/i386/pc.c
parent0ca0f8720a424a643d33cce802a4b769fbb62836 (diff)
downloadfocaccia-qemu-da7e13c00b5962016b9c72079bef5e0a5398db0d.tar.gz
focaccia-qemu-da7e13c00b5962016b9c72079bef5e0a5398db0d.zip
hw: add compat machines for 6.1
Add 6.1 machine types for arm/i440fx/q35/s390x/spapr.

Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Acked-by: Greg Kurz <groug@kaod.org>
Message-id: 20210331111900.118274-1-cohuck@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/i386/pc.c')
-rw-r--r--hw/i386/pc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/i386/pc.c b/hw/i386/pc.c
index 8a84b25a03..364816efc9 100644
--- a/hw/i386/pc.c
+++ b/hw/i386/pc.c
@@ -96,6 +96,9 @@
 #include "trace.h"
 #include CONFIG_DEVICES
 
+GlobalProperty pc_compat_6_0[] = {};
+const size_t pc_compat_6_0_len = G_N_ELEMENTS(pc_compat_6_0);
+
 GlobalProperty pc_compat_5_2[] = {
     { "ICH9-LPC", "x-smi-cpu-hotunplug", "off" },
 };