Re: [PATCH 03/18] hw/southbridge/ich9: Remove ICH9_LPC_SMI_F_BROADCAST_BIT definition

2025-06-03 Thread Igor Mammedov
On Thu, 1 May 2025 23:04:41 +0200 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.

[PATCH 03/18] hw/southbridge/ich9: Remove ICH9_LPC_SMI_F_BROADCAST_BIT definition

2025-05-01 Thread Philippe Mathieu-Daudé
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é --- include/hw/southbridge/ich9.h