From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yang Hongyang Subject: Re: [PATCH v4 --for 4.6 COLOPre 21/25] tools/libxl: rename remus device to checkpoint device Date: Thu, 16 Jul 2015 17:29:43 +0800 Message-ID: <55A77987.8080102@cn.fujitsu.com> References: <1436946351-21118-1-git-send-email-yanghy@cn.fujitsu.com> <1436946351-21118-22-git-send-email-yanghy@cn.fujitsu.com> <1436966113.32371.59.camel@citrix.com> <55A66172.7080102@cn.fujitsu.com> <55A778E3.8090501@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <55A778E3.8090501@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: Andrew Cooper , Ian Campbell Cc: wei.liu2@citrix.com, wency@cn.fujitsu.com, guijianfeng@cn.fujitsu.com, yunhong.jiang@intel.com, eddie.dong@intel.com, xen-devel@lists.xen.org, rshriram@cs.ubc.ca, ian.jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On 07/16/2015 05:26 PM, Andrew Cooper wrote: > On 15/07/15 14:34, Yang Hongyang wrote: >> >> >> On 07/15/2015 09:15 PM, Ian Campbell wrote: >>> On Wed, 2015-07-15 at 15:45 +0800, Yang Hongyang wrote: >>>> This patch is auto generated by the following commands: >>>> 1. git mv tools/libxl/libxl_remus_device.c >>>> tools/libxl/libxl_checkpoint_device.c >>> >>> This patch does not appear to have been formatted with git format-patch >>> -M as requested last time around. >> >> Sorry I missed this :( >> will do in the next version. btw, I have a dump question...how to >> specify -M >> for only this patch while it is in a series? > > Just format the entire series using -M. In most cases it will be a > no-op and there will be no change in the generated patch. Thanks for your help! > > ~Andrew > . > -- Thanks, Yang.