mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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>
This commit is contained in:
parent
5ec7755eb7
commit
0259dd3e6f
10 changed files with 82 additions and 13 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue