From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzNHA-0003Am-4h for qemu-devel@nongnu.org; Thu, 19 Nov 2015 06:21:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzNH6-00076D-US for qemu-devel@nongnu.org; Thu, 19 Nov 2015 06:21:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzNH6-000767-PM for qemu-devel@nongnu.org; Thu, 19 Nov 2015 06:21:12 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 76DD0C100445 for ; Thu, 19 Nov 2015 11:21:11 +0000 (UTC) From: Juan Quintela Date: Thu, 19 Nov 2015 12:20:55 +0100 Message-Id: <1447932069-2772-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PULL 00/14] Migration pull request List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: amit.shah@redhat.com, dgilbert@redhat.com 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(-)