From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxID2-0005ld-S9 for qemu-devel@nongnu.org; Mon, 03 Jul 2006 02:47:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxID0-0005lR-AF for qemu-devel@nongnu.org; Mon, 03 Jul 2006 02:47:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxID0-0005lO-5X for qemu-devel@nongnu.org; Mon, 03 Jul 2006 02:47:02 -0400 Received: from [66.187.233.31] (helo=mx1.redhat.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxIQO-0002nl-I2 for qemu-devel@nongnu.org; Mon, 03 Jul 2006 03:00:52 -0400 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k636kuA7007177 for ; Mon, 3 Jul 2006 02:46:56 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k636ku19012709 for ; Mon, 3 Jul 2006 02:46:56 -0400 Received: from localhost.localdomain (sebastian-int.corp.redhat.com [172.16.52.221]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id k636ktR21545 for ; Mon, 3 Jul 2006 02:46:55 -0400 From: Mark McLoughlin Content-Type: text/plain Date: Mon, 03 Jul 2006 07:47:18 +0100 Message-Id: <1151909238.2642.3.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Notes on the QCOW format Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, I wrote up some notes on the QCOW format: http://www.gnome.org/~markmc/qcow-image-format.html Perhaps worth including in QEMU itself? Cheers, Mark.