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