mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -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
|
@ -95,6 +95,9 @@
|
|||
#include "fw_cfg.h"
|
||||
#include "trace.h"
|
||||
|
||||
GlobalProperty pc_compat_5_0[] = {};
|
||||
const size_t pc_compat_5_0_len = G_N_ELEMENTS(pc_compat_5_0);
|
||||
|
||||
GlobalProperty pc_compat_4_2[] = {
|
||||
{ "mch", "smbase-smram", "off" },
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue