diff options
author | Cornelia Huck <cohuck@redhat.com> | 2024-11-26 11:30:05 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-12-11 09:18:38 +0100 |
commit | 0a7c438a42f7a178504347456b9e50e3d2c50478 (patch) | |
tree | 9dac24efef9dbcdf4845781302edf961a12a6a32 /hw/i386/pc.c | |
parent | 7956b0606879ddeddf04bcf8440aabcfe1393b9c (diff) | |
download | qemu-0a7c438a42f7a178504347456b9e50e3d2c50478.zip qemu-0a7c438a42f7a178504347456b9e50e3d2c50478.tar.gz qemu-0a7c438a42f7a178504347456b9e50e3d2c50478.tar.bz2 |
hw: add compat machines for 10.0
Add 10.0 machine types for arm/i440fx/m68k/q35/s390x/spapr.
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20241126103005.3794748-3-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 317aaca..99b9b10 100644 --- a/hw/i386/pc.c +++ b/hw/i386/pc.c @@ -79,6 +79,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_9_2[] = {}; +const size_t pc_compat_9_2_len = G_N_ELEMENTS(pc_compat_9_2); + GlobalProperty pc_compat_9_1[] = { { "ICH9-LPC", "x-smi-swsmi-timer", "off" }, { "ICH9-LPC", "x-smi-periodic-timer", "off" }, |