From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzc8Z-0004kw-Of for qemu-devel@nongnu.org; Thu, 27 Oct 2016 00:17:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzc8W-00036r-MI for qemu-devel@nongnu.org; Thu, 27 Oct 2016 00:17:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55126) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bzc8W-00036c-Ho for qemu-devel@nongnu.org; Thu, 27 Oct 2016 00:17:52 -0400 Date: Thu, 27 Oct 2016 09:47:47 +0530 From: Amit Shah Message-ID: <20161027041747.GF1476@amit-lp.rh> References: <1477496530-9624-1-git-send-email-zhang.zhanghailiang@huawei.com> <1477496530-9624-11-git-send-email-zhang.zhanghailiang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1477496530-9624-11-git-send-email-zhang.zhanghailiang@huawei.com> Subject: Re: [Qemu-devel] [PATCH COLO-Frame (Base) v22 10/17] COLO: Add checkpoint-delay parameter for migrate-set-parameters List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: zhanghailiang 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 , Eric Blake , Markus Armbruster On (Wed) 26 Oct 2016 [23:42:03], 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 > Reviewed-by: Eric Blake Reviewed-by: Amit Shah Amit