The following changes since commit ece408818d27f745ef1b05fb3cc99a1e7a5bf580:
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2026-02-13 10:30:08 +0000) are available in the Git repository at: https://gitlab.com/farosas/qemu.git tags/qtest-20260217-pull-request for you to fetch changes up to a8f98ffd7b22a5c6554bc475096cf5de1d0cbd6f: tests/qtest: Add RISC-V IOMMU bare-metal test (2026-02-17 09:37:40 -0300) ---------------------------------------------------------------- QTest pull request - RISCV IOMMU test ---------------------------------------------------------------- Chao Liu (2): tests/qtest/libqos: Add RISC-V IOMMU helper library tests/qtest: Add RISC-V IOMMU bare-metal test MAINTAINERS | 2 + tests/qtest/iommu-riscv-test.c | 279 +++++++++++++++++++ tests/qtest/libqos/meson.build | 2 +- tests/qtest/libqos/qos-riscv-iommu.c | 403 +++++++++++++++++++++++++++ tests/qtest/libqos/qos-riscv-iommu.h | 164 +++++++++++ tests/qtest/meson.build | 5 +- 6 files changed, 853 insertions(+), 2 deletions(-) create mode 100644 tests/qtest/iommu-riscv-test.c create mode 100644 tests/qtest/libqos/qos-riscv-iommu.c create mode 100644 tests/qtest/libqos/qos-riscv-iommu.h -- 2.51.0
