[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL v4 59/83] hw/i386/acpi-build: Remove unused struct
From: |
Michael S. Tsirkin |
Subject: |
[PULL v4 59/83] hw/i386/acpi-build: Remove unused struct |
Date: |
Mon, 7 Nov 2022 17:52:22 -0500 |
From: Bernhard Beschow <shentey@gmail.com>
Ammends commit b23046abe78f48498a423b802d6d86ba0172d57f 'pc: acpi-build:
simplify PCI bus tree generation'.
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221026133110.91828-2-shentey@gmail.com>
Message-Id: <20221028103419.93398-2-shentey@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
hw/i386/acpi-build.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c
index 960305462c..1ebf14b899 100644
--- a/hw/i386/acpi-build.c
+++ b/hw/i386/acpi-build.c
@@ -121,13 +121,6 @@ typedef struct AcpiMiscInfo {
unsigned dsdt_size;
} AcpiMiscInfo;
-typedef struct AcpiBuildPciBusHotplugState {
- GArray *device_table;
- GArray *notify_table;
- struct AcpiBuildPciBusHotplugState *parent;
- bool pcihp_bridge_en;
-} AcpiBuildPciBusHotplugState;
-
typedef struct FwCfgTPMConfig {
uint32_t tpmppi_address;
uint8_t tpm_version;
--
MST
- [PULL v4 49/83] acpi: add get_dev_aml_func() helper, (continued)
- [PULL v4 49/83] acpi: add get_dev_aml_func() helper, Michael S. Tsirkin, 2022/11/07
- [PULL v4 50/83] acpi: enumerate SMB bridge automatically along with other PCI devices, Michael S. Tsirkin, 2022/11/07
- [PULL v4 51/83] tests: acpi: update expected blobs, Michael S. Tsirkin, 2022/11/07
- [PULL v4 52/83] tests: acpi: pc/q35 whitelist DSDT before \_GPE cleanup, Michael S. Tsirkin, 2022/11/07
- [PULL v4 53/83] acpi: pc/35: sanitize _GPE declaration order, Michael S. Tsirkin, 2022/11/07
- [PULL v4 54/83] tests: acpi: update expected blobs, Michael S. Tsirkin, 2022/11/07
- [PULL v4 55/83] hw/acpi/erst.c: Fix memory handling issues, Michael S. Tsirkin, 2022/11/07
- [PULL v4 56/83] MAINTAINERS: Add qapi/virtio.json to section "virtio", Michael S. Tsirkin, 2022/11/07
- [PULL v4 57/83] msix: Assert that specified vector is in range, Michael S. Tsirkin, 2022/11/07
- [PULL v4 58/83] hw/i386/pc.c: CXL Fixed Memory Window should not reserve e820 in bios, Michael S. Tsirkin, 2022/11/07
- [PULL v4 59/83] hw/i386/acpi-build: Remove unused struct,
Michael S. Tsirkin <=
- [PULL v4 60/83] hw/i386/acpi-build: Resolve redundant attribute, Michael S. Tsirkin, 2022/11/07
- [PULL v4 61/83] hw/i386/acpi-build: Resolve north rather than south bridges, Michael S. Tsirkin, 2022/11/07
- [PULL v4 63/83] tests: acpi: add and whitelist *.hmat-noinitiator expected blobs, Michael S. Tsirkin, 2022/11/07
- [PULL v4 64/83] tests: acpi: q35: add test for hmat nodes without initiators, Michael S. Tsirkin, 2022/11/07
- [PULL v4 62/83] hmat acpi: Don't require initiator value in -numa, Michael S. Tsirkin, 2022/11/07
- [PULL v4 65/83] tests: acpi: q35: update expected blobs *.hmat-noinitiators expected HMAT:, Michael S. Tsirkin, 2022/11/07
- [PULL v4 66/83] tests: Add HMAT AArch64/virt empty table files, Michael S. Tsirkin, 2022/11/07
- [PULL v4 67/83] hw/arm/virt: Enable HMAT on arm virt machine, Michael S. Tsirkin, 2022/11/07
- [PULL v4 68/83] tests: acpi: aarch64/virt: add a test for hmat nodes with no initiators, Michael S. Tsirkin, 2022/11/07
- [PULL v4 69/83] tests: virt: Update expected *.acpihmatvirt tables, Michael S. Tsirkin, 2022/11/07