All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] tests/qtest: Tweak env variables
@ 2026-04-29  0:31 Fabiano Rosas
  2026-04-29  0:31 ` [PATCH v1 1/3] tests/qtest/libqtest: Replace QTEST_TRACE with QTEST_QEMU_ARGS Fabiano Rosas
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Fabiano Rosas @ 2026-04-29  0:31 UTC (permalink / raw)
  To: qemu-devel

Allow QEMU command line options to be passed via an environment
variable, make QTEST_LOG more useful and document QTEST standard
variables.

CI run: https://gitlab.com/farosas/qemu/-/pipelines/2486792726

Fabiano Rosas (3):
  tests/qtest/libqtest: Replace QTEST_TRACE with QTEST_QEMU_ARGS
  tests/qtest: Individual verbose switches
  docs/devel/qtest: Mention environment variables usage

 docs/devel/testing/qtest.rst          | 33 +++++++++++++
 tests/qtest/fuzz/fuzz.c               |  7 +--
 tests/qtest/fuzz/generic_fuzz.c       |  2 +-
 tests/qtest/libqmp.c                  |  7 +--
 tests/qtest/libqtest.c                | 67 ++++++++++++++++++++++++---
 tests/qtest/libqtest.h                | 11 +++++
 tests/qtest/migration/framework.c     |  2 +-
 tests/qtest/migration/framework.h     |  5 +-
 tests/qtest/migration/precopy-tests.c |  2 +-
 tests/unit/meson.build                |  2 +-
 tests/unit/test-qga.c                 |  2 +-
 11 files changed, 120 insertions(+), 20 deletions(-)

-- 
2.51.0



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

end of thread, other threads:[~2026-04-30 14:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-29  0:31 [PATCH v1 0/3] tests/qtest: Tweak env variables Fabiano Rosas
2026-04-29  0:31 ` [PATCH v1 1/3] tests/qtest/libqtest: Replace QTEST_TRACE with QTEST_QEMU_ARGS Fabiano Rosas
2026-04-30 13:28   ` Peter Maydell
2026-04-30 14:35     ` Fabiano Rosas
2026-04-29  0:31 ` [PATCH v1 2/3] tests/qtest: Individual verbose switches Fabiano Rosas
2026-04-29 21:24   ` Peter Xu
2026-04-29 23:08     ` Fabiano Rosas
2026-04-29  0:31 ` [PATCH v1 3/3] docs/devel/qtest: Mention environment variables usage Fabiano Rosas
2026-04-29 22:28   ` Pierrick Bouvier
2026-04-30 13:21   ` Peter Maydell
2026-04-30 13:25     ` Fabiano Rosas

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.