Commit 769a37d8bd for qemu.org

commit 769a37d8bd0c81c39128fc292352f01bad0769f4
Merge: 1fd5ff9d76 6511d4eed7
Author: Peter Maydell <peter.maydell@linaro.org>
Date:   Wed Mar 11 10:55:27 2026 +0000

    Merge tag 'pr-gdbstub-20260310' of https://gitlab.com/pbo-linaro/qemu into staging

    - [PATCH v4 00/16] gdbstub: Always infer base register index from GDB (=?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= <philmd@linaro.org>)
      Link: https://lore.kernel.org/qemu-devel/20260310232045.58440-1-philmd@linaro.org

    # -----BEGIN PGP SIGNATURE-----
    #
    # iQGzBAABCgAdFiEEZrmU7KFPfy5auggff5BUDQoc0A8FAmmwx5IACgkQf5BUDQoc
    # 0A8L3Av/e0tWHqkofKIkvA1O1hWPM8pb1oa5HKdZXxzyto/gvDaborqwEIOBpfGu
    # PBR+N6zbYeKu+/7WR6WJePcQSrx/cPZ8AwOCO0rkUVIVKbod4Gxoa9nv+1F7LgPe
    # 8zW7DSCcILfOXnNWy6StCkOziqaeabEOEE/XNta7qBj5xYSJd9duBorkLIxFP31t
    # guYBM6911uBA6XLro/OHk+ryrTMHjCj9Z3QH4aNfspz7alG0pN7Ibd4EM3C8cgB8
    # WDQncSLWBeXSJemIJdPa2J0kXvsaVzHxXy1MYurwWh67fhy4yFRuazAgLxeFFMXO
    # j2UDlGTxeJ3lTpVBT69xXmUUwQuu7KxkVF4hteRy2il8DfswUJ3ONCE+WMmd28lc
    # Tx4tyRTeMrm9zL2Of6fAZ3LFbIMSiF8RK7qLOcgySFGanvqU5yL+4e0b+EHnbBxG
    # Q5gYdziiDJ9bELZA/M5UAJZVcjZIp09kar7GF8ioFC+VSxzOh6dX/NvIOntHs9AM
    # spnK+r0A
    # =t241
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Wed Mar 11 01:38:26 2026 GMT
    # gpg:                using RSA key 66B994ECA14F7F2E5ABA081F7F90540D0A1CD00F
    # gpg: Good signature from "Pierrick Bouvier <pierrick.bouvier@linaro.org>" [undefined]
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: 66B9 94EC A14F 7F2E 5ABA  081F 7F90 540D 0A1C D00F

    * tag 'pr-gdbstub-20260310' of https://gitlab.com/pbo-linaro/qemu:
      gdbstub: Generate a single gdbstub-xml.c / gdb_static_features[]
      gdbstub: Move gdb-xml/ within gdbstub/
      gdbstub: Remove 'gdb-xml/' directory prefix in TARGET_XML_FILES
      tests/tcg: Re-enable disabled multiarch tests for PPC targets
      gdbstub: Consider GDBFeature::base_reg in gdb_register_coprocessor()
      gdbstub: Emit base_register index in GDBFeature entries
      gdbstub: Remove @g_pos argument in gdb_register_coprocessor()
      gdbstub: Make base register explicit in m68k GDB XML files
      gdbstub: Have scripts/feature_to_c.py generate more verbose output
      gdbstub: Add trace events for around XML parsing / generation
      gdbstub: Simplify gdb_init_cpu() logic
      meson: Restrict gdbstub to user/system builds
      target/i386/gdbstub: Remove stale comment
      tests/docker: add gdb-multiarch to all-test-cross
      tests/tcg: Disable prot-none test on GitLab
      tests/tcg: Temporary disable multiarch tests for PPC targets

    Signed-off-by: Peter Maydell <peter.maydell@linaro.org>