From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGGMm-0003hw-Lh for qemu-devel@nongnu.org; Wed, 09 May 2018 00:06:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGGMi-000256-MB for qemu-devel@nongnu.org; Wed, 09 May 2018 00:06:12 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:57920 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fGGMi-00023X-IP for qemu-devel@nongnu.org; Wed, 09 May 2018 00:06:08 -0400 Date: Wed, 9 May 2018 12:05:54 +0800 From: Peter Xu Message-ID: <20180509040554.GF19024@xz-mi> References: <20180502104740.12123-1-peterx@redhat.com> <20180502104740.12123-3-peterx@redhat.com> <87r2mm6uv4.fsf@secure.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87r2mm6uv4.fsf@secure.laptop> Subject: Re: [Qemu-devel] [PATCH v8 02/24] migration: new postcopy-pause state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org, Alexey Perevalov , "Daniel P . Berrange" , Andrea Arcangeli , "Dr . David Alan Gilbert" On Tue, May 08, 2018 at 05:16:15PM +0200, Juan Quintela wrote: > Peter Xu wrote: > > Introducing a new state "postcopy-paused", which can be used when the > > postcopy migration is paused. It is targeted for postcopy network > > failure recovery. > > > > Reviewed-by: Dr. David Alan Gilbert > > Signed-off-by: Peter Xu > > Reviewed-by: Juan Quintela > > > +# @postcopy-paused: during postcopy but paused. (since 2.12) > > +# > > since 2.13 > will fix it when I queue it. Thanks, Juan. Do you want to queue only the first patches or the seris? Do you want me to repost to fix minor tweaks (e.g., what Dave pointed out in the other thread, and s/2.12/2.13/ stuff)? -- Peter Xu