On 01/05/2025 23.04, Philippe Mathieu-Daudé wrote:
The ICH9_LPC_SMI_F_BROADCAST_BIT feature bit was only set
in the pc_compat_2_8[] array, via the 'x-smi-broadcast=off'
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]>
---
include/hw/southbridge/ich9.h | 1 -
hw/acpi/ich9.c | 6 ++----
hw/isa/lpc_ich9.c | 22 +++-------------------
3 files changed, 5 insertions(+), 24 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>