From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bd2ZF-0003jl-VE for qemu-devel@nongnu.org; Thu, 25 Aug 2016 17:52:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bd2ZA-0002im-JV for qemu-devel@nongnu.org; Thu, 25 Aug 2016 17:52:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bd2ZA-0002iY-Dy for qemu-devel@nongnu.org; Thu, 25 Aug 2016 17:52:04 -0400 Date: Fri, 26 Aug 2016 03:22:02 +0530 From: Amit Shah Message-ID: <20160825215202.GC13560@localhost.localdomain> References: <1470227172-13704-1-git-send-email-zhang.zhanghailiang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1470227172-13704-1-git-send-email-zhang.zhanghailiang@huawei.com> Subject: Re: [Qemu-devel] [PATCH COLO-Frame v18 00/34] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: zhanghailiang Cc: qemu-devel@nongnu.org, quintela@redhat.com, dgilbert@redhat.com, peter.huangpeng@huawei.com, eddie.dong@intel.com, wency@cn.fujitsu.com, lizhijian@cn.fujitsu.com, zhangchen.fnst@cn.fujitsu.com, xiecl.fnst@cn.fujitsu.com, Stefan Hajnoczi , Jason Wang On (Wed) 03 Aug 2016 [20:25:38], zhanghailiang wrote: > This is the 18th version of COLO FT feature. > > It is based on '[PATCH v24 00/12] Block replication for continuous checkpoints' series. > The complete codes can be found from the link: > https://github.com/coloft/qemu/commits/colo-v3.1-periodic-mode > > For block part, Stefan promised to merge it. > So we would like to update this series to the latest upstream. > > For this series, only patch 32 ~ 34 are not reviewed, so > please help review them. Thanks. > > Cc: Stefan Hajnoczi > Cc: Jason Wang > > TODO: > 1. Checkpoint based on proxy in qemu > 2. The capability of continuous FT > 3. Optimize the VM's downtime during checkpoint [...] > configure | 11 + > docs/qmp-events.txt | 16 + Can you add documentation into docs/migration.txt or into a new file, and reference that from the migration.txt file? Also, please fill out the new feature page based on this template: http://qemu-project.org/NewFeatureTemplate Thanks,