Commit b13d31ca authored by Eric Auger's avatar Eric Auger Committed by Stefan Berger
Browse files

hw/arm/virt: Remove the compat forcing tpm-tis-device PPI to off



Now that the tpm-tis-device device PPI property is off by default,
we can remove the compat used for the same goal.

Signed-off-by: default avatarEric Auger <eric.auger@redhat.com>
Reviewed-by: default avatarCornelia Huck <cohuck@redhat.com>
Reviewed-by: default avatarStefan Berger <stefanb@linux.ibm.com>
Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: default avatarStefan Berger <stefanb@linux.ibm.com>
Message-id: 20200427143145.16251-3-eric.auger@redhat.com
parent ca14ba5b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -2354,11 +2354,6 @@ type_init(machvirt_machine_init);

static void virt_machine_5_0_options(MachineClass *mc)
{
    static GlobalProperty compat[] = {
        { TYPE_TPM_TIS_SYSBUS, "ppi", "false" },
    };

    compat_props_add(mc->compat_props, compat, G_N_ELEMENTS(compat));
}
DEFINE_VIRT_MACHINE_AS_LATEST(5, 0)