From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfIeU-0001lg-JF for qemu-devel@nongnu.org; Wed, 31 Aug 2016 23:26:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfIeN-0004Kc-Tz for qemu-devel@nongnu.org; Wed, 31 Aug 2016 23:26:51 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:45289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfIeN-0004KY-8K for qemu-devel@nongnu.org; Wed, 31 Aug 2016 23:26:47 -0400 References: <1470227172-13704-1-git-send-email-zhang.zhanghailiang@huawei.com> <1470227172-13704-2-git-send-email-zhang.zhanghailiang@huawei.com> <20160825214548.GA13560@localhost.localdomain> From: Hailiang Zhang Message-ID: <57C79FE0.8010108@huawei.com> Date: Thu, 1 Sep 2016 11:26:24 +0800 MIME-Version: 1.0 In-Reply-To: <20160825214548.GA13560@localhost.localdomain> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH COLO-Frame v18 01/34] configure: Add parameter for configure to enable/disable COLO support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: peter.huangpeng@huawei.com, qemu-devel@nongnu.org, quintela@redhat.com, dgilbert@redhat.com, eddie.dong@intel.com, wency@cn.fujitsu.com, lizhijian@cn.fujitsu.com, zhangchen.fnst@cn.fujitsu.com, xiecl.fnst@cn.fujitsu.com, Gonglei Hi Amit, On 2016/8/26 5:45, Amit Shah wrote: > On (Wed) 03 Aug 2016 [20:25:39], zhanghailiang wrote: >> configure --enable-colo/--disable-colo to switch COLO >> support on/off. >> COLO support is On by default. > > Can you please make this the last patch in the series - so we get the > code in before we add in the config option? Better for bisection, but > also for a logical flow. > I have moved it to the end of the series, please see the new version. Thanks. Hailiang > Thanks, > > Amit > > . >