[PULL 0/5] target-arm queue

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260330185236.1905636-1-peter.maydell@linaro.org
Maintainers: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Alistair Francis <alistair@alistair23.me>, Peter Maydell <peter.maydell@linaro.org>, Jiri Pirko <jiri@resnulli.us>, Jason Wang <jasowang@redhat.com>
There is a newer version of this series
MAINTAINERS                   |  4 +---
hw/arm/xilinx_zynq.c          |  8 ++++----
hw/net/rocker/rocker_of_dpa.c |  1 +
target/arm/ptw.c              | 18 ++++++++++--------
4 files changed, 16 insertions(+), 15 deletions(-)
[PULL 0/5] target-arm queue
Posted by Peter Maydell 2 days, 4 hours ago
The following changes since commit dd3ee9c63d96b223c8d41bf5d65392eb898be626:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2026-03-30 13:54:56 +0100)

are available in the Git repository at:

  https://gitlab.com/pm215/qemu.git tags/pull-target-arm-20260330

for you to fetch changes up to 36212b4e859d1ccb25ab37deac152d67421ac425:

  hw/arm/xilinx_zynq: Use strcasecmp to parse boot-mode option values (2026-03-30 16:18:07 +0100)

----------------------------------------------------------------
target-arm queue:
 * target/arm: Don't skip access flag fault for AccessType_AT
 * hw/net/rocker: Avoid double-free of l2_flood.group_ids
 * MAINTAINERS updates
 * hw/arm/xilinx_zynq: Use strcasecmp to parse boot-mode option values

----------------------------------------------------------------
Peter Maydell (4):
      hw/net/rocker: Avoid double-free of l2_flood.group_ids
      MAINTAINERS: Remove Riku Voipio
      MAINTAINERS: Remove Igor Mitsyanko
      hw/arm/xilinx_zynq: Use strcasecmp to parse boot-mode option values

Zenghui Yu (1):
      target/arm: Don't skip access flag fault for AccessType_AT

 MAINTAINERS                   |  4 +---
 hw/arm/xilinx_zynq.c          |  8 ++++----
 hw/net/rocker/rocker_of_dpa.c |  1 +
 target/arm/ptw.c              | 18 ++++++++++--------
 4 files changed, 16 insertions(+), 15 deletions(-)
Re: [PULL 0/5] target-arm queue
Posted by Peter Maydell 1 day, 15 hours ago
On Mon, 30 Mar 2026 at 19:52, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> The following changes since commit dd3ee9c63d96b223c8d41bf5d65392eb898be626:
>
>   Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2026-03-30 13:54:56 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/pm215/qemu.git tags/pull-target-arm-20260330
>
> for you to fetch changes up to 36212b4e859d1ccb25ab37deac152d67421ac425:
>
>   hw/arm/xilinx_zynq: Use strcasecmp to parse boot-mode option values (2026-03-30 16:18:07 +0100)
>
> ----------------------------------------------------------------
> target-arm queue:
>  * target/arm: Don't skip access flag fault for AccessType_AT
>  * hw/net/rocker: Avoid double-free of l2_flood.group_ids
>  * MAINTAINERS updates
>  * hw/arm/xilinx_zynq: Use strcasecmp to parse boot-mode option values
>
> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM