Commit 63a88166ab for qemu.org

commit 63a88166ab160d7d92da60b7fcb562c127e51862
Merge: 0fc482b73d 8080227881
Author: Richard Henderson <richard.henderson@linaro.org>
Date:   Thu Jan 8 07:24:44 2026 +1100

    Merge tag 'pull-request-2026-01-07' of https://gitlab.com/thuth/qemu into staging

    * Compat machines for 11.0
    * Add some more files to the MAINTAINERS file
    * Use explicit big-endian API calls in the s390x code
    * Add the possibility to run sub-tests manually in the functional test suite

    # -----BEGIN PGP SIGNATURE-----
    #
    # iQJFBAABCgAvFiEEJ7iIR+7gJQEY8+q5LtnXdP5wLbUFAmleSkMRHHRodXRoQHJl
    # ZGhhdC5jb20ACgkQLtnXdP5wLbVegA//R8zGTnW++Rcb3xFlRGQye08eKNWda4K8
    # hqgHg4nEf3zj8dYm91lop8v3CMwVJtlBLiKtv+8GAo5ma/yItM9N/F3AgsUXt6po
    # dpAAJISucDyIkHLDEMtlPTfQsEvoegEIaXoM7m1AOktArRaLzynmu430f8oAV8BE
    # H3pPGUxaNgjtGlF+6yeUJ/FzrRpI2PXR6o8vtoG8+II5lQZvajOcmix6Znh+u0xj
    # QKzYchYeN1u1YCvykQSp7dTUPygaGOgXHKpUvzUFNWyiq9d0eRW75NMLQJ4LSG2q
    # nqmmHlSxsay5E0H+AWzDRGAsGNrXDtsxkXuAVE0GitKLcc3a1U5m4RQAl2bCW7Px
    # +tx5xjxzg5d38wyKo7mif5WKKIdJs0ljuFlMMMn+FR8MEblCorW/CVCB4qVBdJ2v
    # GMSD7hvHoRba2SpT6y0s+pIOZRsXdWW9FhAAVk9gURkm494UxBJZZL37gQEKwC0t
    # HMxq8WMFLqZAC4TaoxSMdIRW9CZD5qKjGa4y2N9JU1HO2YDHsItce9DWb/09ep91
    # LQg+adtqOFsYs5oGAZ1I17AIl9+ZYUatCeOGxwyYV4Bso5VZ45YH0z2puhA+FSp6
    # zT+4trfasVDPQTFOFzBOZXOzhSFBqeVBPeBZAPG3CsTfHBdqu/YNOQuYtWWize94
    # 0qmfMrevMxs=
    # =oVgR
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Wed 07 Jan 2026 10:57:55 PM AEDT
    # gpg:                using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
    # gpg:                issuer "thuth@redhat.com"
    # gpg: Good signature from "Thomas Huth <th.huth@gmx.de>" [unknown]
    # gpg:                 aka "Thomas Huth <thuth@redhat.com>" [unknown]
    # gpg:                 aka "Thomas Huth <th.huth@posteo.de>" [unknown]
    # gpg:                 aka "Thomas Huth <huth@tuxfamily.org>" [unknown]
    # gpg: WARNING: The key's User ID is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: 27B8 8847 EEE0 2501 18F3  EAB9 2ED9 D774 FE70 2DB5

    * tag 'pull-request-2026-01-07' of https://gitlab.com/thuth/qemu:
      tests/functional/qemu_test/testcase: Fix mismatched quotations
      tests/functional: Allow tests to be run individually
      target/s390x: Inline translator_lduw() and translator_ldl()
      target/s390x: Use big-endian variant of cpu_ld/st_data*()
      target/s390x: Inline cpu_ld{uw, l}_code() calls in EX opcode helper
      target/s390x: Replace MO_TE -> MO_BE
      target/s390x: Replace gdb_get_regl() -> gdb_get_reg64()
      target/s390x: Use explicit big-endian LD/ST API
      hw/s390x: Use explicit big-endian LD/ST API
      MAINTAINERS: Add configs/targets/s390x-softmmu.mak to the S390 general section
      MAINTAINERS: Add util/s390x_pci_mmio.c to the S390 PCI section
      hw/s390x: Un-inline the s390_do_cpu_*() functions
      hw: add compat machines for 11.0
      hw/s390x/ccw: Remove deprecated s390-ccw-virtio-5.0 machine

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