From: "Dr. David Alan Gilbert" <[email protected]>
The following changes since commit 89ea03a7dc83ca36b670ba7f787802791fcb04b1:
Merge remote-tracking branch 'remotes/huth-gitlab/tags/m68k-pull-2019-09-07'
into staging (2019-09-09 09:48:34 +0100)
are available in the Git repository at:
git://github.com/dagrh/qemu.git tags/pull-migration-20190912a
for you to fetch changes up to 268dcd46ae6d608a4ce93b191b51a318504bf1fb:
migration: fix one typo in comment of function migration_total_bytes()
(2019-09-12 11:25:06 +0100)
----------------------------------------------------------------
Migration pull 2019-09-12
New feature:
UUID validation check from Yury Kotov
plus a bunch of fixes.
----------------------------------------------------------------
Dr. David Alan Gilbert (3):
hw/net/vmxnet3: Fix leftover unregister_savevm
migration: register_savevm_live doesn't need dev
qemu-file: Rework old qemu_fflush comment
Ivan Ren (1):
migration: multifd_send_thread always post p->sem_sync when error happen
Peter Xu (1):
migration: Fix postcopy bw for recovery
Wei Yang (4):
migration: cleanup check on ops in savevm.handlers iterations
migration/qemu-file: remove check on writev_buffer in
qemu_put_compression_data
migration/qemu-file: fix potential buf waste for extra buf_index
adjustment
migration: fix one typo in comment of function migration_total_bytes()
Yury Kotov (3):
migration: Add validate-uuid capability
tests/libqtest: Allow setting expected exit status
tests/migration: Add a test for validate-uuid capability
docs/devel/migration.rst | 3 +-
hw/net/vmxnet3.c | 3 -
hw/ppc/spapr.c | 2 +-
hw/s390x/s390-skeys.c | 2 +-
hw/s390x/s390-stattrib.c | 2 +-
hw/s390x/tod.c | 2 +-
include/migration/register.h | 3 +-
migration/block-dirty-bitmap.c | 2 +-
migration/block.c | 2 +-
migration/migration.c | 14 ++++-
migration/migration.h | 1 +
migration/qemu-file.c | 50 ++++++++-------
migration/ram.c | 7 +--
migration/savevm.c | 80 ++++++++++++++---------
net/slirp.c | 2 +-
qapi/migration.json | 5 +-
tests/libqtest.c | 36 ++++++-----
tests/libqtest.h | 9 +++
tests/migration-test.c | 140 ++++++++++++++++++++++++++++++++---------
19 files changed, 249 insertions(+), 116 deletions(-)