From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRHRN-0000wv-8p for qemu-devel@nongnu.org; Thu, 04 Feb 2016 05:47:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRHRI-0003rt-7T for qemu-devel@nongnu.org; Thu, 04 Feb 2016 05:47:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRHRI-0003rh-20 for qemu-devel@nongnu.org; Thu, 04 Feb 2016 05:47:04 -0500 Date: Thu, 4 Feb 2016 16:17:00 +0530 From: Amit Shah Message-ID: <20160204104700.GG20527@grmbl.mre> References: <1452829066-9764-1-git-send-email-zhang.zhanghailiang@huawei.com> <1452829066-9764-3-git-send-email-zhang.zhanghailiang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1452829066-9764-3-git-send-email-zhang.zhanghailiang@huawei.com> Subject: Re: [Qemu-devel] [PATCH 2/6] migration: Rename the'file' member of MigrationState List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: zhanghailiang Cc: peter.huangpeng@huawei.com, qemu-devel@nongnu.org, dgilbert@redhat.com, quintela@redhat.com On (Fri) 15 Jan 2016 [11:37:42], zhanghailiang wrote: > Rename the 'file' member of MigrationState to 'to_dst_file'. Why? (Use this space to explain why you're doing it, rather than repeating the first line of the commit. It helps when reviewing the git logs later.) Thanks, Amit