On 11/3/26 02:41, Pierrick Bouvier wrote:
On 3/10/26 6:38 PM, Pierrick Bouvier wrote:
The following changes since commit
ae56950eac7b61b1abf42003329ee0f3ce111711:
Merge tag 'firmware-20260310-pull-request' of https://gitlab.com/
kraxel/qemu into staging (2026-03-10 13:32:30 +0000)
are available in the Git repository at:
https://gitlab.com/pbo-linaro/qemu tags/pr-gdbstub-20260310
for you to fetch changes up to 6511d4eed79a7e59f03e661f31924277e4d6e600:
gdbstub: Generate a single gdbstub-xml.c / gdb_static_features[]
(2026-03-10 17:12:18 -0700)
----------------------------------------------------------------
- [PATCH v4 00/16] gdbstub: Always infer base register index from GDB
(=?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= <[email protected]>)
Link: https://lore.kernel.org/qemu-devel/20260310232045.58440-1-
[email protected]
----------------------------------------------------------------
Alex Bennée (1):
tests/docker: add gdb-multiarch to all-test-cross
Philippe Mathieu-Daudé (15):
tests/tcg: Temporary disable multiarch tests for PPC targets
tests/tcg: Disable prot-none test on GitLab
target/i386/gdbstub: Remove stale comment
meson: Restrict gdbstub to user/system builds
gdbstub: Simplify gdb_init_cpu() logic
gdbstub: Add trace events for around XML parsing / generation
gdbstub: Have scripts/feature_to_c.py generate more verbose output
gdbstub: Make base register explicit in m68k GDB XML files
gdbstub: Remove @g_pos argument in gdb_register_coprocessor()
gdbstub: Emit base_register index in GDBFeature entries
gdbstub: Consider GDBFeature::base_reg in
gdb_register_coprocessor()
tests/tcg: Re-enable disabled multiarch tests for PPC targets
gdbstub: Remove 'gdb-xml/' directory prefix in TARGET_XML_FILES
gdbstub: Move gdb-xml/ within gdbstub/
gdbstub: Generate a single gdbstub-xml.c / gdb_static_features[]
Send this PR for Philippe, as it's the last day for soft freeze, and
that it's already the middle of the night in his timezone. We tested it
together.
Thanks for the help Pierrick!
This series fixes original issue reported here:
https://lore.kernel.org/qemu-devel/e44df309-
[email protected]/
As well, it enables gdbstub tests that were never ran in CI since gdb-
multiarch was not installed.
Regards,
Pierrick