All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/3] Qtest patches for 2026-04-29
@ 2026-04-29 14:32 Fabiano Rosas
  2026-04-29 14:32 ` [PULL 1/3] tests/qtest/libqos: Add Intel IOMMU helper library Fabiano Rosas
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Fabiano Rosas @ 2026-04-29 14:32 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit 759c456b1d22fe4083c8b384da27d3f56fd53f82:

  Merge tag 'linux-user-next-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2026-04-27 12:57:33 -0400)

are available in the Git repository at:

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

for you to fetch changes up to d808d32f963bdd038847ba18b7c022065e695517:

  tests/qtest: Make qtest_get_arch() cleverer (2026-04-29 10:37:26 -0300)

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

- New test: iommu-intel-test
- Improvement of QEMU binary name parsing

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

Fengyuan Yu (2):
  tests/qtest/libqos: Add Intel IOMMU helper library
  tests/qtest: Add Intel IOMMU bare-metal test

Peter Maydell (1):
  tests/qtest: Make qtest_get_arch() cleverer

 MAINTAINERS                          |   2 +
 tests/qtest/iommu-intel-test.c       | 216 +++++++++++++
 tests/qtest/libqos/meson.build       |   3 +
 tests/qtest/libqos/qos-intel-iommu.c | 454 +++++++++++++++++++++++++++
 tests/qtest/libqos/qos-intel-iommu.h | 185 +++++++++++
 tests/qtest/libqtest.c               |  41 ++-
 tests/qtest/meson.build              |   2 +
 7 files changed, 891 insertions(+), 12 deletions(-)
 create mode 100644 tests/qtest/iommu-intel-test.c
 create mode 100644 tests/qtest/libqos/qos-intel-iommu.c
 create mode 100644 tests/qtest/libqos/qos-intel-iommu.h

-- 
2.51.0



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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-29 14:32 [PULL 0/3] Qtest patches for 2026-04-29 Fabiano Rosas
2026-04-29 14:32 ` [PULL 1/3] tests/qtest/libqos: Add Intel IOMMU helper library Fabiano Rosas
2026-04-29 14:32 ` [PULL 2/3] tests/qtest: Add Intel IOMMU bare-metal test Fabiano Rosas
2026-04-29 14:32 ` [PULL 3/3] tests/qtest: Make qtest_get_arch() cleverer Fabiano Rosas
2026-04-30 17:35 ` [PULL 0/3] Qtest patches for 2026-04-29 Stefan Hajnoczi

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.