From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmc1G-00068I-3j for qemu-devel@nongnu.org; Thu, 15 Oct 2015 02:28:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zmc1C-0007MI-TY for qemu-devel@nongnu.org; Thu, 15 Oct 2015 02:28:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56469) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmc1C-0007ME-OI for qemu-devel@nongnu.org; Thu, 15 Oct 2015 02:28:02 -0400 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 7FB658E697 for ; Thu, 15 Oct 2015 06:28:02 +0000 (UTC) From: Juan Quintela Date: Thu, 15 Oct 2015 08:27:57 +0200 Message-Id: <1444890480-6371-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PULL 0/3] Migration pull 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 Peter This is a pull request with the small fixes from the list, please apply. Later, Juan The following changes since commit c49d3411faae8ffaab8f7e5db47405a008411c10: Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-10-12' into staging (2015-10-13 10:42:06 +0100) are available in the git repository at: git://github.com/juanquintela/qemu.git tags/migration/20151015 for you to fetch changes up to 60be6340796e66b5ac8aac2d98dde5c79336a89c: migration: fix deadlock (2015-10-15 08:14:13 +0200) ---------------------------------------------------------------- migration/next for 20151015 ---------------------------------------------------------------- Amit Shah (1): migration: announce VM's new home just before VM is runnable Denis V. Lunev (1): migration: fix deadlock Dr. David Alan Gilbert (1): Migration: Generate the completed event only when we complete migration/migration.c | 15 +++++++++++++-- migration/ram.c | 44 +++++++++++++++++++++++++++----------------- 2 files changed, 40 insertions(+), 19 deletions(-)