mbox

[PULL,0/6] QTest patches for 2025-02-03

Message ID 20250203165938.14320-1-farosas@suse.de (mailing list archive)
State New
Headers show

Pull-request

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

Message

Fabiano Rosas Feb. 3, 2025, 4:59 p.m. UTC
The following changes since commit 6fccaa2fba391815308a746d68f7fa197bc93586:

  Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2025-02-02 11:09:10 -0500)

are available in the Git repository at:

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

for you to fetch changes up to cd6406df15ed2216e70e34c45a4a82f42b55873f:

  tests/qtest/vhost-user-test: Use modern virtio for vhost-user tests (2025-02-03 12:32:54 -0300)

----------------------------------------------------------------
Qtest pull request

- fw-cfg: DMA support and new vmcoreinfo test
- accel detection via QOM for non-KVM accels
- use virtio modern for vhost-user

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

Ani Sinha (3):
  libqos/fw_cfg: refactor file directory iteraton to make it more
    reusable
  tests/qtest/libqos: add DMA support for writing and reading fw_cfg
    files
  tests/qtest/vmcoreinfo: add a unit test to exercize basic vmcoreinfo
    function

Philippe Mathieu-Daudé (2):
  tests/qtest: Extract qtest_qom_has_concrete_type() helper
  tests/qtest: Make qtest_has_accel() generic

Thomas Huth (1):
  tests/qtest/vhost-user-test: Use modern virtio for vhost-user tests

 MAINTAINERS                   |   2 +
 tests/qtest/libqos/fw_cfg.c   | 206 +++++++++++++++++++++++++++++-----
 tests/qtest/libqos/fw_cfg.h   |   6 +-
 tests/qtest/libqtest.c        | 110 ++++++++++--------
 tests/qtest/meson.build       |   1 +
 tests/qtest/vhost-user-test.c |   3 +-
 tests/qtest/vmcoreinfo-test.c |  90 +++++++++++++++
 7 files changed, 342 insertions(+), 76 deletions(-)
 create mode 100644 tests/qtest/vmcoreinfo-test.c