Hi
- migrate_fd_connect cleanup (dave)
- use MAX_VM_PACKAGED_SIZE
have to change (1<<32) for UINT32_MAX to get no warnings on win32
- Use right s->threashord_size(wei)
- patches reviewed from info/migrate, migration tests and multifd (me)
Later, Juan.
The following changes since commit 6233b4a8c2a32ef6955a921246fa08705bbb3676:
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-01-26' into
staging (2018-01-26 17:29:14 +0000)
are available in the Git repository at:
git://github.com/juanquintela/qemu.git tags/migration/20180129
for you to fetch changes up to 4b6bb0a77761b8a906a540e927c7a9dde99bc10f:
tests: Adjust sleeps for migration test (2018-01-29 12:10:22 +0100)
----------------------------------------------------------------
migration/next for 20180129
----------------------------------------------------------------
Daniel Henrique Barboza (1):
migration/savevm.c: set MAX_VM_CMD_PACKAGED_SIZE to 1ul << 32
Dr. David Alan Gilbert (2):
migration: Allow migrate_fd_connect to take an Error *
migration: Route errors down through migration_channel_connect
Juan Quintela (9):
migration: Drop current address parameter from save_zero_page()
tests: Remove deprecated migration tests commands
tests: Consolidate accelerators declaration
tests: Use consistent names for migration
tests: Add deprecated commands migration test
tests: Add migration precopy test
tests: Add migration xbzrle test
tests: Create migrate-start-postcopy command
tests: Adjust sleeps for migration test
Wei Wang (1):
migration: use s->threshold_size inside migration_update_counters
migration/channel.c | 34 +++----
migration/channel.h | 3 +-
migration/exec.c | 2 +-
migration/fd.c | 2 +-
migration/migration.c | 12 ++-
migration/migration.h | 2 +-
migration/ram.c | 11 +--
migration/rdma.c | 2 +-
migration/savevm.c | 2 +-
migration/socket.c | 4 +-
migration/tls.c | 3 +-
migration/trace-events | 2 +-
tests/migration-test.c | 252 ++++++++++++++++++++++++++++++++++++++-----------
13 files changed, 236 insertions(+), 95 deletions(-)