[PULL 0/8] aspeed queue

Cédric Le Goater posted 8 patches 1 week, 6 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260707124349.662198-1-clg@redhat.com
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Steven Lee <steven_lee@aspeedtech.com>, Troy Lee <leetroy@gmail.com>, Jamin Lin <jamin_lin@aspeedtech.com>, Kane Chen <kane_chen@aspeedtech.com>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>, Glenn Miles <milesg@linux.ibm.com>
There is a newer version of this series
include/hw/arm/aspeed_coprocessor.h              |  2 ++
include/hw/arm/aspeed_soc.h                      |  3 +++
hw/arm/aspeed_ast27x0-fc.c                       |  6 +++--
hw/arm/aspeed_ast27x0-ssp.c                      | 18 +++++++++++++
hw/arm/aspeed_ast27x0-tsp.c                      | 18 +++++++++++++
hw/gpio/pca9552.c                                |  8 +++---
hw/intc/aspeed_intc.c                            | 25 ++++++++++++++++++
hw/misc/aspeed_scu.c                             | 33 ++++++++++++++++--------
tests/functional/arm/test_aspeed_anacapa.py      |  6 ++---
tests/functional/arm/test_aspeed_bletchley.py    |  6 ++---
tests/functional/arm/test_aspeed_catalina.py     |  6 ++---
tests/functional/arm/test_aspeed_gb200nvl_bmc.py |  3 +--
tests/functional/aspeed.py                       | 21 +++------------
13 files changed, 110 insertions(+), 45 deletions(-)
[PULL 0/8] aspeed queue
Posted by Cédric Le Goater 1 week, 6 days ago
The following changes since commit 94826ec1370328375c3b6d1e80fdc94c8f46c348:

  Merge tag 'accel-20260706' of https://github.com/philmd/qemu into staging (2026-07-06 18:38:14 +0200)

are available in the Git repository at:

  https://github.com/legoater/qemu/ tags/pull-aspeed-20260707

for you to fetch changes up to 21eac78874d3404cb26c83f261af25e0cdcb9686:

  hw/arm/aspeed_ast27x0: Add unimplemented OTP controller MMIO regions for SSP/TSP (2026-07-07 14:28:55 +0200)

----------------------------------------------------------------
aspeed queue :

* Fix stale pending interrupts in INTC for level-triggered sources
* Fix intermittent functional test timeouts on boot completion detection
* Fix off-by-one in pca9552 QOM led index validation
* Fix AST2700 FC machine hardware strap settings
* Drop noisy unhandled read logs for AST2700 SCU/SCUIO
* Add SCUIO RNG support for AST2700
* Add unimplemented Privilege Controller and OTP MMIO regions for SSP/TSP

----------------------------------------------------------------
Cédric Le Goater (1):
      tests/functional/aspeed: unify boot completion detection on 'login:' prompt

Jamin Lin (5):
      hw/arm/aspeed_ast27x0-fc: Fix hardware strap settings
      hw/misc/aspeed_scu: Drop noisy unhandled read logs for AST2700 SCU/SCUIO
      hw/misc/aspeed_scu: Add AST2700 SCUIO RNG control and data registers
      hw/arm/aspeed_ast27x0: Add unimplemented Privilege Controller MMIO regions for SSP/TSP
      hw/arm/aspeed_ast27x0: Add unimplemented OTP controller MMIO regions for SSP/TSP

Jian Zhang (1):
      hw/intc/aspeed: Drop stale pending interrupts

yujun (1):
      hw/gpio/pca9552: fix off-by-one in QOM led index validation

 include/hw/arm/aspeed_coprocessor.h              |  2 ++
 include/hw/arm/aspeed_soc.h                      |  3 +++
 hw/arm/aspeed_ast27x0-fc.c                       |  6 +++--
 hw/arm/aspeed_ast27x0-ssp.c                      | 18 +++++++++++++
 hw/arm/aspeed_ast27x0-tsp.c                      | 18 +++++++++++++
 hw/gpio/pca9552.c                                |  8 +++---
 hw/intc/aspeed_intc.c                            | 25 ++++++++++++++++++
 hw/misc/aspeed_scu.c                             | 33 ++++++++++++++++--------
 tests/functional/arm/test_aspeed_anacapa.py      |  6 ++---
 tests/functional/arm/test_aspeed_bletchley.py    |  6 ++---
 tests/functional/arm/test_aspeed_catalina.py     |  6 ++---
 tests/functional/arm/test_aspeed_gb200nvl_bmc.py |  3 +--
 tests/functional/aspeed.py                       | 21 +++------------
 13 files changed, 110 insertions(+), 45 deletions(-)


Re: [PULL 0/8] aspeed queue
Posted by Stefan Hajnoczi 1 week, 5 days ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.