All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/8] maintainer updates for rc0 (gitlab, gdbstub, plugins, docs)
@ 2025-07-14 12:02 Alex Bennée
  2025-07-14 12:02 ` [PULL 1/8] gitlab: use argparse in check-units script Alex Bennée
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Alex Bennée @ 2025-07-14 12:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-07-15 19:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-14 12:02 [PULL 0/8] maintainer updates for rc0 (gitlab, gdbstub, plugins, docs) Alex Bennée
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.