From: "Cédric Le Goater" <clg@redhat.com>
To: qemu-arm@nongnu.org, qemu-devel@nongnu.org
Cc: "Cédric Le Goater" <clg@redhat.com>
Subject: [PULL 0/8] aspeed queue
Date: Tue, 7 Jul 2026 14:43:41 +0200 [thread overview]
Message-ID: <20260707124349.662198-1-clg@redhat.com> (raw)
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(-)
next reply other threads:[~2026-07-07 12:44 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-07 12:43 Cédric Le Goater [this message]
2026-07-07 12:43 ` [PULL 1/8] hw/intc/aspeed: Drop stale pending interrupts Cédric Le Goater
2026-07-07 12:43 ` [PULL 2/8] tests/functional/aspeed: unify boot completion detection on 'login:' prompt Cédric Le Goater
2026-07-07 12:43 ` [PULL 3/8] hw/gpio/pca9552: fix off-by-one in QOM led index validation Cédric Le Goater
2026-07-07 12:43 ` [PULL 4/8] hw/arm/aspeed_ast27x0-fc: Fix hardware strap settings Cédric Le Goater
2026-07-07 12:43 ` [PULL 5/8] hw/misc/aspeed_scu: Drop noisy unhandled read logs for AST2700 SCU/SCUIO Cédric Le Goater
2026-07-07 12:43 ` [PULL 6/8] hw/misc/aspeed_scu: Add AST2700 SCUIO RNG control and data registers Cédric Le Goater
2026-07-07 12:43 ` [PULL 7/8] hw/arm/aspeed_ast27x0: Add unimplemented Privilege Controller MMIO regions for SSP/TSP Cédric Le Goater
2026-07-07 12:43 ` [PULL 8/8] hw/arm/aspeed_ast27x0: Add unimplemented OTP controller " Cédric Le Goater
2026-07-08 5:53 ` [PULL 0/8] aspeed queue Stefan Hajnoczi
-- strict thread matches above, loose matches on Subject: below --
2024-07-09 11:52 Cédric Le Goater
2024-07-09 17:26 ` Richard Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260707124349.662198-1-clg@redhat.com \
--to=clg@redhat.com \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.