[PULL 0/3] QTest patches for 2026-03-11

Fabiano Rosas posted 3 patches 3 weeks, 5 days ago
Failed in applying to current master (apply log)
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
tests/qtest/test-x86-cpuid-compat.c | 410 ++++++++++++++++------------
tests/qtest/vhost-user-test.c       |  36 ++-
2 files changed, 262 insertions(+), 184 deletions(-)
[PULL 0/3] QTest patches for 2026-03-11
Posted by Fabiano Rosas 3 weeks, 5 days ago
The following changes since commit 1fd5ff9d76d23ab23a68419cbc76d5ee33e8b455:

  Merge tag 'for-upstream' of https://gitlab.com/kmwolf/qemu into staging (2026-03-10 16:29:24 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 6ba08f4acec830d12f6983b0988c901258654a12:

  tests/qtest/test-x86-cpuid-compat: Switch test_feature_flag to data-driven (2026-03-11 18:43:20 -0300)

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

- memory leak fixes

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

Peter Maydell (3):
  tests/qtest/vhost-user-test: Use g_timeout_add() to schedule connect
  tests/qtest/test-x86-cpuid-compat: Switch test_cpuid_prop to
    data-driven
  tests/qtest/test-x86-cpuid-compat: Switch test_feature_flag to
    data-driven

 tests/qtest/test-x86-cpuid-compat.c | 410 ++++++++++++++++------------
 tests/qtest/vhost-user-test.c       |  36 ++-
 2 files changed, 262 insertions(+), 184 deletions(-)

-- 
2.51.0
Re: [PULL 0/3] QTest patches for 2026-03-11
Posted by Peter Maydell 3 weeks, 5 days ago
On Wed, 11 Mar 2026 at 22:14, Fabiano Rosas <farosas@suse.de> wrote:
>
> The following changes since commit 1fd5ff9d76d23ab23a68419cbc76d5ee33e8b455:
>
>   Merge tag 'for-upstream' of https://gitlab.com/kmwolf/qemu into staging (2026-03-10 16:29:24 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/farosas/qemu.git tags/qtest-20260311-pull-request
>
> for you to fetch changes up to 6ba08f4acec830d12f6983b0988c901258654a12:
>
>   tests/qtest/test-x86-cpuid-compat: Switch test_feature_flag to data-driven (2026-03-11 18:43:20 -0300)
>
> ----------------------------------------------------------------
> Qtest pull request
>
> - memory leak fixes
>
> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM