All of lore.kernel.org
 help / color / mirror / Atom feed
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/9] aspeed queue
Date: Tue, 12 May 2026 19:13:45 +0200	[thread overview]
Message-ID: <20260512171354.4183887-1-clg@redhat.com> (raw)

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	other threads:[~2026-05-12 17:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-12 17:13 Cédric Le Goater [this message]
2026-05-12 17:13 ` [PULL 1/9] hw/misc/aspeed_sbc: Add bounds checking for OTP write operations Cédric Le Goater
2026-05-12 17:13 ` [PULL 2/9] aspeed/hace: Fix out-of-bounds read in has_padding() Cédric Le Goater
2026-05-12 17:13 ` [PULL 3/9] aspeed/hace: Prevent total_req_len overflow Cédric Le Goater
2026-05-12 17:13 ` [PULL 4/9] aspeed/hace: Fix mapped address may not be unmapped issue Cédric Le Goater
2026-05-12 17:13 ` [PULL 5/9] hw/arm: Remove sonorapass-bmc machine Cédric Le Goater
2026-05-12 17:13 ` [PULL 6/9] hw/arm: Remove qcom-dc-scm-v1-bmc and qcom-firework-bmc machines Cédric Le Goater
2026-05-12 17:13 ` [PULL 7/9] hw/arm: Remove fp5280g2-bmc machine Cédric Le Goater
2026-05-12 17:13 ` [PULL 8/9] hw/arm: Remove fby35 machine Cédric Le Goater
2026-05-12 17:13 ` [PULL 9/9] hw/i3c/dw-i3c: Fix BCR/DCR extraction and PID assembly during ENTDAA Cédric Le Goater
2026-05-14 16:26 ` [PULL 0/9] aspeed queue Stefan Hajnoczi

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=20260512171354.4183887-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.