From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAOxb-0007or-GE for qemu-devel@nongnu.org; Fri, 07 May 2010 10:55:27 -0400 Received: from [140.186.70.92] (port=49964 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAOxW-0007h2-Lz for qemu-devel@nongnu.org; Fri, 07 May 2010 10:55:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAOxV-0003W8-DX for qemu-devel@nongnu.org; Fri, 07 May 2010 10:55:22 -0400 Received: from verein.lst.de ([213.95.11.210]:45505) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAOxV-0003Vl-4B for qemu-devel@nongnu.org; Fri, 07 May 2010 10:55:21 -0400 Date: Fri, 7 May 2010 16:55:19 +0200 From: Christoph Hellwig Message-ID: <20100507145519.GA14157@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/3] dmg updates List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This patchset fixes a bug found through code inspection in dmg, and converts it to the qemu block driver API. Note that I have no way to actually generate dmg images, so it's entirely tested. And compared to the dmg2img tool it seems we're missing support for a lot of features in the dmg format, so I'm not even sure images generated on recent MacOS version will work at all.