The following changes since commit 5e61afe211e82a9af15a8794a0bd29bb574e953b:

  Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into 
staging (2026-05-11 10:49:53 -0400)

are available in the Git repository at:

  https://gitlab.com/farosas/qemu.git tags/qtest-20260512-pull-request

for you to fetch changes up to 0129c626503c6d7220848a1f944a8f8e033ceaf9:

  tests/qtest/iommu-smmuv3-test: Skip if no TCG GICv3 device present 
(2026-05-12 18:11:30 -0300)

----------------------------------------------------------------
QTest pull request

- Fix iommu-smmuv3 test when TCG is disabled.
- Replacement of QTEST_TRACE env var with QTEST_QEMU_ARGS
- New verbosity switches for QTEST_LOG

----------------------------------------------------------------

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

Peter Maydell (1):
  tests/qtest/iommu-smmuv3-test: Skip if no TCG GICv3 device present

 docs/devel/testing/qtest.rst          | 44 ++++++++++++++++
 tests/qtest/fuzz/fuzz.c               |  7 +--
 tests/qtest/fuzz/generic_fuzz.c       |  2 +-
 tests/qtest/iommu-smmuv3-test.c       |  5 ++
 tests/qtest/libqmp.c                  |  7 +--
 tests/qtest/libqtest.c                | 75 +++++++++++++++++++++++----
 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 +-
 12 files changed, 140 insertions(+), 24 deletions(-)

-- 
2.51.0


Reply via email to