[PULL 00/10] Migration/Qtest patches for 2026-03-17

Fabiano Rosas posted 10 patches 2 weeks, 6 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260317182320.31991-1-farosas@suse.de
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Mark Kanda <mark.kanda@oracle.com>, Ben Chaney <bchaney@akamai.com>, "Dr. David Alan Gilbert" <dave@treblig.org>
io/channel-tls.c                       |  4 ++-
migration/migration.c                  |  9 ++++++-
migration/multifd.c                    | 27 +++++++++-----------
migration/options.c                    | 35 +++++++++++++++-----------
tests/qtest/cpu-plug-test.c            | 11 ++++----
tests/qtest/dbus-vmstate-test.c        |  5 ++--
tests/qtest/migration/cpr-tests.c      |  5 ++--
tests/qtest/migration/framework.c      |  7 +++---
tests/qtest/migration/framework.h      |  2 --
tests/qtest/migration/migration-qmp.c  |  7 ++++++
tests/qtest/migration/migration-util.c | 19 ++++++++++----
tests/qtest/migration/migration-util.h |  2 +-
tests/qtest/migration/misc-tests.c     |  4 +--
tests/qtest/migration/precopy-tests.c  | 12 ++++-----
tests/qtest/migration/tls-tests.c      | 14 ++++++-----
tests/qtest/qom-test.c                 |  3 +--
tests/qtest/test-hmp.c                 |  6 ++---
17 files changed, 99 insertions(+), 73 deletions(-)
[PULL 00/10] Migration/Qtest patches for 2026-03-17
Posted by Fabiano Rosas 2 weeks, 6 days ago
The following changes since commit 6667668e0cf369e47aa9dd0bae40989896e9ed9f:

  Merge tag 'pr-plugins-20260316' of https://gitlab.com/pbo-linaro/qemu into staging (2026-03-17 10:20:30 +0000)

are available in the Git repository at:

  https://gitlab.com/farosas/qemu.git tags/migration-20260317-pull-request

for you to fetch changes up to 8f627bf1be077382f8ebf2cbda5cfb7e94006c54:

  tests/qtest/test-hmp: Free machine options (2026-03-17 14:58:09 -0300)

----------------------------------------------------------------
Migration/Qtest pull request

Various fixes

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

Aadeshveer Singh (1):
  migration: fix implicit integer division in migration_update_counters

Ani Sinha (1):
  migration: assert that the same migration handler is not being added
    twice

Fabiano Rosas (8):
  tests/qtest/migration: Fix leak of migration tests data
  io: Fix TLS bye task leak
  tests/qtest/migration: Fix leak in CPR exec test
  migration/multifd: Fix leaks of TLS error objects
  tests/qtest/migration: Force exit-on-error=false
  migration/options: Fix leaks in StrOrNull qdev accessors
  tests/qtest: Don't dup machine name in qtest_cb_for_every_machine
    callbacks
  tests/qtest/test-hmp: Free machine options

 io/channel-tls.c                       |  4 ++-
 migration/migration.c                  |  9 ++++++-
 migration/multifd.c                    | 27 +++++++++-----------
 migration/options.c                    | 35 +++++++++++++++-----------
 tests/qtest/cpu-plug-test.c            | 11 ++++----
 tests/qtest/dbus-vmstate-test.c        |  5 ++--
 tests/qtest/migration/cpr-tests.c      |  5 ++--
 tests/qtest/migration/framework.c      |  7 +++---
 tests/qtest/migration/framework.h      |  2 --
 tests/qtest/migration/migration-qmp.c  |  7 ++++++
 tests/qtest/migration/migration-util.c | 19 ++++++++++----
 tests/qtest/migration/migration-util.h |  2 +-
 tests/qtest/migration/misc-tests.c     |  4 +--
 tests/qtest/migration/precopy-tests.c  | 12 ++++-----
 tests/qtest/migration/tls-tests.c      | 14 ++++++-----
 tests/qtest/qom-test.c                 |  3 +--
 tests/qtest/test-hmp.c                 |  6 ++---
 17 files changed, 99 insertions(+), 73 deletions(-)

-- 
2.51.0
Re: [PULL 00/10] Migration/Qtest patches for 2026-03-17
Posted by Peter Maydell 2 weeks, 5 days ago
On Tue, 17 Mar 2026 at 18:23, Fabiano Rosas <farosas@suse.de> wrote:
>
> The following changes since commit 6667668e0cf369e47aa9dd0bae40989896e9ed9f:
>
>   Merge tag 'pr-plugins-20260316' of https://gitlab.com/pbo-linaro/qemu into staging (2026-03-17 10:20:30 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/farosas/qemu.git tags/migration-20260317-pull-request
>
> for you to fetch changes up to 8f627bf1be077382f8ebf2cbda5cfb7e94006c54:
>
>   tests/qtest/test-hmp: Free machine options (2026-03-17 14:58:09 -0300)
>
> ----------------------------------------------------------------
> Migration/Qtest pull request
>
> Various fixes



Applied, thanks.

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

-- PMM