hw/arm/virt: Set VIRT_COMPAT_3_0 compat
We are missing the VIRT_COMPAT_3_0 definition and setting. Let's add them. Signed-off-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Andrew Jones <drjones@redhat.com> Message-id: 20181024085602.16611-1-eric.auger@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
69e2d03843
commit
7c3db4fdd2
@ -1871,6 +1871,9 @@ static void virt_machine_3_1_options(MachineClass *mc)
|
||||
}
|
||||
DEFINE_VIRT_MACHINE_AS_LATEST(3, 1)
|
||||
|
||||
#define VIRT_COMPAT_3_0 \
|
||||
HW_COMPAT_3_0
|
||||
|
||||
static void virt_3_0_instance_init(Object *obj)
|
||||
{
|
||||
virt_3_1_instance_init(obj);
|
||||
@ -1879,6 +1882,7 @@ static void virt_3_0_instance_init(Object *obj)
|
||||
static void virt_machine_3_0_options(MachineClass *mc)
|
||||
{
|
||||
virt_machine_3_1_options(mc);
|
||||
SET_MACHINE_COMPAT(mc, VIRT_COMPAT_3_0);
|
||||
}
|
||||
DEFINE_VIRT_MACHINE(3, 0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user