mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03: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
|
@ -191,6 +191,9 @@ void pc_system_firmware_init(PCMachineState *pcms, MemoryRegion *rom_memory);
|
|||
void pc_madt_cpu_entry(AcpiDeviceIf *adev, int uid,
|
||||
const CPUArchIdList *apic_ids, GArray *entry);
|
||||
|
||||
extern GlobalProperty pc_compat_5_0[];
|
||||
extern const size_t pc_compat_5_0_len;
|
||||
|
||||
extern GlobalProperty pc_compat_4_2[];
|
||||
extern const size_t pc_compat_4_2_len;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue