From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzPRj-00072b-EM for qemu-devel@nongnu.org; Wed, 26 Oct 2016 10:44:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzPRf-0002n0-SS for qemu-devel@nongnu.org; Wed, 26 Oct 2016 10:44:51 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:13032) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1bzPRf-0002dU-58 for qemu-devel@nongnu.org; Wed, 26 Oct 2016 10:44:47 -0400 References: <1476792613-11712-1-git-send-email-zhang.zhanghailiang@huawei.com> <1476792613-11712-11-git-send-email-zhang.zhanghailiang@huawei.com> <20161026054516.GJ1679@amit-lp.rh> <6491a1d9-96f7-f532-3f8d-907de59fa440@redhat.com> From: Hailiang Zhang Message-ID: <5810C11F.1010807@huawei.com> Date: Wed, 26 Oct 2016 22:43:43 +0800 MIME-Version: 1.0 In-Reply-To: <6491a1d9-96f7-f532-3f8d-907de59fa440@redhat.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH COLO-Frame (Base) v21 10/17] COLO: Add checkpoint-delay parameter for migrate-set-parameters List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , Amit Shah Cc: quintela@redhat.com, qemu-devel@nongnu.org, dgilbert@redhat.com, wency@cn.fujitsu.com, lizhijian@cn.fujitsu.com, xiecl.fnst@cn.fujitsu.com, Luiz Capitulino , Markus Armbruster Hi Eric, On 2016/10/26 21:39, Eric Blake wrote: > On 10/26/2016 12:45 AM, Amit Shah wrote: >> On (Tue) 18 Oct 2016 [20:10:06], zhanghailiang wrote: >>> Add checkpoint-delay parameter for migrate-set-parameters, so that >>> we can control the checkpoint frequency when COLO is in periodic mode. >>> >>> Cc: Luiz Capitulino >>> Cc: Eric Blake >>> Cc: Markus Armbruster >>> Signed-off-by: zhanghailiang >>> Signed-off-by: Li Zhijian >>> Reviewed-by: Dr. David Alan Gilbert >> >> > >>> @@ -1363,7 +1366,6 @@ void hmp_migrate_set_parameter(Monitor *mon, const QDict *qdict) >>> case MIGRATION_PARAMETER_CPU_THROTTLE_INCREMENT: >>> p.has_cpu_throttle_increment = true; >>> use_int_value = true; >>> - break; >> >> Hm? >> > > Looks like an improper conflict resolution after commit bb2b777. > Definitely a hunk that does not belong in this patch; but with it > removed, the rest of the patch earns: > Thanks very much, yes, I accidentally remove it while fixed the conflict with the upstream. I'll fix it in next version :) > Reviewed-by: Eric Blake >