Commit 5534799068 for qemu.org

commit 55347990687e7bc5b6b0d624f290025726e8fbfa
Merge: 9b0c50785c 7e72db1dd1
Author: Peter Maydell <peter.maydell@linaro.org>
Date:   Tue Sep 8 10:57:00 2026 +0100

    Merge tag 'nohmp-pr-v1' of https://gitlab.com/marcandre.lureau/qemu into staging

    Make HMP optional - follow-up

    Fix left-overs tests failing when --disable-hmp

    # -----BEGIN PGP SIGNATURE-----
    #
    # iQIzBAABCgAdFiEEh6m9kz+HxgbSdvYt2ujhCXWWnOUFAmqf2qkACgkQ2ujhCXWW
    # nOWeMxAAoTlqczxh8myMSu/V/TbwrLEljhvxChtbjd5qVhULgUEieH9/8ufSwZYq
    # IHW1tMRy4oUZc46sPvTp6SsjLlDl4sxNp22glMqrf2Bva7cpkoByAUq1dLwOU/kX
    # IUIP0B87vYB6MKCvPXWno56BRd22bqAt13FifQ0BV+hfx2d56ot8MnHNpJhwSn4i
    # YBrh414LBdj7Slp9rCDlq60TBueH0aNnlWD+Ihm8V6JMpCpNdBTwkZOLQNASruKP
    # 78A7o4QJ8re+Q3A754A7UK+TbiyjKGYyVXuOKzYuaHPWcqq6UExzmPNwADSbNNlV
    # L9gngjiphIRcyjr4RQuTFlwK1JRXSvvW5UBDnGMdtYoRoJKEdOx6eAjZBOAGxJ0C
    # pNhGQk319XAapNJBGX9fRIRn9p/tIbGfdz0ZO0j9bHH5q4y0SEVGO8uokMvVuuiR
    # RaWuzAWyI0eZFtJHbWydkBu7s/VHLtPNe13sjqoGzRvswDweiV8BgmAaLgF6okQt
    # Nk2h8KSduufTHiPHLFRI0tOcoScEj/LqzO5dEnDpfDEJujTlHC2FaaP/Z9CyBY4B
    # N0r+ZuwwugfAl99Gx/8tvONRm86lxAQmk5IADLCA8bG06AkGiOKS1PoNLtR2hIUU
    # +9iQFFwwWBqS+WvH9jPCCEKuvNBCREU/rjR2Qzb5TJeVOAoz3Kk=
    # =3G/P
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Tue Sep  8 10:51:37 2026 BST
    # gpg:                using RSA key 87A9BD933F87C606D276F62DDAE8E10975969CE5
    # gpg: Good signature from "Marc-André Lureau <marcandre.lureau@redhat.com>" [full]
    # gpg:                 aka "Marc-André Lureau <marcandre.lureau@gmail.com>" [full]
    # Primary key fingerprint: 87A9 BD93 3F87 C606 D276  F62D DAE8 E109 7596 9CE5

    * tag 'nohmp-pr-v1' of https://gitlab.com/marcandre.lureau/qemu:
      tests: fix qemu:func-hexagon-linters
      qtest: compile out HMP helper when !CONFIG_HMP
      tests/drive_del-test: compile out HMP-dependent tests when !CONFIG_HMP
      tests/ide-test: convert to QMP
      tests/qtest: add qtest_qmp_job_wait()
      tests/ahci-test: replace HMP usage with QMP
      tests/functional/s390x: use QMP for balloon
      tests/functional: skip some tests that require HMP
      tests/functional: add skipTestIfNoHMP() helper
      tests/functional: replace HMP with QMP

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