Commit ff1d2d19d7 for qemu.org

commit ff1d2d19d7e24893e2012d879f8e73077e17b9bd
Merge: d2843fbf80 7a48517683
Author: Peter Maydell <peter.maydell@linaro.org>
Date:   Fri Sep 4 16:52:58 2026 +0100

    Merge tag 'pull-11.1-check-tcg-meson-040926-2' of https://gitlab.com/stsquad/qemu into staging

    tests/tcg: conversion to meson

      - remove unused variable from multiarch/memory
      - standardise checking plugin output
      - bump minimal meson to 1.6.0
      - introduce meson plumbing for check-tcg
      - return error code if docker probe fails
      - add CI/self/mem test to gdbstub prot-none tests
      - use raw opcode for fprcvt test in arm
      - remove unused variables from gpc-test
      - teach probe-gdb-support about mips
      - identify or1k pc register
      - port check-tcg logic to meson (all targets)
      - update documentation
      - add Pierrick as a maintainer for tests/tcg

    # -----BEGIN PGP SIGNATURE-----
    #
    # iQEzBAABCgAdFiEEZoWumedRZ7yvyN81+9DbCVqeKkQFAmqa3qIACgkQ+9DbCVqe
    # KkSxwwf+OMp+/6bBcahxrAy2zoJHyb0Xs3+Z4IXe3jSdwXnLbvjgr6rX8zX7NNoW
    # nLaVnOYvecYMZYZcWenSgSmQd1XmdcR/OIex1GXKyuu+5/mSJhkb3YPdPi6WJfgr
    # bNBToaOjY2LRhoLZROZgbk+DUXDlZJB9W8d8zJRSd7ICUAuYMgD0mu2/AP+awuf/
    # ++l+ClMyUqi7U8zod/wJF1WPpvIuu5jXixPSZwRrNDQL9n/3xoOMRcUUMtkB7FUS
    # yAuUsDn/S/OVJZZm3y6S/Iwx0JqvL1bh6n/6z+/uDQi6pHgC2UD8ojTcfHoSBV/x
    # 7XDmipVv06PdJZ2V5TpsVkVeu49X5w==
    # =BFuX
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Fri Sep  4 16:07:14 2026 BST
    # gpg:                using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
    # gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [full]
    # Primary key fingerprint: 6685 AE99 E751 67BC AFC8  DF35 FBD0 DB09 5A9E 2A44

    * tag 'pull-11.1-check-tcg-meson-040926-2' of https://gitlab.com/stsquad/qemu: (105 commits)
      MAINTAINERS: add maintainer for tcg/tests meson infrastructure
      docs/devel/testing/: update documentation
      meson.build: add summary for TCG tests
      configure: remove cross_cc and gdb detection logic
      tests/tcg/meson.build: implement ./configure -cross-cc-* options
      tests/tcg/meson.build: implement ./configure containers options
      configure: directly pass gdb path as a meson option
      tests/tcg: remove remaining Makefiles
      tests: remove tcg tests machinery
      tests/tcg/xtensa: xtensaeb system tests
      tests/tcg/xtensa: system tests
      tests/docker/dockerfiles/debian-xtensa-cross.docker: add test_kc705_be toolchain for xtensaeb
      tests/tcg/xtensa/crt.S: align .text section
      tests/tcg/x86_64: system tests
      tests/tcg/x86_64: user tests
      tests/tcg/x86_64: add missing float reference file
      tests/tcg/tricore: system tests
      tests/tcg/sh4: user tests
      tests/tcg/sh4: add float reference files
      tests/tcg/s390x: system tests
      ...

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