All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Make HMP optional - follow-up
@ 2026-09-06  8:42 Marc-André Lureau
  2026-09-06  8:42 ` [PATCH 1/9] tests/ahci-test: replace HMP usage with QMP Marc-André Lureau
                   ` (8 more replies)
  0 siblings, 9 replies; 24+ messages in thread
From: Marc-André Lureau @ 2026-09-06  8:42 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>
---
Marc-André Lureau (9):
      tests/ahci-test: replace HMP usage with QMP
      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: add skipTestIfNoHMP() helper
      tests/functional: fix some tests that require HMP

 tests/functional/arm/test_integratorcp.py |  7 ++---
 tests/functional/m68k/test_nextcube.py    |  6 ++--
 tests/functional/mips64el/test_malta.py   |  7 ++---
 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, 119 insertions(+), 53 deletions(-)
---
base-commit: ff1d2d19d7e24893e2012d879f8e73077e17b9bd
change-id: 20260906-nohmp-1d29f0c7494d

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



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

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

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-06  8:42 [PATCH 0/9] Make HMP optional - follow-up Marc-André Lureau
2026-09-06  8:42 ` [PATCH 1/9] tests/ahci-test: replace HMP usage with QMP Marc-André Lureau
2026-09-07  9:24   ` Daniel P. Berrangé
2026-09-06  8:42 ` [PATCH 2/9] tests/functional: replace HMP " Marc-André Lureau
2026-09-06 11:06   ` Thomas Huth
2026-09-07 10:16     ` Marc-André Lureau
2026-09-06  8:42 ` [PATCH 3/9] tests/functional/s390x: use QMP for balloon Marc-André Lureau
2026-09-06 11:07   ` Thomas Huth
2026-09-07  9:29   ` Daniel P. Berrangé
2026-09-06  8:42 ` [PATCH 4/9] tests/qtest: add qtest_qmp_job_wait() Marc-André Lureau
2026-09-07  9:50   ` Daniel P. Berrangé
2026-09-07 10:13     ` Marc-André Lureau
2026-09-07 10:16       ` Daniel P. Berrangé
2026-09-06  8:42 ` [PATCH 5/9] tests/ide-test: convert to QMP Marc-André Lureau
2026-09-07  9:33   ` Daniel P. Berrangé
2026-09-06  8:42 ` [PATCH 6/9] tests/drive_del-test: compile out HMP-dependent tests when !CONFIG_HMP Marc-André Lureau
2026-09-07  9:44   ` Daniel P. Berrangé
2026-09-06  8:42 ` [PATCH 7/9] qtest: compile out HMP helper " Marc-André Lureau
2026-09-07  9:44   ` Daniel P. Berrangé
2026-09-06  8:42 ` [PATCH 8/9] tests/functional: add skipTestIfNoHMP() helper Marc-André Lureau
2026-09-06 11:08   ` Thomas Huth
2026-09-06  8:42 ` [PATCH 9/9] tests/functional: fix some tests that require HMP Marc-André Lureau
2026-09-06 11:10   ` Thomas Huth
2026-09-07  9:45   ` Daniel P. Berrangé

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.