Hi,

Fix the issues that Peter reported while merging "[GIT PULL 00/50] Make
HMP optional".

Signed-off-by: Marc-André Lureau <[email protected]>
---
Changes in v3:
- back to skipTestIfNoHMP()
- handle QMP screendump CommandNotFound, skip test
- Link to v2: 
https://lore.kernel.org/qemu-devel/[email protected]

Changes in v2:
- replaced skipTestIfNoHMP() with more versatile @skipUnlessConfig()
- rebased on staging, added r-b tags
- Link to v1: 
https://lore.kernel.org/qemu-devel/[email protected]

---
Marc-André Lureau (9):
      tests/functional: replace HMP with QMP
      tests/functional: add skipTestIfNoHMP() helper
      tests/functional: skip some tests that require HMP
      tests/functional/s390x: use QMP for balloon
      tests/ahci-test: replace HMP usage with QMP
      tests/qtest: add qtest_qmp_job_wait()
      tests/ide-test: convert to QMP
      tests/drive_del-test: compile out HMP-dependent tests when !CONFIG_HMP
      qtest: compile out HMP helper when !CONFIG_HMP

 tests/functional/arm/test_integratorcp.py | 13 +++++----
 tests/functional/m68k/test_nextcube.py    | 12 +++++---
 tests/functional/mips64el/test_malta.py   | 13 +++++----
 tests/functional/ppc/test_ppe42.py        |  1 +
 tests/functional/qemu_test/testcase.py    |  6 ++++
 tests/functional/s390x/test_ccw_virtio.py |  4 +--
 tests/qtest/ahci-test.c                   |  5 ++--
 tests/qtest/drive_del-test.c              | 47 +++++++++++++++----------------
 tests/qtest/ide-test.c                    | 37 ++++++++++++++++++------
 tests/qtest/libqtest.c                    | 39 +++++++++++++++++++++++++
 tests/qtest/libqtest.h                    | 13 +++++++++
 11 files changed, 137 insertions(+), 53 deletions(-)
---
base-commit: cacd3462963a0a4f5bab4263ce79c2aa4b32692d
change-id: 20260906-nohmp-1d29f0c7494d

Best regards,
--  
Marc-André Lureau <[email protected]>


Reply via email to