mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
hw: add compat machines for 10.1
Add 10.1 machine types for arm/i440fx/m68k/q35/s390x/spapr. Signed-off-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Message-ID: <20250414094543.221241-1-cohuck@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
76720b6e85
commit
4a00039c46
10 changed files with 79 additions and 12 deletions
|
@ -761,6 +761,9 @@ struct MachineState {
|
|||
} \
|
||||
type_init(machine_initfn##_register_types)
|
||||
|
||||
extern GlobalProperty hw_compat_10_0[];
|
||||
extern const size_t hw_compat_10_0_len;
|
||||
|
||||
extern GlobalProperty hw_compat_9_2[];
|
||||
extern const size_t hw_compat_9_2_len;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue