projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1ebbc9
)
hw/arm/virt: Add missing 5.0 options call to 4.2 options
author
Andrew Jones
<drjones@redhat.com>
Thu, 30 Jan 2020 16:02:06 +0000
(16:02 +0000)
committer
Peter Maydell
<peter.maydell@linaro.org>
Thu, 30 Jan 2020 16:02:06 +0000
(16:02 +0000)
Signed-off-by: Andrew Jones <drjones@redhat.com>
Message-id:
20200120101023
.16030-3-drjones@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
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 656b0081c2c68bc3b3d90e0ce72a0f0b3cd51ce6..91d4b838b2ef3f02406e33f4d97dd3d83f6b5637 100644
(file)
--- a/
hw/arm/virt.c
+++ b/
hw/arm/virt.c
@@
-2153,6
+2153,7
@@
DEFINE_VIRT_MACHINE_AS_LATEST(5, 0)
static void virt_machine_4_2_options(MachineClass *mc)
{
+ virt_machine_5_0_options(mc);
compat_props_add(mc->compat_props, hw_compat_4_2, hw_compat_4_2_len);
}
DEFINE_VIRT_MACHINE(4, 2)