Commit e8dca265c9 for qemu.org

commit e8dca265c91b45f4cde746e5094d7b763444eb6a
Merge: 23671aa09a 2e92f9cfdf
Author: Richard Henderson <richard.henderson@linaro.org>
Date:   Fri Sep 18 07:52:24 2026 -1000

    Merge tag 'pull-11.1-more-check-tcg-docker-meson-180926-1' of https://gitlab.com/stsquad/qemu into staging

    check-tcg and docker cleanups

      - regenerate meson-buildoptions.sh to match master
      - revert cross_cc logic back into configure
      - ensure configure also honours --containers
      - simplify compiler probing to support just vdso and rom building
      - remove libc requirements from s390x system test
      - ensure meson and Makefile.include triggered containers are the same
      - allow the container registry to be configured
      - remove some unused cruft from docker.py
      - fix some variable expansion typos
      - update the gitlab @user mappings
      - make meson built docker images use :console
      - fix build container volume mapping for out of tree builds
      - drop check-tcg from gitlab jobs without compilers

    # -----BEGIN PGP SIGNATURE-----
    #
    # iQEzBAABCgAdFiEEZoWumedRZ7yvyN81+9DbCVqeKkQFAmqtOckACgkQ+9DbCVqe
    # KkRe7Af+P0RZWFQHGTrB4G6V86RDHPSwlP/IwX4GPYTZvUccR1HhFGmkYXQPBBBn
    # KGwxozzRUw8snF5HmdBPbzV6wJUQGNs8UxV7ylGduppE376PATJPvTAwUcrtcJh+
    # q2k9Bm6q3BgpeNHrUZUAHLf95DRRxyG+HgcZP/DuymiKzcGkHKEu+hWreXSEkIGI
    # nIwh3DC3uoPl18/PCrYERR6iphKKkixBP1tocRf4f1Ame1zq7D//kWOEhDqqCNtj
    # 9U+KYj5IeRYpYZTjYJ3a0lZLNI8tslvv7DuU8GUbyA8M7ANH38itenIlwGJQCz5c
    # ywGZyLtA0r3iAS8aUXRQTypM9nEdPg==
    # =8cOe
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Fri 18 Sep 2026 03:16:57 AM HST
    # gpg:                using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
    # gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [unknown]
    # 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: 6685 AE99 E751 67BC AFC8  DF35 FBD0 DB09 5A9E 2A44

    * tag 'pull-11.1-more-check-tcg-docker-meson-180926-1' of https://gitlab.com/stsquad/qemu:
      gitlab: drop check-tcg from clang-system job
      tests/tcg: Fix building outside of the source tree
      tests/tcg: add console property to docker image custom target
      gitlab: update the @user id mapping file
      tests/docker: fix ccache directory variable expansion
      tests/docker: add specific command to parser
      tests/docker: remove used _read_qemu_dockerfile
      tests/docker: add container registry to configure and use
      tests/tcg: don't define tests when missing compilers
      tests/tcg: use --add-current-user when building containers
      tests/tcg: prefix meson built docker tags with qemu/
      tests/tcg/s390x: Provide the libc bits needed by the system tests
      configure: re-purpose the tcg test compiler configs for vdso building
      configure: correctly honour --disable-containers
      configure: ensure it also honours container configuration
      Revert "configure: remove cross_cc and gdb detection logic"
      scripts: update meson-buildoptions.sh

    Signed-off-by: Richard Henderson <richard.henderson@linaro.org>