aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorAndrew Jones <drjones@redhat.com>2020-06-22 17:22:00 +0100
committerPeter Maydell <peter.maydell@linaro.org>2020-06-23 11:39:46 +0100
commitc62288072c9c6c275a28c074612941a44572691d (patch)
tree58aa7be704e871965d884c1aea151cce64fd19aa /hw
parent61fee7f45955cd0bf9b79be9fa9c7ebabb5e6a85 (diff)
downloadqemu-c62288072c9c6c275a28c074612941a44572691d.zip
qemu-c62288072c9c6c275a28c074612941a44572691d.tar.gz
qemu-c62288072c9c6c275a28c074612941a44572691d.tar.bz2
hw/arm/virt: Add 5.0 HW compat props
Cc: Cornelia Huck <cohuck@redhat.com> Signed-off-by: Andrew Jones <drjones@redhat.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Message-id: 20200616140803.25515-1-drjones@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw')
-rw-r--r--hw/arm/virt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/virt.c b/hw/arm/virt.c
index caceb1e..8b6e6aa 100644
--- a/hw/arm/virt.c
+++ b/hw/arm/virt.c
@@ -2375,6 +2375,7 @@ DEFINE_VIRT_MACHINE_AS_LATEST(5, 1)
static void virt_machine_5_0_options(MachineClass *mc)
{
virt_machine_5_1_options(mc);
+ compat_props_add(mc->compat_props, hw_compat_5_0, hw_compat_5_0_len);
}
DEFINE_VIRT_MACHINE(5, 0)