From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfMya-0003o9-NK for qemu-devel@nongnu.org; Thu, 01 Sep 2016 04:04:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfMyW-0003zN-In for qemu-devel@nongnu.org; Thu, 01 Sep 2016 04:03:56 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:23248) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfMyV-0003z0-Lj for qemu-devel@nongnu.org; Thu, 01 Sep 2016 04:03:52 -0400 References: <1470227172-13704-1-git-send-email-zhang.zhanghailiang@huawei.com> <20160825215202.GC13560@localhost.localdomain> From: Hailiang Zhang Message-ID: <57C7E0D4.1060902@huawei.com> Date: Thu, 1 Sep 2016 16:03:32 +0800 MIME-Version: 1.0 In-Reply-To: <20160825215202.GC13560@localhost.localdomain> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit 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: 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, Stefan Hajnoczi , Jason Wang On 2016/8/26 5:52, Amit Shah wrote: > 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? > OK, I have add the related documentation (docs/COLO-FT.txt) in the new version. > Also, please fill out the new feature page based on this template: > > http://qemu-project.org/NewFeatureTemplate > I updated the feature description on http://wiki.qemu.org/Features/COLO. Thanks :) Hailiang > Thanks, > > . >