The following changes since commit 5e61afe211e82a9af15a8794a0bd29bb574e953b:

  Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into 
staging (2026-05-11 10:49:53 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 04d249d1efbbecc74eb82d26558c78d5a3b43630:

  hw/i3c/dw-i3c: Fix BCR/DCR extraction and PID assembly during ENTDAA 
(2026-05-12 09:36:23 +0200)

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

* Security fixes for HACE hash engine and SBC OTP controller
* Bug fix of the I3C controller
* Removal of BMC machines (fby35, fp5280g2-bmc, qcom-*, sonorapass-bmc)
  deprecated in QEMU 10.2

----------------------------------------------------------------
Ashish Anand (1):
      hw/i3c/dw-i3c: Fix BCR/DCR extraction and PID assembly during ENTDAA

Cédric Le Goater (6):
      aspeed/hace: Fix out-of-bounds read in has_padding()
      aspeed/hace: Prevent total_req_len overflow
      hw/arm: Remove sonorapass-bmc machine
      hw/arm: Remove qcom-dc-scm-v1-bmc and qcom-firework-bmc machines
      hw/arm: Remove fp5280g2-bmc machine
      hw/arm: Remove fby35 machine

Kane Chen (2):
      hw/misc/aspeed_sbc: Add bounds checking for OTP write operations
      aspeed/hace: Fix mapped address may not be unmapped issue

 MAINTAINERS                            |   2 -
 docs/about/deprecated.rst              |  37 ------
 docs/about/removed-features.rst        |  38 +++++-
 docs/system/arm/aspeed.rst             |   8 +-
 docs/system/arm/fby35.rst              |  52 ---------
 docs/system/target-arm.rst             |   1 -
 include/hw/i3c/i3c.h                   |   7 ++
 hw/arm/aspeed_ast2500_fp5280g2.c       |  88 --------------
 hw/arm/aspeed_ast2500_sonorapass.c     | 102 -----------------
 hw/arm/aspeed_ast2600_qcom-dc-scm-v1.c |  55 ---------
 hw/arm/aspeed_ast2600_qcom-firework.c  |  91 ---------------
 hw/arm/fby35.c                         | 203 ---------------------------------
 hw/i3c/dw-i3c.c                        |  16 ++-
 hw/misc/aspeed_hace.c                  |  90 ++++++++++++---
 hw/misc/aspeed_sbc.c                   |  12 +-
 hw/nvram/aspeed_otp.c                  |  13 +--
 hw/arm/meson.build                     |   7 +-
 17 files changed, 141 insertions(+), 681 deletions(-)
 delete mode 100644 docs/system/arm/fby35.rst
 delete mode 100644 hw/arm/aspeed_ast2500_fp5280g2.c
 delete mode 100644 hw/arm/aspeed_ast2500_sonorapass.c
 delete mode 100644 hw/arm/aspeed_ast2600_qcom-dc-scm-v1.c
 delete mode 100644 hw/arm/aspeed_ast2600_qcom-firework.c
 delete mode 100644 hw/arm/fby35.c


Reply via email to