diff options
| author | Cornelia Huck <cohuck@redhat.com> | 2025-08-05 11:56:16 +0200 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2025-08-27 07:07:53 +0200 |
| commit | d96519c6bd1e197f24a157ec761ff69cf54779d3 (patch) | |
| tree | 243c57db34aa8e4a46823f6c9f8f416b65e3baa9 /hw/i386/pc.c | |
| parent | 88f72048d2f5835a1b9eaba690c7861393aef283 (diff) | |
| download | focaccia-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 'hw/i386/pc.c')
| -rw-r--r-- | hw/i386/pc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/i386/pc.c b/hw/i386/pc.c index 2f58e73d33..bc048a6d13 100644 --- a/hw/i386/pc.c +++ b/hw/i386/pc.c @@ -81,6 +81,9 @@ { "qemu64-" TYPE_X86_CPU, "model-id", "QEMU Virtual CPU version " v, },\ { "athlon-" TYPE_X86_CPU, "model-id", "QEMU Virtual CPU version " v, }, +GlobalProperty pc_compat_10_1[] = {}; +const size_t pc_compat_10_1_len = G_N_ELEMENTS(pc_compat_10_1); + GlobalProperty pc_compat_10_0[] = { { TYPE_X86_CPU, "x-consistent-cache", "false" }, { TYPE_X86_CPU, "x-vendor-cpuid-only-v2", "false" }, |