From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEb36-0008Jl-HO for qemu-devel@nongnu.org; Mon, 13 Jul 2015 06:33:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEb33-0002jz-7G for qemu-devel@nongnu.org; Mon, 13 Jul 2015 06:33:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEb33-0002ju-22 for qemu-devel@nongnu.org; Mon, 13 Jul 2015 06:33:21 -0400 From: Juan Quintela In-Reply-To: <1434450415-11339-17-git-send-email-dgilbert@redhat.com> (David Alan Gilbert's message of "Tue, 16 Jun 2015 11:26:29 +0100") References: <1434450415-11339-1-git-send-email-dgilbert@redhat.com> <1434450415-11339-17-git-send-email-dgilbert@redhat.com> Date: Mon, 13 Jul 2015 12:33:18 +0200 Message-ID: <87si8sl53l.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v7 16/42] Rework loadvm path for subloops Reply-To: quintela@redhat.com 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, liang.z.li@intel.com, qemu-devel@nongnu.org, luis@cs.umu.se, amit.shah@redhat.com, pbonzini@redhat.com, david@gibson.dropbear.id.au "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: Juan Quintela