Commit 8db19f3ad9 for qemu.org

commit 8db19f3ad9cef7842b6e5025130fc30075311691
Merge: c66824ffb0 38efe3f497
Author: Richard Henderson <richard.henderson@linaro.org>
Date:   Thu Sep 17 11:50:55 2026 -1000

    Merge tag 'pull-s390x-20260917' of https://gitlab.com/rth7680/qemu into staging

    target/s390x/tcg: Clean up mem ops and byte swapping

    # -----BEGIN PGP SIGNATURE-----
    #
    # iQFRBAABCgA7FiEEekgeeIaLTbaoWgXAZN846K9+IV8FAmqsXVYdHHJpY2hhcmQu
    # aGVuZGVyc29uQGxpbmFyby5vcmcACgkQZN846K9+IV/6bQf/eDvHYlwbtrFJLYLQ
    # xYZ5r9v/0Zx55wfLG2XF8WSsPTfMidPdbsbN5lLP4ndqJ3B8S71IR2nJu8/oud37
    # zv/GvoGNCWNPfggtbVxqSoizCXQqYFgEh0II3FUnQ42Ggw6kJIwLNijaELPrf0VQ
    # u9w/FRp8EQaywBfDFzevt0N5OS/YlWwxBCP5DNQtaQPtoFJmB+E1x94FI+OfWj5A
    # mIXrRdMx6APSRFrVqc1QY2k7//UZHF6xn6eZa1kmHcSvQWTimH45p7CIBb1V0eQM
    # hR332STIKyX4RpbaGgO36BWUdBPi2PQqw2kaiyGoPXLLhZhSQIV/vKn6DybfPcaO
    # cIuy/A==
    # =nw1P
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Thu 17 Sep 2026 11:36:22 AM HST
    # gpg:                using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F
    # gpg:                issuer "richard.henderson@linaro.org"
    # gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" [ultimate]

    * tag 'pull-s390x-20260917' of https://gitlab.com/rth7680/qemu:
      tests/tcg/s390x: Test LOAD and STORE REVERSED
      target/s390x/tcg: Simplify LRVR
      target/s390x/tcg: Use op_st for STORE REVERSED
      target/s390x/tcg: Use op_ld for LOAD REVERSED
      target/s390x/tcg: Convert op_st64 to op_st
      target/s390x/tcg: Convert op_st32 to op_st
      target/s390x/tcg: Convert op_st16 to op_st
      target/s390x/tcg: Convert op_st8 to op_st
      target/s390x/tcg: Convert op_ld64 to op_ld
      target/s390x/tcg: Convert op_ld32u to op_ld
      target/s390x/tcg: Convert op_ld32s to op_ld
      target/s390x/tcg: Convert op_ld16u to op_ld
      target/s390x/tcg: Convert op_ld16s to op_ld
      target/s390x/tcg: Convert op_ld8u to op_ld
      target/s390x/tcg: Convert op_ld8s to op_ld

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