From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9hGP-0005vt-9a for qemu-devel@nongnu.org; Thu, 28 May 2009 11:11:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9hGK-0005tS-EL for qemu-devel@nongnu.org; Thu, 28 May 2009 11:11:24 -0400 Received: from [199.232.76.173] (port=56380 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9hGK-0005tF-8W for qemu-devel@nongnu.org; Thu, 28 May 2009 11:11:20 -0400 Received: from mx2.redhat.com ([66.187.237.31]:33513) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M9hGJ-0007BR-NP for qemu-devel@nongnu.org; Thu, 28 May 2009 11:11:20 -0400 Subject: Re: [Qemu-devel] [PATCH 0/4] Split qcow2 driver From: Mark McLoughlin In-Reply-To: <4A1EA236.2020203@codemonkey.ws> References: <1243519627-525-1-git-send-email-kwolf@redhat.com> <4A1EA236.2020203@codemonkey.ws> Content-Type: text/plain Date: Thu, 28 May 2009 16:11:14 +0100 Message-Id: <1243523474.4046.198.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , qemu-devel@nongnu.org On Thu, 2009-05-28 at 09:39 -0500, Anthony Liguori wrote: > Could you introduce a new qcow2 directory? Perhaps add a README too > that we can use to start trying to store some information about how the > qcow2 driver works to help other people dive into it. > > I think markmc had started a document at one point, right? Here it is: http://www.gnome.org/~markmc/qcow-image-format.html Cheers, Mark.