[PULL 0/7] Migration 20230426 patches

Juan Quintela posted 7 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230427082557.20994-1-quintela@redhat.com
Maintainers: Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Leonardo Bras <leobras@redhat.com>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>
MAINTAINERS                       |   2 +
migration/migration.c             | 429 -----------------------------
migration/migration.h             |   2 -
migration/options.c               | 442 +++++++++++++++++++++++++++++-
migration/options.h               |  12 +
migration/postcopy-ram.c          |  60 ++--
migration/postcopy-ram.h          |   3 +-
migration/savevm.c                |   6 +-
migration/tls.c                   |   3 +-
scripts/vmstate-static-checker.py |  13 +-
10 files changed, 501 insertions(+), 471 deletions(-)
[PULL 0/7] Migration 20230426 patches
Posted by Juan Quintela 1 year ago
The following changes since commit c3f9aa8e488db330197c9217e38555f6772e8f07:

  Merge tag 'pull-qapi-2023-04-26' of https://repo.or.cz/qemu/armbru into staging (2023-04-26 07:23:32 +0100)

are available in the Git repository at:

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

for you to fetch changes up to a67cceb071b76cc1631c67c11c845ffc4aa0803e:

  vmstate-static-checker: Recognize "num" field (2023-04-27 10:18:26 +0200)

----------------------------------------------------------------
Migration Pull request (take2)

With respect to the last PULL request:
- fix compilation on hosts without userfaultd.

Please, apply.

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

Juan Quintela (3):
  MAINTAINERS: Add Leonardo and Peter as reviewers
  migration: Move migrate_use_tls() to options.c
  migration: Move qmp_migrate_set_parameters() to options.c

Leonardo Bras (1):
  migration: Disable postcopy + multifd migration

Peter Xu (3):
  migration: Allow postcopy_ram_supported_by_host() to report err
  migration/vmstate-dump: Dump array size too as "num"
  vmstate-static-checker: Recognize "num" field

 MAINTAINERS                       |   2 +
 migration/migration.c             | 429 -----------------------------
 migration/migration.h             |   2 -
 migration/options.c               | 442 +++++++++++++++++++++++++++++-
 migration/options.h               |  12 +
 migration/postcopy-ram.c          |  60 ++--
 migration/postcopy-ram.h          |   3 +-
 migration/savevm.c                |   6 +-
 migration/tls.c                   |   3 +-
 scripts/vmstate-static-checker.py |  13 +-
 10 files changed, 501 insertions(+), 471 deletions(-)

-- 
2.40.0
Re: [PULL 0/7] Migration 20230426 patches
Posted by Richard Henderson 1 year ago
On 4/27/23 09:25, Juan Quintela wrote:
> The following changes since commit c3f9aa8e488db330197c9217e38555f6772e8f07:
> 
>    Merge tag 'pull-qapi-2023-04-26' ofhttps://repo.or.cz/qemu/armbru  into staging (2023-04-26 07:23:32 +0100)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/juan.quintela/qemu.git  tags/migration-20230426-pull-request
> 
> for you to fetch changes up to a67cceb071b76cc1631c67c11c845ffc4aa0803e:
> 
>    vmstate-static-checker: Recognize "num" field (2023-04-27 10:18:26 +0200)
> 
> ----------------------------------------------------------------
> Migration Pull request (take2)
> 
> With respect to the last PULL request:
> - fix compilation on hosts without userfaultd.
> 
> Please, apply.

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~