From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5CKO-0003fs-VT for qemu-devel@nongnu.org; Wed, 17 Jun 2015 08:20:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5CKJ-0001xu-BE for qemu-devel@nongnu.org; Wed, 17 Jun 2015 08:20:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5CKJ-0001xp-5a for qemu-devel@nongnu.org; Wed, 17 Jun 2015 08:20:19 -0400 From: Juan Quintela In-Reply-To: <1434450415-11339-10-git-send-email-dgilbert@redhat.com> (David Alan Gilbert's message of "Tue, 16 Jun 2015 11:26:22 +0100") References: <1434450415-11339-1-git-send-email-dgilbert@redhat.com> <1434450415-11339-10-git-send-email-dgilbert@redhat.com> Date: Wed, 17 Jun 2015 14:20:17 +0200 Message-ID: <87zj3y4jcu.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v7 09/42] Rename save_live_complete to save_live_complete_precopy 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" > > In postcopy we're going to need to perform the complete phase > for postcopiable devices at a different point, start out by > renaming all of the 'complete's to make the difference obvious. > > Signed-off-by: Dr. David Alan Gilbert > Reviewed-by: Amit Shah Reviewed-by: Juan Quintela I will have called it save_live_precopy() and just drop the complete to make names shorter, but as I am not doing the coding ....