From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZF1w0-0005Bp-SE for qemu-devel@nongnu.org; Tue, 14 Jul 2015 11:15:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZF1vz-0004wv-UZ for qemu-devel@nongnu.org; Tue, 14 Jul 2015 11:15:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZF1vz-0004wL-Cf for qemu-devel@nongnu.org; Tue, 14 Jul 2015 11:15:51 -0400 From: Juan Quintela In-Reply-To: <1434450415-11339-41-git-send-email-dgilbert@redhat.com> (David Alan Gilbert's message of "Tue, 16 Jun 2015 11:26:53 +0100") References: <1434450415-11339-1-git-send-email-dgilbert@redhat.com> <1434450415-11339-41-git-send-email-dgilbert@redhat.com> Date: Tue, 14 Jul 2015 17:15:47 +0200 Message-ID: <874ml6g47w.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v7 40/42] End of migration for postcopy 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" > > Tweak the end of migration cleanup; we don't want to close stuff down > at the end of the main stream, since the postcopy is still sending pages > on the other thread. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela