aboutsummaryrefslogtreecommitdiff
path: root/include/hw/boards.h
diff options
context:
space:
mode:
authorCornelia Huck <cohuck@redhat.com>2023-03-14 18:30:09 +0100
committerMichael S. Tsirkin <mst@redhat.com>2023-04-21 04:25:52 -0400
commit0259dd3e6ffe35145068ddc1bfb5c3ec06b33f48 (patch)
treee9c97a48fe3de3dddb93fe697524240ebb24756f /include/hw/boards.h
parent5ec7755eb7c503fc66fe44083ee5113bd5b87bd9 (diff)
downloadqemu-0259dd3e6ffe35145068ddc1bfb5c3ec06b33f48.zip
qemu-0259dd3e6ffe35145068ddc1bfb5c3ec06b33f48.tar.gz
qemu-0259dd3e6ffe35145068ddc1bfb5c3ec06b33f48.tar.bz2
hw: Add compat machines for 8.1
Add 8.1 machine types for arm/i440fx/m68k/q35/s390x/spapr. Signed-off-by: Cornelia Huck <cohuck@redhat.com> Message-Id: <20230314173009.152667-1-cohuck@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@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 f840f88..f4117fd 100644
--- a/include/hw/boards.h
+++ b/include/hw/boards.h
@@ -383,6 +383,9 @@ struct MachineState {
} \
type_init(machine_initfn##_register_types)
+extern GlobalProperty hw_compat_8_0[];
+extern const size_t hw_compat_8_0_len;
+
extern GlobalProperty hw_compat_7_2[];
extern const size_t hw_compat_7_2_len;