Hi This are the current migration pull: - fix long id's for migration (David) - several postcopy fixes (David) - create the incomming state in a single place for Migraition (me)
Please, apply. The following changes since commit 7d2c6c95511e42dffe2b263275e09957723d0ff4: Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170206-1' into staging (2017-02-06 11:44:08 +0000) are available in the git repository at: git://github.com/juanquintela/qemu.git tags/migration/20170206 for you to fetch changes up to ef8d6488d2767fe81bb4bb9bcdc52af5ff718b56: postcopy: Recover block devices on early failure (2017-02-06 13:36:49 +0100) ---------------------------------------------------------------- migration/next for 20170206 ---------------------------------------------------------------- Dr. David Alan Gilbert (5): vmstate_register_with_alias_id: Take an Error ** migration: Check for ID length vmstate registration: check return values Postcopy: Reset state to avoid cleanup assert postcopy: Recover block devices on early failure Juan Quintela (1): migration: create Migration Incoming State at init time hw/core/qdev.c | 9 ++++--- hw/intc/apic_common.c | 2 +- include/migration/migration.h | 1 - include/migration/vmstate.h | 7 +++-- migration/migration.c | 63 ++++++++++++++++++++++++++++--------------- migration/savevm.c | 29 ++++++++++++++------ stubs/vmstate.c | 3 ++- 7 files changed, 77 insertions(+), 37 deletions(-)