The following changes since commit 392fba9f583223786f844dce9b2e7f9a0ce0147a:
Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-updates-010618-1' into staging (2018-06-01 17:32:30 +0100) are available in the Git repository at: git://github.com/juanquintela/qemu.git tags/migration/20180604 for you to fetch changes up to c5e76115ccb4979cec795a8ae38becd07c2fde9f: migration: not wait RDMA_CM_EVENT_DISCONNECTED event after rdma_disconnect (2018-06-04 05:46:15 +0200) ---------------------------------------------------------------- migration/next for 20180604 - RDMA fixes from (lidong) - Fix docempress-error-check (Xiao) - make -S and block work better (dave) - don't migrate "bad" ramblocks (Cédric) Please apply, Juan. ---------------------------------------------------------------- Cédric Le Goater (1): migration: discard non-migratable RAMBlocks Dr. David Alan Gilbert (1): migration: Don't activate block devices if using -S Lidong Chen (2): migration: remove unnecessary variables len in QIOChannelRDMA migration: not wait RDMA_CM_EVENT_DISCONNECTED event after rdma_disconnect Xiao Guangrong (1): migration: introduce decompress-error-check exec.c | 38 +++++++++++++++++++++++++++++++++++++ hw/arm/virt.c | 4 ++++ hw/i386/pc_piix.c | 1 + hw/i386/pc_q35.c | 1 + include/exec/cpu-common.h | 4 ++++ include/hw/compat.h | 7 ++++++- migration/migration.c | 38 ++++++++++++++++++++++++++++++------- migration/migration.h | 7 +++++++ migration/postcopy-ram.c | 12 ++++++------ migration/ram.c | 48 ++++++++++++++++++++++++++++++++++------------- migration/rdma.c | 27 +++++++++----------------- migration/savevm.c | 2 ++ migration/trace-events | 1 - qapi/migration.json | 6 +++++- 14 files changed, 149 insertions(+), 47 deletions(-)