On Mon, Jun 22, 2026 at 12:22:38PM +0100, Mark Cave-Ayland wrote: > Move the ACPI_PCIHP_PROP_BSEL property to the PCIBus object and update all > callers accordingly. > > Since the existing logic checks for the existence of the ACPI_PCIHP_PROP_BSEL > property to enable the relevant ACPI changes, set the type of the underlying > variable to int32_t with a default value of -1 indicating that the property > has not been set. > > Signed-off-by: Mark Cave-Ayland <[email protected]> > --- > include/hw/pci/pci_bus.h | 2 ++ > hw/acpi/pci-bridge.c | 9 ++++++++- > hw/acpi/pcihp.c | 32 +++++++++++++++----------------- > hw/arm/virt-acpi-build.c | 7 ++++++- > hw/i386/acpi-build.c | 7 ++++++- > hw/pci/pci.c | 32 ++++++++++++++++++++++++++++++++ > 6 files changed, 69 insertions(+), 20 deletions(-)
Reviewed-by: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com ~~ https://hachyderm.io/@berrange :| |: https://libvirt.org ~~ https://entangle-photo.org :| |: https://pixelfed.art/berrange ~~ https://fstop138.berrange.com :|
