diff options
| author | Eric Auger <eric.auger@redhat.com> | 2025-07-14 10:05:00 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2025-07-15 02:56:40 -0400 |
| commit | bc8f29df27e68b0476360526634097608171e783 (patch) | |
| tree | 21ce4ec32261980db4ae986225f6f18e489c7cce /include/hw/acpi/pci.h | |
| parent | b9dc4e04c807ad3860a9ba8773b3b0e7057c31aa (diff) | |
| download | focaccia-qemu-bc8f29df27e68b0476360526634097608171e783.tar.gz focaccia-qemu-bc8f29df27e68b0476360526634097608171e783.zip | |
hw/i386/acpi-build: Move aml_pci_edsm to a generic place
Move aml_pci_edsm to pci-bridge.c since we want to reuse that for ARM and acpi-index support. Also rename it into build_pci_bridge_edsm. Signed-off-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <20250714080639.2525563-17-eric.auger@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/hw/acpi/pci.h')
| -rw-r--r-- | include/hw/acpi/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/acpi/pci.h b/include/hw/acpi/pci.h index 69bae95eac..20b672575f 100644 --- a/include/hw/acpi/pci.h +++ b/include/hw/acpi/pci.h @@ -42,5 +42,6 @@ void build_pci_bridge_aml(AcpiDevAmlIf *adev, Aml *scope); void build_srat_generic_affinity_structures(GArray *table_data); Aml *build_pci_host_bridge_osc_method(bool enable_native_pcie_hotplug); +Aml *build_pci_bridge_edsm(void); #endif |