From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoUor-0004I1-HG for qemu-devel@nongnu.org; Tue, 20 Oct 2015 07:11:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoUoq-0000i7-Po for qemu-devel@nongnu.org; Tue, 20 Oct 2015 07:11:05 -0400 Date: Tue, 20 Oct 2015 13:10:54 +0200 From: Kevin Wolf Message-ID: <20151020111054.GB6519@noname.redhat.com> References: <1445270025-22999-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445270025-22999-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v7 00/39] blockdev: BlockBackend and media List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Alberto Garcia , qemu-block@nongnu.org, John Snow , qemu-devel@nongnu.org, Markus Armbruster , Stefan Hajnoczi Am 19.10.2015 um 17:53 hat Max Reitz geschrieben: > This series reworks a lot regarding BlockBackend and media. Basically, > it allows empty BlockBackends, that is BBs without a BDS tree. > > Before this series, empty drives are represented by a BlockBackend with > an empty BDS attached to it (a BDS with a NULL driver). However, now we > have BlockBackends, thus an empty drive should be represented by a > BlockBackend without any BDS tree attached to it. This is what this > series does. Thanks, applied patches 1-26 to the block branch. Kevin