From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W60Yq-0007Xd-AV for qemu-devel@nongnu.org; Wed, 22 Jan 2014 11:21:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W60Yk-0006Jt-Bc for qemu-devel@nongnu.org; Wed, 22 Jan 2014 11:21:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:12957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W60Yk-0006Jc-4G for qemu-devel@nongnu.org; Wed, 22 Jan 2014 11:21:46 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s0MGLiF9012953 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 22 Jan 2014 11:21:45 -0500 Date: Wed, 22 Jan 2014 08:21:39 -0800 From: Ian Main Message-ID: <20140122162139.GA14437@gate.mains.priv> References: <1389175672-25109-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1389175672-25109-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v11 00/11] Drop in_use from BlockDriverState and enable point-in-time snapshot exporting over NBD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: kwolf@redhat.com, armbru@redhat.com, qemu-devel@nongnu.org, rjones@redhat.com, stefanha@redhat.com, pbonzini@redhat.com On Wed, Jan 08, 2014 at 06:07:41PM +0800, Fam Zheng wrote: > This series adds for point-in-time snapshot NBD exporting based on > blockdev-backup (variant of drive-backup with existing device as target). > > We get a thin point-in-time snapshot by COW mechanism of drive-backup, and > export it through built in NBD server. The steps are as below: What's the status on this? Kevin? Is this going to get merged sometime soonish? Thanks, Ian [snip]