Re: [PATCH v3 13/15] hw/acpi/pcihp.c: convert ACPI_PCIHP_PROP_BSEL from object prop to class prop
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <178716196335.2018258.12249807268524137122.b4-review@b4> |
On Wed, 19 Aug 2026 14:35:52 +0100, Mark Cave-Ayland <[email protected]> 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 uint32_t with a default value of UINT32_MAX indicating that the > property has not been set. > > [...] Reviewed-by: Marc-André Lureau <[email protected]> -- Marc-André Lureau <[email protected]>