[PULL 0/4] Qtest patches for 2026-08-19

Fabiano Rosas posted 4 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260819143152.1541266-1-farosas@suse.de
Maintainers: Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
tests/qtest/device-plug-test.c |  8 ++++++++
tests/qtest/drive_del-test.c   | 16 ++++++++++++++++
tests/qtest/libqtest.c         |  9 ++++-----
tests/qtest/pxe-test.c         |  4 ++++
4 files changed, 32 insertions(+), 5 deletions(-)
[PULL 0/4] Qtest patches for 2026-08-19
Posted by Fabiano Rosas 1 month, 1 week ago
The following changes since commit fa19879df1658f96ac07365fca8835b7decd6995:

  Merge tag 'pull-block-jobs-2026-08-17' of https://gitlab.com/vsementsov/qemu into staging (2026-08-17 15:37:53 -0700)

are available in the Git repository at:

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

for you to fetch changes up to bb98963d6df300fe6fc6d2074198e220571cd0cd:

  tests/qtest/pxe-test: skip per-row cases whose machine is unavailable (2026-08-19 11:27:58 -0300)

----------------------------------------------------------------
QTest pull request

- Use GLib wrappers during QTEST_LOG parsing
- Skip tests when 'pc' machine is not built in

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

Amit Machhiwal (1):
  tests/qtest/libqtest: Use GLib functions for proper const correctness

Rohitashv Kumar (3):
  tests/qtest/device-plug-test: skip pc tests when 'pc' machine is
    unavailable
  tests/qtest/drive_del-test: skip pc tests when 'pc' machine is
    unavailable
  tests/qtest/pxe-test: skip per-row cases whose machine is unavailable

 tests/qtest/device-plug-test.c |  8 ++++++++
 tests/qtest/drive_del-test.c   | 16 ++++++++++++++++
 tests/qtest/libqtest.c         |  9 ++++-----
 tests/qtest/pxe-test.c         |  4 ++++
 4 files changed, 32 insertions(+), 5 deletions(-)

-- 
2.53.0
Re: [PULL 0/4] Qtest patches for 2026-08-19
Posted by Richard Henderson 1 month, 1 week ago
On 8/19/26 07:31, Fabiano Rosas wrote:
> The following changes since commit fa19879df1658f96ac07365fca8835b7decd6995:
> 
>    Merge tag 'pull-block-jobs-2026-08-17' ofhttps://gitlab.com/vsementsov/qemu into staging (2026-08-17 15:37:53 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/farosas/qemu.git tags/qtest-20260819-pull-request
> 
> for you to fetch changes up to bb98963d6df300fe6fc6d2074198e220571cd0cd:
> 
>    tests/qtest/pxe-test: skip per-row cases whose machine is unavailable (2026-08-19 11:27:58 -0300)
> 
> ----------------------------------------------------------------
> QTest pull request
> 
> - Use GLib wrappers during QTEST_LOG parsing
> - Skip tests when 'pc' machine is not built in

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~