[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/1] hw: virt: consider hw_compat_6_0
From: |
Heinrich Schuchardt |
Subject: |
[PATCH 1/1] hw: virt: consider hw_compat_6_0 |
Date: |
Thu, 10 Jun 2021 20:34:59 +0200 |
virt-6.0 must consider hw_compat_6_0.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
hw/arm/virt.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hw/arm/virt.c b/hw/arm/virt.c
index 840758666d..8bc3b408fe 100644
--- a/hw/arm/virt.c
+++ b/hw/arm/virt.c
@@ -2764,6 +2764,8 @@ DEFINE_VIRT_MACHINE_AS_LATEST(6, 1)
static void virt_machine_6_0_options(MachineClass *mc)
{
+ virt_machine_6_1_options(mc);
+ compat_props_add(mc->compat_props, hw_compat_6_0, hw_compat_6_0_len);
}
DEFINE_VIRT_MACHINE(6, 0)
--
2.30.2
- [PATCH 1/1] hw: virt: consider hw_compat_6_0,
Heinrich Schuchardt <=