mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
hw: add compat machines for 5.1
Add 5.1 machine types for arm/i440fx/q35/s390x/spapr. Acked-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com> Message-id: 20200429144605.7262-1-cohuck@redhat.com
This commit is contained in:
parent
b13d31ca17
commit
541aaa1df8
9 changed files with 72 additions and 8 deletions
|
@ -318,6 +318,9 @@ struct MachineState {
|
|||
} \
|
||||
type_init(machine_initfn##_register_types)
|
||||
|
||||
extern GlobalProperty hw_compat_5_0[];
|
||||
extern const size_t hw_compat_5_0_len;
|
||||
|
||||
extern GlobalProperty hw_compat_4_2[];
|
||||
extern const size_t hw_compat_4_2_len;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue