This patch removes the unused field use_acpi_hotplug_bridge from the ICH9LPCPMRegs structure as it is now part of AcpiPciHpState.
Hotplug fields have been removed from piix4 state structure by commit 6536e427ce49 (pcihp: move fields enabling hotplug into AcpiPciHpState) so do the same for ich9. Signed-off-by: Thierry Escande <[email protected]> --- include/hw/acpi/ich9.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/hw/acpi/ich9.h b/include/hw/acpi/ich9.h index 2faf7f0cae..4bc9aa1d11 100644 --- a/include/hw/acpi/ich9.h +++ b/include/hw/acpi/ich9.h @@ -57,7 +57,6 @@ typedef struct ICH9LPCPMRegs { CPUHotplugState cpuhp_state; bool keep_pci_slot_hpc; - bool use_acpi_hotplug_bridge; AcpiPciHpState acpi_pci_hotplug; MemHotplugState acpi_memory_hotplug; -- 2.42.0 Thierry Escande | Vates XCP-ng Developer XCP-ng & Xen Orchestra - Vates solutions web: https://vates.tech
