[PULL 00/11] target-arm queue

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260324151111.237411-1-peter.maydell@linaro.org
Maintainers: Eric Auger <eric.auger@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <anisinha@redhat.com>, Shannon Zhao <shannon.zhaosl@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Laurent Vivier <laurent@vivier.eu>, Pierrick Bouvier <pierrick.bouvier@linaro.org>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
There is a newer version of this series
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(-)
[PULL 00/11] target-arm queue
Posted by Peter Maydell 1 week, 2 days ago
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(-)
Re: [PULL 00/11] target-arm queue
Posted by Peter Maydell 1 week, 2 days ago
On Tue, 24 Mar 2026 at 15:11, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> 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
>



Applied, thanks.

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

-- PMM