summaryrefslogtreecommitdiffstats
path: root/include/hw/boards.h
diff options
context:
space:
mode:
authorCornelia Huck2022-03-16 15:55:21 +0100
committerThomas Huth2022-04-20 09:36:24 +0200
commit0ca703662e3fd2f36a9bc36ffb256562ffb7b930 (patch)
tree7d3f1bfc4d56fb07846181e4f39a4e299265e771 /include/hw/boards.h
parentdocs/ccid: convert to restructuredText (diff)
downloadqemu-0ca703662e3fd2f36a9bc36ffb256562ffb7b930.tar.gz
qemu-0ca703662e3fd2f36a9bc36ffb256562ffb7b930.tar.xz
qemu-0ca703662e3fd2f36a9bc36ffb256562ffb7b930.zip
hw: Add compat machines for 7.1
Add 7.1 machine types for arm/i440fx/m68k/q35/s390x/spapr. Signed-off-by: Cornelia Huck <cohuck@redhat.com> Message-Id: <20220316145521.1224083-1-cohuck@redhat.com> Reviewed-by: Eric Farman <farman@linux.ibm.com> Reviewed-by: Cédric Le Goater <clg@kaod.org> Acked-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Yanan Wang <wangyanan55@huawei.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/hw/boards.h')
-rw-r--r--include/hw/boards.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/boards.h b/include/hw/boards.h
index c92ac8815c..d64b5481e8 100644
--- a/include/hw/boards.h
+++ b/include/hw/boards.h
@@ -380,6 +380,9 @@ struct MachineState {
} \
type_init(machine_initfn##_register_types)
+extern GlobalProperty hw_compat_7_0[];
+extern const size_t hw_compat_7_0_len;
+
extern GlobalProperty hw_compat_6_2[];
extern const size_t hw_compat_6_2_len;