From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIBKq-0003ek-2F for qemu-devel@nongnu.org; Thu, 23 Jul 2015 03:54:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIBKm-00040b-Rm for qemu-devel@nongnu.org; Thu, 23 Jul 2015 03:54:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIBKm-00040S-Mq for qemu-devel@nongnu.org; Thu, 23 Jul 2015 03:54:28 -0400 Date: Thu, 23 Jul 2015 12:11:37 +0530 From: Amit Shah Message-ID: <20150723064137.GP10280@grmbl.mre> References: <1434450415-11339-1-git-send-email-dgilbert@redhat.com> <1434450415-11339-30-git-send-email-dgilbert@redhat.com> <874ml8jj1g.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <874ml8jj1g.fsf@neno.neno> Subject: Re: [Qemu-devel] [PATCH v7 29/42] Postcopy end in migration_thread List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: aarcange@redhat.com, yamahata@private.email.ne.jp, liang.z.li@intel.com, "Dr. David Alan Gilbert (git)" , qemu-devel@nongnu.org, luis@cs.umu.se, pbonzini@redhat.com, david@gibson.dropbear.id.au On (Mon) 13 Jul 2015 [15:15:07], Juan Quintela wrote: > "Dr. David Alan Gilbert (git)" wrote: > > From: "Dr. David Alan Gilbert" > > > > The end of migration in postcopy is a bit different since some of > > the things normally done at the end of migration have already been > > done on the transition to postcopy. > > > > The end of migration code is getting a bit complciated now, so > > move out into its own function. > > > > Signed-off-by: Dr. David Alan Gilbert > > I think that I would splint the function and then add the postcopy code. Yeah, esp since this code was added / modified in the previous patch. Amit