[PATCH 0/3] hw/arm/aspeed: Various Kconfig fixes

Philippe Mathieu-Daudé posted 3 patches 2 weeks, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260709164103.37614-1-philmd@oss.qualcomm.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Peter Maydell <peter.maydell@linaro.org>
hw/arm/Kconfig      | 6 +++++-
hw/pci-host/Kconfig | 1 +
2 files changed, 6 insertions(+), 1 deletion(-)
[PATCH 0/3] hw/arm/aspeed: Various Kconfig fixes
Posted by Philippe Mathieu-Daudé 2 weeks, 2 days ago
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(-)

-- 
2.53.0


Re: [PATCH 0/3] hw/arm/aspeed: Various Kconfig fixes
Posted by Cédric Le Goater 2 weeks, 2 days ago
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.