[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
- [RFC PATCH v3 0/6] target/arm/kvm: Adjust virtual time, Andrew Jones, 2020/01/20
- [RFC PATCH v3 1/6] target/arm/kvm: trivial: Clean up header documentation, Andrew Jones, 2020/01/20
- [RFC PATCH v3 4/6] tests/arm-cpu-features: Check feature default values, Andrew Jones, 2020/01/20
- [RFC PATCH v3 3/6] target/arm/kvm64: kvm64 cpus have timer registers, Andrew Jones, 2020/01/20
- [RFC PATCH v3 2/6] hw/arm/virt: Add missing 5.0 options call to 4.2 options,
Andrew Jones <=
- [RFC PATCH v3 5/6] target/arm/kvm: Implement virtual time adjustment, Andrew Jones, 2020/01/20
- [RFC PATCH v3 6/6] target/arm/cpu: Add the kvm-no-adjvtime CPU property, Andrew Jones, 2020/01/20
- Re: [RFC PATCH v3 0/6] target/arm/kvm: Adjust virtual time, Peter Maydell, 2020/01/30
- Re: [RFC PATCH v3 0/6] target/arm/kvm: Adjust virtual time, Andrea Bolognani, 2020/01/31