From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9Fbl-0000sX-2V for qemu-devel@nongnu.org; Tue, 04 May 2010 06:44:09 -0400 Received: from [140.186.70.92] (port=41168 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9Fbf-0000sE-Dd for qemu-devel@nongnu.org; Tue, 04 May 2010 06:44:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9Fbb-0002c0-T1 for qemu-devel@nongnu.org; Tue, 04 May 2010 06:44:03 -0400 Received: from verein.lst.de ([213.95.11.210]:37859) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9Fbb-0002a5-JI for qemu-devel@nongnu.org; Tue, 04 May 2010 06:43:59 -0400 Date: Tue, 4 May 2010 12:43:51 +0200 From: Christoph Hellwig Message-ID: <20100504104351.GA6342@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] simple block driver cleanups List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This series cleans up the simple read-only block drivers to use the qemu block device API to access their backing devices, making the code simpler and usable over nbd/curl. I've not touched dmg yet as it's even more bitrot than usual and deserves it's own series.