qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/4] ich9: Remove unused hotplug field from ICH9LPCPMRegs struct


From: Thierry Escande
Subject: [PATCH 1/4] ich9: Remove unused hotplug field from ICH9LPCPMRegs struct
Date: Wed, 15 Nov 2023 17:18:53 +0000

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 <thierry.escande@vates.tech>
---
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]