Commit 0b8a7a638e for qemu.org

commit 0b8a7a638e55c9439a6589d1786c05240d62d37b
Merge: 3d626609cc bbb412adc4
Author: Stefan Hajnoczi <stefanha@redhat.com>
Date:   Fri May 1 14:41:37 2026 -0400

    Merge tag 's390x-20260430' of https://gitlab.com/cohuck/qemu into staging

    First batch of s390x updates for 11.1:
    - disable legacy virtio-pci from now on by default (did not work anyway)
    - add a new boot test
    - simplifications and cleanups

    # -----BEGIN PGP SIGNATURE-----
    #
    # iIgEABYKADAWIQRpo7U29cv8ZSCAJsHeiLtWQd5mwQUCafN76BIcY29odWNrQHJl
    # ZGhhdC5jb20ACgkQ3oi7VkHeZsF/wQD/e47lpTFAt0YPXQbQsAoDKKRXc5XKfxvn
    # ToE/FECxBiUBALEqCh2xDaF8DVb5H18CcNocS/IEoAOV4/W3h4q+no4J
    # =1KeS
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Thu 30 Apr 2026 11:57:28 EDT
    # gpg:                using EDDSA key 69A3B536F5CBFC65208026C1DE88BB5641DE66C1
    # gpg:                issuer "cohuck@redhat.com"
    # gpg: Good signature from "Cornelia Huck <conny@cornelia-huck.de>" [unknown]
    # gpg:                 aka "Cornelia Huck <cohuck@kernel.org>" [unknown]
    # gpg:                 aka "Cornelia Huck <cornelia.huck@de.ibm.com>" [full]
    # gpg:                 aka "Cornelia Huck <huckc@linux.vnet.ibm.com>" [full]
    # gpg:                 aka "Cornelia Huck <cohuck@redhat.com>" [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: C3D0 D66D C362 4FF6 A8C0  18CE DECF 6B93 C6F0 2FAF
    #      Subkey fingerprint: 69A3 B536 F5CB FC65 2080  26C1 DE88 BB56 41DE 66C1

    * tag 's390x-20260430' of https://gitlab.com/cohuck/qemu:
      tests/functional/s390x: Update expected virtio-pci IDs
      hw/s390x/ccw: Disable legacy virtio-pci by default (v11.1+)
      MAINTAINERS: Update s390 trees
      target/s390x: Prefer MO_128 definition over magic value
      tests/functional/s390x: Add test for booting from a disk with 4k sectors
      configs/targets: Restrict the legacy ldst_phys() API on s390x target
      target/s390x: Replace legacy ld/st_phys -> address_space_ld/st (kvm)
      target/s390x: Replace legacy ld/st_phys -> address_space_ld/st (tcg)
      target/s390x: Replace legacy ld/st_phys -> address_space_ld/st (mmu)
      target/s390x: Replace legacy ld/st_phys -> address_space_ld/st (cpu)
      target/s390x/kvm: Simplify the async pfault handling code

    Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>