diff mbox series

[RFC,v3,2/6] hw/arm/virt: Add missing 5.0 options call to 4.2 options

Message ID 20200120101023.16030-3-drjones@redhat.com
State New
Headers show
Series target/arm/kvm: Adjust virtual time | expand

Commit Message

Andrew Jones Jan. 20, 2020, 10:10 a.m. UTC
Signed-off-by: Andrew Jones <drjones@redhat.com>
---
 hw/arm/virt.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/hw/arm/virt.c b/hw/arm/virt.c
index 39ab5f47e0bd..27ca26b05e27 100644
--- 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)