From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yang Hongyang Subject: Re: [PATCH v2 5/6] tools/libxl: move save/restore code into libxl_dom_save.c Date: Tue, 16 Jun 2015 21:54:41 +0800 Message-ID: <55802AA1.1020602@cn.fujitsu.com> References: <1433318493-24561-1-git-send-email-yanghy@cn.fujitsu.com> <1433318493-24561-6-git-send-email-yanghy@cn.fujitsu.com> <1434460172.13744.142.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1434460172.13744.142.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: wei.liu2@citrix.com, wency@cn.fujitsu.com, andrew.cooper3@citrix.com, yunhong.jiang@intel.com, eddie.dong@intel.com, xen-devel@lists.xen.org, guijianfeng@cn.fujitsu.com, rshriram@cs.ubc.ca, ian.jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On 06/16/2015 09:09 PM, Ian Campbell wrote: > On Wed, 2015-06-03 at 16:01 +0800, Yang Hongyang wrote: >> move save/restore code into libxl_dom_save.c. > > If this (unlike other patches in the series) is purely code motion > please indicate that this is the case. > > You might also like to consider refactoring things such that all patches > are pure motion. Yes, this is only code move, no refactoring or other thing. > > > . > -- Thanks, Yang.