Hi; here's a target-arm pull for rc2. Four arm-related fixes, and a couple of bug fixes for other areas of the codebase that seemed like they'd fallen through the cracks.
thanks -- PMM The following changes since commit ccb86f079a9e4d94918086a9df18c1844347aff8: Merge tag 'pull-nbd-2023-07-28' of https://repo.or.cz/qemu/ericb into staging (2023-07-28 09:56:57 -0700) are available in the Git repository at: https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20230731 for you to fetch changes up to 108e8180c6b0c315711aa54e914030a313505c17: gdbstub: Fix client Ctrl-C handling (2023-07-31 14:57:32 +0100) ---------------------------------------------------------------- target-arm queue: * Don't build AArch64 decodetree files for qemu-system-arm * Fix TCG assert in v8.1M CSEL etc * Fix MemOp for STGP * gdbstub: Fix client Ctrl-C handling * kvm: Fix crash due to access uninitialized kvm_state * elf2dmp: Don't abandon when Prcb is set to 0 ---------------------------------------------------------------- Akihiko Odaki (1): elf2dmp: Don't abandon when Prcb is set to 0 Gavin Shan (1): kvm: Fix crash due to access uninitialized kvm_state Nicholas Piggin (1): gdbstub: Fix client Ctrl-C handling Peter Maydell (2): target/arm: Avoid writing to constant TCGv in trans_CSEL() target/arm/tcg: Don't build AArch64 decodetree files for qemu-system-arm Richard Henderson (1): target/arm: Fix MemOp for STGP accel/kvm/kvm-all.c | 2 +- contrib/elf2dmp/main.c | 5 +++++ gdbstub/gdbstub.c | 13 +++++++++++-- target/arm/tcg/translate-a64.c | 21 ++++++++++++++++++--- target/arm/tcg/translate.c | 15 ++++++++------- target/arm/tcg/meson.build | 10 +++++++--- 6 files changed, 50 insertions(+), 16 deletions(-)