Hi; here's the target-arm pullreq for rc2; contents are just some small bug fixes.
thanks -- PMM The following changes since commit 4e06566dbd1b1251c2788af26a30bd148d4eb6c1: Merge tag 'pull-riscv-to-apply-20250730-2' of https://github.com/alistair23/qemu into staging (2025-07-30 09:59:30 -0400) are available in the Git repository at: https://gitlab.com/pm215/qemu.git tags/pull-target-arm-20250801 for you to fetch changes up to 676ab6a21117858393a4440e4cdc3d314277cf20: tests/tcg: Fix run for tests with specific plugin (2025-08-01 16:48:50 +0100) ---------------------------------------------------------------- target-arm queue: * Add missing 64-bit PMCCNTR in AArch32 mode * Reinstate bogus AArch32 DBGDTRTX register for migration compat * fix big-endian handling of AArch64 FPU registers in gdbstub * fix handling of setting SVE registers from gdbstub * hw/intc/arm_gicv3_kvm: fix writing of enable/active/pending state to KVM * hw/display/framebuffer: Add cast to force 64x64 multiply * tests/tcg: Fix run for tests with specific plugin ---------------------------------------------------------------- Alex Richardson (1): target/arm: add support for 64-bit PMCCNTR in AArch32 mode Gustavo Romero (1): tests/tcg: Fix run for tests with specific plugin Peter Maydell (2): hw/display/framebuffer: Add cast to force 64x64 multiply target/arm: Reinstate bogus AArch32 DBGDTRTX register for migration compat Vacha Bhavsar (2): target/arm: Fix big-endian handling of NEON gdb remote debugging target/arm: Fix handling of setting SVE registers from gdb Zenghui Yu (2): hw/intc/arm_gicv3_kvm: Remove writes to ICPENDR registers hw/intc/arm_gicv3_kvm: Write all 1's to clear enable/active hw/display/framebuffer.c | 6 ++-- hw/intc/arm_gicv3_kvm.c | 6 ++-- target/arm/cpregs-pmu.c | 29 ++++++++++++++---- target/arm/debug_helper.c | 29 ++++++++++++++++++ target/arm/gdbstub64.c | 35 +++++++++++++++++----- tests/tcg/Makefile.target | 20 +++++++++++-- tests/tcg/multiarch/Makefile.target | 2 +- tests/tcg/multiarch/system/Makefile.softmmu-target | 2 +- tests/tcg/x86_64/Makefile.softmmu-target | 2 +- 9 files changed, 106 insertions(+), 25 deletions(-)