[PULL 0/2] Migration 20231130 patches

Juan Quintela posted 2 patches 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231130104103.28672-1-quintela@redhat.com
Maintainers: Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Leonardo Bras <leobras@redhat.com>
migration/migration.c | 5 +++--
migration/multifd.c   | 3 +--
2 files changed, 4 insertions(+), 4 deletions(-)
[PULL 0/2] Migration 20231130 patches
Posted by Juan Quintela 12 months ago
The following changes since commit abf635ddfe3242df907f58967f3c1e6763bbca2d:

  Update version for v8.2.0-rc2 release (2023-11-28 16:31:16 -0500)

are available in the Git repository at:

  https://gitlab.com/juan.quintela/qemu.git tags/migration-20231130-pull-request

for you to fetch changes up to 41581265aa83127036e4f2d6417820f59276514b:

  migration: free 'saddr' since be no longer used (2023-11-30 09:51:24 +0100)

----------------------------------------------------------------
Migration Pull request (20231130)

Hi

In this pull request:
- fix form p-ioc set too soon
- free 'saddr' at the right time

Please, apply.

CI: https://gitlab.com/juan.quintela/qemu/-/pipelines/1090495323

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

Fabiano Rosas (1):
  migration/multifd: Stop setting p->ioc before connecting

Zongmin Zhou (1):
  migration: free 'saddr' since be no longer used

 migration/migration.c | 5 +++--
 migration/multifd.c   | 3 +--
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.43.0
Re: [PULL 0/2] Migration 20231130 patches
Posted by Stefan Hajnoczi 12 months ago
Applied, thanks.

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