The following changes since commit 5915139aba1646220630596de30c673528e047c9:
Merge tag 'for-upstream' ofhttps://gitlab.com/bonzini/qemu into staging
(2024-07-04 09:16:07 -0700)
are available in the Git repository at:
https://gitlab.com/stsquad/qemu.git tags/pull-maintainer-july24-050724-1
for you to fetch changes up to 340ca46b681b1e9cac1643a7fd964947aeb68a56:
tests/tcg/aarch64: Add MTE gdbstub tests (2024-07-05 12:35:36 +0100)
----------------------------------------------------------------
Updates for testing, plugins, gdbstub
- restore some 32 bit host builds and testing
- move some physmem tracepoint definitions
- use --userns keep-id for podman builds
- cleanup check-tcg compiler flag checking for Arm
- fix some casting in fcvt test
- tweak check-tcg inline asm for clang
- suppress some invalid clang warnings
- disable KVM for the TCI builds
- improve the insn tracking plugin
- cleanups to the lockstep plugin
- free plugin data on cpu finalise
- assert cpu->index assigned
- move qemu_plugin_vcpu_init__async into plugin code
- add support for dynamic gdb command tables
- allow targets to extend gdb capabilities
- enable user-mode MTE support