On 7/9/26 18:40, Philippe Mathieu-Daudé wrote:
> Trivial fixes for binaries configured with:
>
> $ echo CONFIG_ASPEED_SOC=y > configs/devices/aarch64-softmmu/aspeed.mak
> $ ./configure --with-devices-aarch64=aspeed --without-default-devices
>
> Philippe Mathieu-Daudé (3):
> hw/arm/aspeed: Add missing PCI_EXPRESS -> PCIE_PORT Kconfig dependency
> hw/arm/aspeed: Add missing Kconfig dependencies on required components
> hw/arm/aspeed: Add missing Kconfig dependencies on optional components
>
> hw/arm/Kconfig | 6 +++++-
> hw/pci-host/Kconfig | 1 +
> 2 files changed, 6 insertions(+), 1 deletion(-)
>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Applied to
https://github.com/legoater/qemu aspeed-next
Thanks,
C.