From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVANC-0000OY-Kp for qemu-devel@nongnu.org; Mon, 09 Mar 2015 22:58:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVAN9-0001YJ-DI for qemu-devel@nongnu.org; Mon, 09 Mar 2015 22:58:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVAN9-0001Xw-6W for qemu-devel@nongnu.org; Mon, 09 Mar 2015 22:58:19 -0400 Date: Tue, 10 Mar 2015 10:58:11 +0800 From: Fam Zheng Message-ID: <20150310025811.GA14320@ad.nay.redhat.com> References: <201503031452510425241@sangfor.com.cn> <54F58618.6050200@redhat.com> <201503091502590266464@sangfor.com.cn> <201503091614373394821@sangfor.com.cn> <201503100930531293894@sangfor.com.cn> <201503101012008258045@sangfor.com.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201503101012008258045@sangfor.com.cn> Subject: Re: [Qemu-devel] [RFC] introduce bitmap to bdrv_commit to trackdirtysector List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Zhang Haoyu Cc: Kevin Wolf , Marcelo Tosatti , qemu-devel , vsementsov , Stefan Hajnoczi , Paolo Bonzini , jsnow > Is it worthy to implement it? Maybe, I think once we start to assign node-name to each BDS in the tree, this will be natural to implement. > And does qemu support commit any external snapshot to its backing file? Yes.