From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFJ5n-0001bF-EX for qemu-devel@nongnu.org; Wed, 15 Jul 2015 05:35:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFJ5i-0000ZL-GO for qemu-devel@nongnu.org; Wed, 15 Jul 2015 05:35:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45987) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFJ5i-0000YC-Bx for qemu-devel@nongnu.org; Wed, 15 Jul 2015 05:35:02 -0400 Date: Wed, 15 Jul 2015 15:04:46 +0530 From: Amit Shah Message-ID: <20150715093446.GS10280@grmbl.mre> References: <1434450415-11339-1-git-send-email-dgilbert@redhat.com> <1434450415-11339-17-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1434450415-11339-17-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH v7 16/42] Rework loadvm path for subloops 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, liang.z.li@intel.com, qemu-devel@nongnu.org, luis@cs.umu.se, pbonzini@redhat.com, david@gibson.dropbear.id.au On (Tue) 16 Jun 2015 [11:26:29], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Postcopy needs to have two migration streams loading concurrently; > one from memory (with the device state) and the other from the fd > with the memory transactions. > > Split the core of qemu_loadvm_state out so we can use it for both. > > Allow the inner loadvm loop to quit and cause the parent loops to > exit as well. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Amit Shah Amit