mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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>
This commit is contained in:
parent
7956b06068
commit
0a7c438a42
10 changed files with 79 additions and 12 deletions
|
@ -215,6 +215,9 @@ void pc_system_parse_ovmf_flash(uint8_t *flash_ptr, size_t flash_size);
|
|||
/* sgx.c */
|
||||
void pc_machine_init_sgx_epc(PCMachineState *pcms);
|
||||
|
||||
extern GlobalProperty pc_compat_9_2[];
|
||||
extern const size_t pc_compat_9_2_len;
|
||||
|
||||
extern GlobalProperty pc_compat_9_1[];
|
||||
extern const size_t pc_compat_9_1_len;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue