Hi In thiss pull request: - snapshot fixes. As it caused a crash are imprtant (Denis) - optimization that was lost on postcopy merge (Dave) - fix two very small issues discovered by coverity. (Dave)
Apply, please. The following changes since commit 8f280309030331a912fd8924c129d8bd59e1bdc7: Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2015-11-18 17:07:24 +0000) are available in the git repository at: git://github.com/juanquintela/qemu.git tags/migration/20151119 for you to fetch changes up to 79b3c12ac5714e036a16d1a163a3517d74504f87: migration: normalize locking in migration/savevm.c (2015-11-19 11:50:00 +0100) ---------------------------------------------------------------- migration/next for 20151119 ---------------------------------------------------------------- Denis V. Lunev (11): snapshot: create helper to test that block drivers supports snapshots snapshot: return error code from bdrv_snapshot_delete_by_id_or_name snapshot: create bdrv_all_delete_snapshot helper snapshot: create bdrv_all_goto_snapshot helper migration: factor our snapshottability check in load_vmstate snapshot: create bdrv_all_find_snapshot helper migration: drop find_vmstate_bs check in hmp_delvm snapshot: create bdrv_all_create_snapshot helper migration: reorder processing in hmp_savevm migration: implement bdrv_all_find_vmstate_bs helper migration: normalize locking in migration/savevm.c Dr. David Alan Gilbert (3): Set last_sent_block migration: Dead assignment of current_time Unneeded NULL check block/snapshot.c | 134 +++++++++++++++++++++++++++++- include/block/snapshot.h | 24 +++++- migration/migration.c | 3 +- migration/ram.c | 1 + migration/savevm.c | 207 +++++++++++++++-------------------------------- 5 files changed, 217 insertions(+), 152 deletions(-)