qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL v1 2/3] hw/arm/virt: Remove the compat forcing tpm-tis-device PPI


From: Stefan Berger
Subject: [PULL v1 2/3] hw/arm/virt: Remove the compat forcing tpm-tis-device PPI to off
Date: Wed, 6 May 2020 10:27:45 -0400

From: Eric Auger <address@hidden>

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 <address@hidden>
Reviewed-by: Cornelia Huck <address@hidden>
Reviewed-by: Stefan Berger <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Stefan Berger <address@hidden>
Message-id: address@hidden
---
 hw/arm/virt.c | 5 -----
 1 file changed, 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)
 
-- 
2.24.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]