From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZgJy-0003We-W9 for qemu-devel@nongnu.org; Fri, 25 Oct 2013 08:17:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZgJq-0000Dw-2G for qemu-devel@nongnu.org; Fri, 25 Oct 2013 08:16:54 -0400 Received: from e28smtp06.in.ibm.com ([122.248.162.6]:49634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZgJp-0000Dg-CL for qemu-devel@nongnu.org; Fri, 25 Oct 2013 08:16:45 -0400 Received: from /spool/local by e28smtp06.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 25 Oct 2013 17:46:42 +0530 Received: from d28relay01.in.ibm.com (d28relay01.in.ibm.com [9.184.220.58]) by d28dlp03.in.ibm.com (Postfix) with ESMTP id A25EF1258053 for ; Fri, 25 Oct 2013 17:47:15 +0530 (IST) Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay01.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r9PCJZNp26869776 for ; Fri, 25 Oct 2013 17:49:35 +0530 Received: from d28av04.in.ibm.com (localhost [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r9PCGd6b020740 for ; Fri, 25 Oct 2013 17:46:40 +0530 Message-ID: <526A6125.7060404@linux.vnet.ibm.com> Date: Fri, 25 Oct 2013 20:16:37 +0800 From: Lei Li MIME-Version: 1.0 References: <1382412341-1173-1-git-send-email-lilei@linux.vnet.ibm.com> <1382412341-1173-15-git-send-email-lilei@linux.vnet.ibm.com> <52692AFD.7060505@redhat.com> <5269F3F8.4080501@linux.vnet.ibm.com> <526A1E46.5080608@redhat.com> In-Reply-To: <526A1E46.5080608@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 14/17] add new RanState RAN_STATE_FLIPPING_MIGRATE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: aarcange@redhat.com, quintela@redhat.com, mdroth@linux.vnet.ibm.com, mrhines@linux.vnet.ibm.com, qemu-devel@nongnu.org, Anthony Liguori , lagarcia@br.ibm.com, rcj@linux.vnet.ibm.com On 10/25/2013 03:31 PM, Paolo Bonzini wrote: > Il 25/10/2013 05:30, Lei Li ha scritto: >>> I am not sure about the name; for one thing, the new state would apply >>> also to postcopy migration. >> About the name, how about 'live-upgrade'? >> >> OK, I'll add the transition between postcopy and this new state. > Note I didn't mean "postmigrate". > > For a description of postcopy, see my answer to the cover letter ("patch Yes, I've realized that I misunderstood it... > 0"). The new state means "somebody else has newer contents of the > memory". Perhaps "stale"? >> And should it also apply from 'prelaunch' to 'flipping-migrate' too? > Yes, it should. Good catch! > > Paolo > -- Lei