On 07/03/2026 16.26, Philippe Mathieu-Daudé wrote:
The CRBState::ppi_enabled boolean was only set in the
hw_compat_3_1[] array, via the 'ppi=false' property.
We removed all machines using that array, lets remove
that property and all the code around it.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
hw/tpm/tpm_tis.h | 1 -
hw/acpi/tpm.c | 4 ----
hw/i386/acpi-build.c | 2 +-
hw/tpm/tpm_crb.c | 12 +++---------
hw/tpm/tpm_tis_common.c | 4 +---
hw/tpm/tpm_tis_isa.c | 7 ++-----
6 files changed, 7 insertions(+), 23 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>