The following changes since commit 96215036f47403438c7c7869b7cd419bd7a11f82:
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2025-06-06 09:42:59 -0400) are available in the Git repository at: https://gitlab.com/stsquad/qemu.git tags/pull-10.1-maintainer-may-2025-070625-1 for you to fetch changes up to 63070ce368e1a2d430b9022a9db46f1817628efc: gdbstub: update aarch64-core.xml (2025-06-07 16:40:44 +0100) ---------------------------------------------------------------- maintainer updates for May (testing, plugins) - expose ~/.cache/qemu to container builds - disable debug info in CI - allow boot.S to handle target el mode selection - new arguments for ips plugin - cleanup assets in size_memop - fix include guard in gdbstub - introduce qGDBServerVersion gdbstub query - update gdb aarch64-core.xml to support bitfields ---------------------------------------------------------------- Alex Bennée (8): tests/docker: expose $HOME/.cache/qemu as docker volume gitlab: disable debug info on CI builds tests/tcg: make aarch64 boot.S handle different starting modes contrib/plugins: add a scaling factor to the ips arg contrib/plugins: allow setting of instructions per quantum include/exec: fix assert in size_memop include/gdbstub: fix include guard in commands.h gdbstub: assert earlier in handle_read_all_regs Dominik 'Disconnect3d' Czarnota (1): gdbstub: Implement qGDBServerVersion packet Manos Pitsidianakis (1): gdbstub: update aarch64-core.xml Nabih Estefan (1): tests/qtest: Avoid unaligned access in IGB test docs/about/emulation.rst | 4 + include/exec/memop.h | 4 +- include/gdbstub/commands.h | 2 +- contrib/plugins/ips.c | 49 ++++++++- gdbstub/gdbstub.c | 19 +++- tests/qtest/libqos/igb.c | 4 +- .gitlab-ci.d/buildtest-template.yml | 1 + gdb-xml/aarch64-core.xml | 52 ++++++++- tests/docker/Makefile.include | 10 +- tests/tcg/aarch64/Makefile.softmmu-target | 3 +- tests/tcg/aarch64/system/boot.S | 172 +++++++++++++++++++++++++++++- 11 files changed, 300 insertions(+), 20 deletions(-) -- 2.47.2