summary refs log tree commit diff stats
path: root/include/hw/i386/pc.h
diff options
context:
space:
mode:
authorCornelia Huck <cohuck@redhat.com>2025-08-05 11:56:16 +0200
committerThomas Huth <thuth@redhat.com>2025-08-27 07:07:53 +0200
commitd96519c6bd1e197f24a157ec761ff69cf54779d3 (patch)
tree243c57db34aa8e4a46823f6c9f8f416b65e3baa9 /include/hw/i386/pc.h
parent88f72048d2f5835a1b9eaba690c7861393aef283 (diff)
downloadfocaccia-qemu-d96519c6bd1e197f24a157ec761ff69cf54779d3.tar.gz
focaccia-qemu-d96519c6bd1e197f24a157ec761ff69cf54779d3.zip
hw: add compat machines for 10.2
Add 10.2 machine types for arm/i440fx/m68k/q35/s390x/spapr.

Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Message-ID: <20250805095616.1168905-1-cohuck@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/hw/i386/pc.h')
-rw-r--r--include/hw/i386/pc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h
index 79b72c54dd..e83157ab35 100644
--- a/include/hw/i386/pc.h
+++ b/include/hw/i386/pc.h
@@ -214,6 +214,9 @@ void pc_system_parse_ovmf_flash(uint8_t *flash_ptr, size_t flash_size);
 /* sgx.c */
 void pc_machine_init_sgx_epc(PCMachineState *pcms);
 
+extern GlobalProperty pc_compat_10_1[];
+extern const size_t pc_compat_10_1_len;
+
 extern GlobalProperty pc_compat_10_0[];
 extern const size_t pc_compat_10_0_len;