From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuF0s-0001dp-NL for qemu-devel@nongnu.org; Mon, 18 May 2015 02:58:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuF0n-0004cu-O2 for qemu-devel@nongnu.org; Mon, 18 May 2015 02:58:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuF0n-0004cf-Ig for qemu-devel@nongnu.org; Mon, 18 May 2015 02:58:53 -0400 Date: Mon, 18 May 2015 12:28:36 +0530 From: Amit Shah Message-ID: <20150518065836.GC15452@grmbl.mre> References: <1429031053-4454-1-git-send-email-dgilbert@redhat.com> <1429031053-4454-6-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1429031053-4454-6-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH v6 05/47] Create MigrationIncomingState List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: aarcange@redhat.com, yamahata@private.email.ne.jp, quintela@redhat.com, qemu-devel@nongnu.org, pbonzini@redhat.com, david@gibson.dropbear.id.au, yayanghy@cn.fujitsu.com On (Tue) 14 Apr 2015 [18:03:31], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > There are currently lots of pieces of incoming migration state scattered > around, next few patches don't move state into this new struct -- not sure if you're doing that here, but would be nice to have them ordered together (also in the separate series). > 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 Amit