[PULL 0/5] aspeed queue

Cédric Le Goater posted 5 patches 1 week, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260324124131.1053711-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>, Alistair Francis <alistair@alistair23.me>
There is a newer version of this series
MAINTAINERS                                       |  1 +
include/hw/i2c/aspeed_i2c.h                       |  1 +
hw/i2c/aspeed_i2c.c                               | 47 +++++++++++++++++++++-
hw/ssi/aspeed_smc.c                               | 49 +++++++++++++----------
tests/functional/aarch64/test_aspeed_ast2700a1.py | 11 ++++-
tests/functional/aarch64/test_aspeed_ast2700a2.py | 11 ++++-
tests/functional/aarch64/test_aspeed_ast2700fc.py |  9 ++++-
7 files changed, 101 insertions(+), 28 deletions(-)
[PULL 0/5] aspeed queue
Posted by Cédric Le Goater 1 week, 2 days ago
The following changes since commit 750ed363ebfb108082b40bc532b20564bf00f913:

  Merge tag 'hw-misc-20260323' of https://github.com/philmd/qemu into staging (2026-03-23 16:58:15 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 5fca367b89de2d11631cb27a90a8c5431d004f58:

  hw/i2c/aspeed_i2c: Remove assert (2026-03-24 11:19:40 +0100)

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

* Rework Aspeed SMC mem ops to improve error handling
* Fix race in Aspeed I2C model
* Disable kernel crypto self-tests in AST2700 boot tests

----------------------------------------------------------------
Cédric Le Goater (2):
      hw/ssi/aspeed_smc: Convert mem ops to read/write_with_attrs for error handling
      hw/i2c/aspeed_i2c: Remove assert

Jamin Lin (2):
      MAINTAINERS: Add Kane Chen as reviewer for Aspeed machines
      tests/functional/aarch64/test_aspeed: Disable kernel crypto self-tests in AST2700 boot tests

Jithu Joseph (1):
      hw/i2c/aspeed: fix lost interrupts on back-to-back commands

 MAINTAINERS                                       |  1 +
 include/hw/i2c/aspeed_i2c.h                       |  1 +
 hw/i2c/aspeed_i2c.c                               | 47 +++++++++++++++++++++-
 hw/ssi/aspeed_smc.c                               | 49 +++++++++++++----------
 tests/functional/aarch64/test_aspeed_ast2700a1.py | 11 ++++-
 tests/functional/aarch64/test_aspeed_ast2700a2.py | 11 ++++-
 tests/functional/aarch64/test_aspeed_ast2700fc.py |  9 ++++-
 7 files changed, 101 insertions(+), 28 deletions(-)


Re: [PULL 0/5] aspeed queue
Posted by Peter Maydell 1 week, 2 days ago
On Tue, 24 Mar 2026 at 12:41, Cédric Le Goater <clg@redhat.com> wrote:
>
> The following changes since commit 750ed363ebfb108082b40bc532b20564bf00f913:
>
>   Merge tag 'hw-misc-20260323' of https://github.com/philmd/qemu into staging (2026-03-23 16:58:15 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/legoater/qemu/ tags/pull-aspeed-20260324
>
> for you to fetch changes up to 5fca367b89de2d11631cb27a90a8c5431d004f58:
>
>   hw/i2c/aspeed_i2c: Remove assert (2026-03-24 11:19:40 +0100)
>
> ----------------------------------------------------------------
> aspeed queue:
>
> * Rework Aspeed SMC mem ops to improve error handling
> * Fix race in Aspeed I2C model
> * Disable kernel crypto self-tests in AST2700 boot tests
>



Applied, thanks.

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

-- PMM