[PULL 0/3] Qtest patches for 2026-04-29

Fabiano Rosas posted 3 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260429143235.25115-1-farosas@suse.de
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Jason Wang <jasowang@redhat.com>, Yi Liu <yi.l.liu@intel.com>, "Clément Mathieu--Drif" <clement.mathieu--drif@bull.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-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
[PULL 0/3] Qtest patches for 2026-04-29
Posted by Fabiano Rosas 1 month ago
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
Re: [PULL 0/3] Qtest patches for 2026-04-29
Posted by Stefan Hajnoczi 1 month ago
Applied, thanks.

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