From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z05k6-0005w8-2j for qemu-devel@nongnu.org; Wed, 03 Jun 2015 06:17:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z05k1-0007wu-4K for qemu-devel@nongnu.org; Wed, 03 Jun 2015 06:17:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z05k0-0007wa-W3 for qemu-devel@nongnu.org; Wed, 03 Jun 2015 06:17:45 -0400 From: Juan Quintela In-Reply-To: <1432211056-6265-5-git-send-email-dgilbert@redhat.com> (David Alan Gilbert's message of "Thu, 21 May 2015 13:24:14 +0100") References: <1432211056-6265-1-git-send-email-dgilbert@redhat.com> <1432211056-6265-5-git-send-email-dgilbert@redhat.com> Date: Wed, 03 Jun 2015 12:17:42 +0200 Message-ID: <87vbf5qent.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 4/6] Create MigrationIncomingState Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: amit.shah@redhat.com, qemu-devel@nongnu.org, david@gibson.dropbear.id.au "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > There are currently lots of pieces of incoming migration state scattered > around, and postcopy is adding more, and it seems better to try and keep > it together. > > allocate MIS in process_incoming_migration_co > > Signed-off-by: Dr. David Alan Gilbert > Reviewed-by: Amit Shah Reviewed-by: Juan Quintela