acpi: pci: drop BSEL usage when deciding that device isn't hotpluggable
commit419233b2b417eec65211b4a5160d94978546467b
authorIgor Mammedov <imammedo@redhat.com>
Thu, 2 Mar 2023 16:15:39 +0000 (2 17:15 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 7 Mar 2023 17:39:00 +0000 (7 12:39 -0500)
treea65f86de4bc846646593c4890e688ebab93a470e
parent041b1c40f38a63baff7c375d1e3df6f365aa5882
acpi: pci: drop BSEL usage when deciding that device isn't hotpluggable

previous commit ("pci: fix 'hotplugglable' property behavior") fixed
pcie root port's 'hotpluggable' property to behave consistently.

So we don't need a BSEL crutch anymore to see of device is not
hotpluggable, drop it from 'generic' PCI slots description handling.

BSEL is still used to decide if hotplug part should be called
but that will be moved out of generic code to hotplug one by
followup patches.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20230302161543.286002-31-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