projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61fee7f
)
hw/arm/virt: Add 5.0 HW compat props
author
Andrew Jones
<drjones@redhat.com>
Mon, 22 Jun 2020 16:22:00 +0000
(17:22 +0100)
committer
Peter Maydell
<peter.maydell@linaro.org>
Tue, 23 Jun 2020 10:39:46 +0000
(11:39 +0100)
Cc: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Message-id:
20200616140803
.25515-1-drjones@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt.c
patch
|
blob
|
history
diff --git
a/hw/arm/virt.c
b/hw/arm/virt.c
index caceb1e4a05fa66eaaab41cbd94118e8505101f0..8b6e6aa7b1382c669dcd63dc1b02ffee819fed42 100644
(file)
--- a/
hw/arm/virt.c
+++ b/
hw/arm/virt.c
@@
-2375,6
+2375,7
@@
DEFINE_VIRT_MACHINE_AS_LATEST(5, 1)
static void virt_machine_5_0_options(MachineClass *mc)
{
virt_machine_5_1_options(mc);
+ compat_props_add(mc->compat_props, hw_compat_5_0, hw_compat_5_0_len);
}
DEFINE_VIRT_MACHINE(5, 0)