From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> The following changes since commit a46e72710566eea0f90f9c673a0f02da0064acce:
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201026' into staging (2020-10-26 14:50:03 +0000) are available in the Git repository at: git://github.com/dagrh/qemu.git tags/pull-migration-20201026a for you to fetch changes up to a47295014de56e108f359ec859d5499b851f62b8: migration-test: Only hide error if !QTEST_LOG (2020-10-26 16:15:04 +0000) ---------------------------------------------------------------- migration pull: 2020-10-26 Another go at Peter's postcopy fixes Cleanups from Bihong Yu and Peter Maydell. Signed-off-by: Dr. David Alan Gilbert <dgilb...@redhat.com> ---------------------------------------------------------------- Bihong Yu (9): migration: Do not use C99 // comments migration: Don't use '#' flag of printf format migration: Add spaces around operator migration: Open brace '{' following struct go on the same line migration: Add braces {} for if statement migration: Do not initialise statics and globals to 0 or NULL migration: Open brace '{' following function declarations go on the next line migration: Delete redundant spaces migration: using trace_ to replace DPRINTF Peter Maydell (1): migration: Drop unused VMSTATE_FLOAT64 support Peter Xu (6): migration: Pass incoming state into qemu_ufd_copy_ioctl() migration: Introduce migrate_send_rp_message_req_pages() migration: Maintain postcopy faulted addresses migration: Sync requested pages after postcopy recovery migration/postcopy: Release fd before going into 'postcopy-pause' migration-test: Only hide error if !QTEST_LOG include/migration/vmstate.h | 13 ---------- migration/block.c | 40 ++++++++++++++--------------- migration/migration.c | 59 +++++++++++++++++++++++++++++++++++++----- migration/migration.h | 24 ++++++++++++++--- migration/page_cache.c | 13 +++------- migration/postcopy-ram.c | 27 +++++++++++++++----- migration/ram.c | 14 +++++----- migration/rdma.c | 7 ++--- migration/savevm.c | 61 ++++++++++++++++++++++++++++++++++++++++++-- migration/trace-events | 16 ++++++++++++ migration/vmstate-types.c | 26 ------------------- migration/vmstate.c | 10 ++++---- tests/qtest/migration-test.c | 6 ++++- 13 files changed, 213 insertions(+), 103 deletions(-)