From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAPIV-00007B-SN for qemu-devel@nongnu.org; Fri, 07 May 2010 11:17:03 -0400 Received: from [140.186.70.92] (port=55226 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAPIU-00005h-2W for qemu-devel@nongnu.org; Fri, 07 May 2010 11:17:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAPIS-0007IC-Lk for qemu-devel@nongnu.org; Fri, 07 May 2010 11:17:01 -0400 Received: from verein.lst.de ([213.95.11.210]:57563) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAPIS-0007Hc-7E for qemu-devel@nongnu.org; Fri, 07 May 2010 11:17:00 -0400 Date: Fri, 7 May 2010 17:16:58 +0200 From: Christoph Hellwig Message-ID: <20100507151658.GA15132@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/3] cow conversion to the block API List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This series converts the cow image driver to the block API. This fixes a failure in qemu-iotests 012, and allows compiling it on window by removing the dependency on mmap. The downside is that it's possible a lot slower for bitmap accesses, at least with the current naive implementation. Anyone who cares seriously enough about cow is welcome to optimize the bitmap access.