From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr6DM-00059O-Ha for qemu-devel@nongnu.org; Tue, 27 Oct 2015 11:31:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zr6DL-0008V1-Pr for qemu-devel@nongnu.org; Tue, 27 Oct 2015 11:31:08 -0400 Date: Tue, 27 Oct 2015 16:30:56 +0100 From: Kevin Wolf Message-ID: <20151027153056.GC15916@noname.str.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v8 0/5] Add 'blockdev-snapshot' command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia Cc: Max Reitz , qemu-devel@nongnu.org, qemu-block@nongnu.org, Markus Armbruster Am 26.10.2015 um 13:27 hat Alberto Garcia geschrieben: > This series adds a new 'blockdev-snapshot' command, that is similar to > 'blockdev-snapshot-sync' but takes references to two existing block > devices. > > This finally applies (and works) cleanly on master. Max's patch to > allow creating BlockDriverState trees without a BlockBackend is now > available as be4b67bc7d99da26b7878f7f45370f50a3bd4af5. Thanks, applied to the block branch. Kevin