]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/i386/acpi-build: Move aml_pci_edsm to a generic place
authorEric Auger <eric.auger@redhat.com>
Mon, 14 Jul 2025 08:05:00 +0000 (10:05 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 15 Jul 2025 06:56:40 +0000 (02:56 -0400)
commitbc8f29df27e68b0476360526634097608171e783
tree21ce4ec32261980db4ae986225f6f18e489c7cce
parentb9dc4e04c807ad3860a9ba8773b3b0e7057c31aa
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>
hw/acpi/pci-bridge.c
hw/i386/acpi-build.c
include/hw/acpi/pci.h