The following changes since commit 9a4e273ddec3927920c5958d2226c6b38b543336:
Merge tag 'pull-tcg-20250711' of https://gitlab.com/rth7680/qemu into staging (2025-07-13 01:46:04 -0400) are available in the Git repository at: https://gitlab.com/stsquad/qemu.git tags/pull-10.1-rc0-maintainer-140725-1 for you to fetch changes up to 9152540f4ef3528ff003493cbe6a27b6c0f322e8: gdbstub: add the GDB register XML files for sparc64. (2025-07-14 11:42:49 +0100) ---------------------------------------------------------------- maintainer updates (gitlab, plugins, gdbstub, docs) - update check-units script to take -n <top> argument - fix execlog plugin to handle tab separators - add gdb XML file for alpha - add gdb XML file for sparc64 - use :kbd: in docs to highlight key sequences - clean up rst formatting in virtio-net-failover docs ---------------------------------------------------------------- Alex Bennée (4): gitlab: use argparse in check-units script gitlab: add -n option to check-units script plugins: fix inclusion of user-mode APIs docs/system: clean-up formatting of virtio-net-failover Manos Pitsidianakis (1): docs: use :kbd: role in sphinx docs Rot127 (1): gdbstub: add the GDB register XML files for sparc64. Yodel Eldar (2): contrib/plugins/execlog: Add tab to the separator search of insn_disas target/alpha: Add GDB XML feature file docs/devel/testing/main.rst | 4 +- docs/system/images.rst | 2 +- docs/system/keys.rst.inc | 49 ++++++------ docs/system/linuxboot.rst | 2 +- docs/system/mux-chardev.rst.inc | 38 +++++---- docs/system/virtio-net-failover.rst | 51 +++++++------ configs/targets/alpha-linux-user.mak | 1 + configs/targets/alpha-softmmu.mak | 1 + configs/targets/sparc64-linux-user.mak | 1 + configs/targets/sparc64-softmmu.mak | 1 + contrib/plugins/execlog.c | 15 ++-- linux-user/plugin-api.c | 1 + target/alpha/cpu.c | 1 + target/sparc/cpu.c | 1 + common-user/plugin-api.c.inc | 1 + .gitlab-ci.d/check-units.py | 29 ++++--- gdb-xml/alpha-core.xml | 136 +++++++++++++++++++++++++++++++++ gdb-xml/sparc64-core.xml | 99 ++++++++++++++++++++++++ linux-user/meson.build | 5 +- 19 files changed, 352 insertions(+), 86 deletions(-) create mode 100644 gdb-xml/alpha-core.xml create mode 100644 gdb-xml/sparc64-core.xml -- 2.47.2