[PULL 0/2] QTest patches for 2026-02-17

Fabiano Rosas posted 2 patches 1 month, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260217162106.13630-1-farosas@suse.de
Maintainers: Palmer Dabbelt <palmer@dabbelt.com>, Alistair Francis <alistair.francis@wdc.com>, Weiwei Li <liwei1518@gmail.com>, Daniel Henrique Barboza <dbarboza@ventanamicro.com>, Liu Zhiwei <zhiwei_liu@linux.alibaba.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Tao Tang <tangtao1634@phytium.com.cn>
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
[PULL 0/2] QTest patches for 2026-02-17
Posted by Fabiano Rosas 1 month, 3 weeks ago
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
Re: [PULL 0/2] QTest patches for 2026-02-17
Posted by Peter Maydell 1 month, 3 weeks ago
On Tue, 17 Feb 2026 at 16:21, Fabiano Rosas <farosas@suse.de> wrote:
>
> 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
>
> ----------------------------------------------------------------
>



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.0
for any user-visible changes.

-- PMM