From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>
Subject: [PULL 0/8] maintainer updates for rc0 (gitlab, gdbstub, plugins, docs)
Date: Mon, 14 Jul 2025 13:02:26 +0100 [thread overview]
Message-ID: <20250714120234.1524401-1-alex.bennee@linaro.org> (raw)
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
next reply other threads:[~2025-07-14 13:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-14 12:02 Alex Bennée [this message]
2025-07-14 12:02 ` [PULL 1/8] gitlab: use argparse in check-units script Alex Bennée
2025-07-14 12:02 ` [PULL 2/8] gitlab: add -n option to " Alex Bennée
2025-07-14 12:02 ` [PULL 3/8] contrib/plugins/execlog: Add tab to the separator search of insn_disas Alex Bennée
2025-07-14 12:02 ` [PULL 4/8] target/alpha: Add GDB XML feature file Alex Bennée
2025-07-14 12:02 ` [PULL 5/8] plugins: fix inclusion of user-mode APIs Alex Bennée
2025-07-14 12:02 ` [PULL 6/8] docs: use :kbd: role in sphinx docs Alex Bennée
2025-07-14 12:02 ` [PULL 7/8] docs/system: clean-up formatting of virtio-net-failover Alex Bennée
2025-07-14 12:02 ` [PULL 8/8] gdbstub: add the GDB register XML files for sparc64 Alex Bennée
2025-07-15 19:50 ` [PULL 0/8] maintainer updates for rc0 (gitlab, gdbstub, plugins, docs) Stefan Hajnoczi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250714120234.1524401-1-alex.bennee@linaro.org \
--to=alex.bennee@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).