qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andrew Jones
Subject: [RFC PATCH v3 2/6] hw/arm/virt: Add missing 5.0 options call to 4.2 options
Date: Mon, 20 Jan 2020 11:10:19 +0100

Signed-off-by: Andrew Jones <address@hidden>
---
 hw/arm/virt.c | 1 +
 1 file changed, 1 insertion(+)

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)
-- 
2.21.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]