From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSjcS-0007pP-Sm for qemu-devel@nongnu.org; Tue, 03 Mar 2015 05:00:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSjcO-0005nm-RI for qemu-devel@nongnu.org; Tue, 03 Mar 2015 05:00:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSjcO-0005nb-K1 for qemu-devel@nongnu.org; Tue, 03 Mar 2015 05:00:00 -0500 Message-ID: <54F58618.6050200@redhat.com> Date: Tue, 03 Mar 2015 10:59:52 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <201503031452510425241@sangfor.com.cn> In-Reply-To: <201503031452510425241@sangfor.com.cn> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] introduce bitmap to bdrv_commit to track dirty sector List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Zhang Haoyu , qemu-devel Cc: Kevin Wolf , Marcelo Tosatti , Fam Zheng , Stefan Hajnoczi On 03/03/2015 07:52, Zhang Haoyu wrote: > Hi, > If introducing bitmap to bdrv_commit to track dirty sector, > could we implement guest non-disruption while performing commit? That is already implemented. It uses the same code that implements storage migration (block/mirror.c). Paolo