]> git.proxmox.com Git - mirror_qemu.git/commit
acpi: pci: add EDSM method to DSDT
authorIgor Mammedov <imammedo@redhat.com>
Thu, 2 Mar 2023 16:15:26 +0000 (17:15 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 7 Mar 2023 17:39:00 +0000 (12:39 -0500)
commitfe0d5f5319bbf4c7c772bb6579cdb17496dcb946
tree68ce2fe61120bac86fa9df80acbc1abec26255e0
parentd6cfe1d834ec219df6b0034112a33f0dd202d2ec
acpi: pci: add EDSM method to DSDT

it's a helper method for acpi-index support on PCI buses
that do no support or have disabled ACPI PCI hotplug
or for non-hotpluggble endpoint devices.
(like non-hotpluggble NICs, integrated endpoints and
later for machines that do not support ACPI PCI hotplug)

no functional change, commit adds only EDSM method in DSDT
without any users. (the follow up patches will use it)

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20230302161543.286002-18-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/acpi-build.c