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
