summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorEric Auger <eric.auger@redhat.com>2020-04-27 16:31:45 +0200
committerStefan Berger <stefanb@linux.vnet.ibm.com>2020-05-06 10:12:16 -0400
commitb13d31ca17cc22c79b2dc29abd030802e4cc36f4 (patch)
tree08a1cf57663ae3bf3e1463c2a3625d3b7c70a860 /hw
parentca14ba5b9af493471e10eaebb86709e98cfcd897 (diff)
downloadqemu-b13d31ca17cc22c79b2dc29abd030802e4cc36f4.zip
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: Eric Auger <eric.auger@redhat.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Stefan Berger <stefanb@linux.ibm.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Message-id: 20200427143145.16251-3-eric.auger@redhat.com
Diffstat (limited to 'hw')
-rw-r--r--hw/arm/virt.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/arm/virt.c b/hw/arm/virt.c
index 171e6908ec..dd024d0780 100644
--- a/hw/arm/virt.c
+++ b/hw/arm/virt.c
@@ -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)