On 07/03/2026 16.26, Philippe Mathieu-Daudé wrote:
The MachineClass::smbus_no_migration_support boolean was only used
by the pc-q35-3.1 and pc-i440fx-3.1 machines, which got removed.
Remove it, along with pm_smbus_vmstate_needed().
Use the unconditional VMSTATE_BOOL() and VMSTATE_STRUCT() macros.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
include/hw/core/boards.h | 1 -
include/hw/i2c/pm_smbus.h | 7 -------
hw/acpi/piix4.c | 8 +-------
hw/i2c/pm_smbus.c | 7 -------
hw/i2c/smbus_eeprom.c | 4 +---
hw/i2c/smbus_ich9.c | 10 ++--------
6 files changed, 4 insertions(+), 33 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>