Commit bce666efa9 for qemu.org

commit bce666efa993d10a59e9a722870b00ef5238a416
Merge: ac5ed6d278 ed44618b8e
Author: Peter Maydell <peter.maydell@linaro.org>
Date:   Mon Mar 16 13:07:17 2026 +0000

    Merge tag 'pull-target-arm-20260316' of https://gitlab.com/pm215/qemu into staging

    target-arm queue:
     * hw/net/rtl8319: Work around GCC sanitizer / -Wstringop-overflow bug
     * semihosting: Correctly byteswap data when CPU is in big-endian mode
     * hw/dma/pl080: Fix various minor bugs
     * MAINTAINERS: Remove some no-longer active maintainers
     * tests/qtest: Use g_strdup_printf() in various arm tests

    # -----BEGIN PGP SIGNATURE-----
    #
    # iQJNBAABCAA3FiEE4aXFk81BneKOgxXPPCUl7RQ2DN4FAmm33l8ZHHBldGVyLm1h
    # eWRlbGxAbGluYXJvLm9yZwAKCRA8JSXtFDYM3ssREACHRyPRM/BdgjxLcQ+mZDYl
    # WLSJzytrgdBmUsALt1T6hKMAfAdtdNVbLO/4r9r1zSDhXWcHOd+hsiq0IF+F6CZd
    # qKIB++aVrNDWA5v0tlz+j4kQNCeFOX/u53CB9nZtaV/dMrAZbiuOulxDzd9grKJi
    # m3ZT7YfIAV6nNLp/J7Q7P8rvM5quN/1ohTGqKSmMgLAZgqa0ac8cV3NYqVpnd4Jc
    # +pqoQQb54uKpMKRacAUX2OMk6XuxDI3szdciVQLLhhrglwMo3xoAwpX600lAcvYv
    # 2D+8nb5A90u7pfIY4xGajIBqiBP5PQC2RiTUd0qRmOklnVx7gRHaI9N1LOA/DtX1
    # YKCPuH3CZEuZ+s4bWH9+ahaHbu5eHmqhxlp+CdICWbf+MBa1bCig2gT6su26AeHs
    # hEcLt9QQwKAfjegs4S9J90ph13LADau8VkSIP6WMfTuDmNesQY6/JlaGq8/qWrfL
    # WfJF8i9fHpEX7OSy+/CwUS02HTDrn2MRTmAt2ihee5oYRuEdmSfYCjMvt5Nhbej3
    # nzNWBw/BpgdNsdIPfJSoNWP/VQTTX6rYvUQh4+Z90SVqFyfGSCb9JOVg6Ab39Q8p
    # gfjkIU2NwhZmDCjh4CqJLihKCPCUiFKlYrvOpAHkuDXcLqzLvF03A7WIHs4cA5+T
    # PwUs4qJF8kpBsJOdshbQAQ==
    # =V7Lm
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Mon Mar 16 10:41:35 2026 GMT
    # gpg:                using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
    # gpg:                issuer "peter.maydell@linaro.org"
    # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [ultimate]
    # gpg:                 aka "Peter Maydell <pmaydell@gmail.com>" [ultimate]
    # gpg:                 aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [ultimate]
    # gpg:                 aka "Peter Maydell <peter@archaic.org.uk>" [ultimate]
    # Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83  15CF 3C25 25ED 1436 0CDE

    * tag 'pull-target-arm-20260316' of https://gitlab.com/pm215/qemu:
      tests/qtest/aspeed_gpio-test: Use g_strdup_printf() instead of char arrays
      tests/qtest/ast2700-gpio-test: Use g_strdup_printf() instead of char arrays
      tests/qtest/arm-cpu-features: Use g_strdup_printf() instead of char arrays
      tests/qtest/ast2700-sgpio-test: Use g_strdup_printf() instead of char arrays
      MAINTAINERS: Remove Chris Browy
      MAINTAINERS: Remove Andrey Smirnov
      MAINTAINERS: Remove Radoslaw Biernacki
      MAINTAINERS: Remove Eduardo Habkost
      MAINTAINERS: Remove Cameron Esfahani
      MAINTAINERS: Remove Hannes Reinecke
      hw/dma/pl080: Ignore bottom 2 bits of LLI register
      hw/dma/pl080: Update interrupts after pl080_run()
      hw/dma/pl080: Handle bogus swidth and dwidth in transfers
      semihosting/uaccess: Use the cpu_internal_tswap() functions
      include/exec: Provide the cpu_internal_tswap() functions
      include/hw/core: Rename virtio_is_big_endian to internal_is_big_endian
      hw/net/rtl8319: Work around GCC sanitizer / -Wstringop-overflow bug

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