From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Subject: [PULL 00/11] target-arm queue
Date: Tue, 24 Mar 2026 15:11:00 +0000 [thread overview]
Message-ID: <20260324151111.237411-1-peter.maydell@linaro.org> (raw)
The following changes since commit fa4b2e31e649ba6fdb3eb2dd43952aad4a3bd675:
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging (2026-03-24 10:41:21 +0000)
are available in the Git repository at:
https://gitlab.com/pm215/qemu.git tags/pull-target-arm-20260324
for you to fetch changes up to af35bc0c146ced44f6bfe98587495ae193adcec4:
qemu-options.hx: Document arm-smmuv3 device's accel properties (2026-03-24 14:02:30 +0000)
----------------------------------------------------------------
target-arm queue:
* linux-user/i386/signal.c: Correct definition of target_fpstate_32
* hw/dma/pl080: Fix transfer logic in PL080
* hw/arm/smmuv3-accel: Switch to OnOffAuto properties
* qemu-options.hx: Document arm-smmuv3 device's accel properties
----------------------------------------------------------------
Jose Martins (1):
target/arm: fix s2prot not set for two-stage PMSA translations
Nathan Chen (8):
hw/arm/smmuv3-accel: Check ATS compatibility between host and guest
hw/arm/smmuv3-accel: Change "ats" property type to OnOffAuto
hw/arm/smmuv3-accel: Change "ril" property type to OnOffAuto
qdev: Add a SsidSizeMode property type
hw/arm/smmuv3-accel: Change "ssidsize" property type to SsidSizeMode
qdev: Add an OasMode property type
hw/arm/smmuv3-accel: Change "oas" property type to OasMode
qemu-options.hx: Document arm-smmuv3 device's accel properties
Peter Maydell (1):
linux-user/i386/signal.c: Correct definition of target_fpstate_32
Tao Ding (1):
hw/dma/pl080: Fix transfer logic in PL080
hw/arm/smmuv3-accel.c | 41 +++++++++++++++++---
hw/arm/smmuv3.c | 64 ++++++++++++++++++++------------
hw/arm/virt-acpi-build.c | 2 +-
hw/core/qdev-properties-system.c | 27 ++++++++++++++
hw/dma/pl080.c | 17 ++++++---
include/hw/arm/smmuv3-common.h | 3 --
include/hw/arm/smmuv3.h | 11 ++++--
include/hw/core/qdev-properties-system.h | 6 +++
linux-user/i386/signal.c | 25 ++++++++++++-
qapi/misc-arm.json | 44 ++++++++++++++++++++++
qapi/pragma.json | 1 +
qemu-options.hx | 32 +++++++++++++++-
target/arm/ptw.c | 7 ++++
13 files changed, 235 insertions(+), 45 deletions(-)
next reply other threads:[~2026-03-24 15:11 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-24 15:11 Peter Maydell [this message]
2026-03-24 15:11 ` [PULL 01/11] target/arm: fix s2prot not set for two-stage PMSA translations Peter Maydell
2026-03-24 15:11 ` [PULL 02/11] linux-user/i386/signal.c: Correct definition of target_fpstate_32 Peter Maydell
2026-03-24 15:11 ` [PULL 03/11] hw/dma/pl080: Fix transfer logic in PL080 Peter Maydell
2026-03-24 15:11 ` [PULL 04/11] hw/arm/smmuv3-accel: Check ATS compatibility between host and guest Peter Maydell
2026-03-24 15:11 ` [PULL 05/11] hw/arm/smmuv3-accel: Change "ats" property type to OnOffAuto Peter Maydell
2026-03-24 15:11 ` [PULL 06/11] hw/arm/smmuv3-accel: Change "ril" " Peter Maydell
2026-03-24 15:11 ` [PULL 07/11] qdev: Add a SsidSizeMode property type Peter Maydell
2026-03-24 15:11 ` [PULL 08/11] hw/arm/smmuv3-accel: Change "ssidsize" property type to SsidSizeMode Peter Maydell
2026-03-24 15:11 ` [PULL 09/11] qdev: Add an OasMode property type Peter Maydell
2026-03-24 15:11 ` [PULL 10/11] hw/arm/smmuv3-accel: Change "oas" property type to OasMode Peter Maydell
2026-03-24 15:11 ` [PULL 11/11] qemu-options.hx: Document arm-smmuv3 device's accel properties Peter Maydell
2026-03-24 18:35 ` [PULL 00/11] target-arm queue Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2025-01-13 13:53 Peter Maydell
2025-01-13 16:01 ` Stefan Hajnoczi
2024-08-09 18:08 Peter Maydell
2023-07-04 16:36 Peter Maydell
2023-07-05 4:57 ` Richard Henderson
2023-07-05 5:04 ` Richard Henderson
2023-07-06 11:35 ` Peter Maydell
2020-04-06 10:11 Peter Maydell
2020-04-06 12:52 ` Peter Maydell
2020-03-17 11:40 Peter Maydell
2020-03-17 16:21 ` Peter Maydell
2019-11-01 8:51 Peter Maydell
2019-11-01 9:30 ` Peter Maydell
2019-11-01 9:54 ` Andrew Jones
2019-11-01 10:34 ` Peter Maydell
2019-11-01 12:53 ` Peter Maydell
2019-11-01 14:25 ` Andrew Jones
2019-11-02 17:57 ` Peter Maydell
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=20260324151111.237411-1-peter.maydell@linaro.org \
--to=peter.maydell@linaro.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox