All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/10] Make HMP optional - follow-up
@ 2026-09-07 10:30 Marc-André Lureau
  2026-09-07 10:30 ` [PATCH v2 01/10] tests/ahci-test: replace HMP usage with QMP Marc-André Lureau
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Marc-André Lureau @ 2026-09-07 10:30 UTC (permalink / raw)
  To: qemu-devel
  Cc: John Snow, Denis V. Lunev, Fabiano Rosas, Laurent Vivier,
	Paolo Bonzini, qemu-block, Peter Maydell, Thomas Huth,
	Philippe Mathieu-Daudé, Aurelien Jarno, qemu-arm,
	Halil Pasic, Christian Borntraeger, Eric Farman, Matthew Rosato,
	Cornelia Huck, qemu-s390x, Daniel P. Berrangé, Glenn Miles,
	qemu-ppc, Marc-André Lureau

Hi,

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

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
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/20260906-nohmp-v1-0-daee96491c43@redhat.com

---
Marc-André Lureau (10):
      tests/ahci-test: replace HMP usage with QMP
      tests/functional: add skipUnlessConfig() helper
      tests/functional: skip if CONFIG_PIXMAN
      tests/functional: replace HMP with QMP
      tests/functional/s390x: use QMP for balloon
      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: fix some tests that require HMP

 tests/functional/arm/test_integratorcp.py | 10 +++----
 tests/functional/m68k/test_nextcube.py    |  8 ++----
 tests/functional/mips64el/test_malta.py   | 11 ++++----
 tests/functional/ppc/test_ppe42.py        |  3 +-
 tests/functional/qemu_test/__init__.py    |  2 +-
 tests/functional/qemu_test/decorators.py  | 25 ++++++++++++++++
 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 +++++++++
 12 files changed, 146 insertions(+), 58 deletions(-)
---
base-commit: cacd3462963a0a4f5bab4263ce79c2aa4b32692d
change-id: 20260906-nohmp-1d29f0c7494d

Best regards,
--  
Marc-André Lureau <marcandre.lureau@redhat.com>



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2026-09-07 12:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-07 10:30 [PATCH v2 00/10] Make HMP optional - follow-up Marc-André Lureau
2026-09-07 10:30 ` [PATCH v2 01/10] tests/ahci-test: replace HMP usage with QMP Marc-André Lureau
2026-09-07 10:30 ` [PATCH v2 02/10] tests/functional: add skipUnlessConfig() helper Marc-André Lureau
2026-09-07 12:02   ` Thomas Huth
2026-09-07 12:19     ` Daniel P. Berrangé
2026-09-07 10:30 ` [PATCH v2 03/10] tests/functional: skip if CONFIG_PIXMAN Marc-André Lureau
2026-09-07 10:30 ` [PATCH v2 04/10] tests/functional: replace HMP with QMP Marc-André Lureau
2026-09-07 10:30 ` [PATCH v2 05/10] tests/functional/s390x: use QMP for balloon Marc-André Lureau
2026-09-07 10:30 ` [PATCH v2 06/10] tests/qtest: add qtest_qmp_job_wait() Marc-André Lureau
2026-09-07 10:30 ` [PATCH v2 07/10] tests/ide-test: convert to QMP Marc-André Lureau
2026-09-07 10:30 ` [PATCH v2 08/10] tests/drive_del-test: compile out HMP-dependent tests when !CONFIG_HMP Marc-André Lureau
2026-09-07 10:30 ` [PATCH v2 09/10] qtest: compile out HMP helper " Marc-André Lureau
2026-09-07 10:30 ` [PATCH v2 10/10] tests/functional: fix some tests that require HMP Marc-André Lureau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.