From: Andrew Jones Date: Thu, 30 Jan 2020 16:02:06 +0000 (+0000) Subject: hw/arm/virt: Add missing 5.0 options call to 4.2 options X-Git-Tag: qemu-xen-4.14.0~169^2~4 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fa7c8e92cb9bb004359926497675a9b7d0099dfc;p=qemu-xen.git hw/arm/virt: Add missing 5.0 options call to 4.2 options Signed-off-by: Andrew Jones Message-id: 20200120101023.16030-3-drjones@redhat.com Reviewed-by: Peter Maydell Signed-off-by: Peter Maydell --- diff --git a/hw/arm/virt.c b/hw/arm/virt.c index 656b0081c2..91d4b838b2 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)