From patchwork Wed May 2 17:16:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Wolf X-Patchwork-Id: 156501 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 76C1EB6FA8 for ; Thu, 3 May 2012 03:16:51 +1000 (EST) Received: from localhost ([::1]:47556 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPdAX-00068Z-33 for incoming@patchwork.ozlabs.org; Wed, 02 May 2012 13:16:49 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPdAF-0005vB-Ek for qemu-devel@nongnu.org; Wed, 02 May 2012 13:16:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPdAD-0004Ob-Lp for qemu-devel@nongnu.org; Wed, 02 May 2012 13:16:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPdAD-0004OL-D2 for qemu-devel@nongnu.org; Wed, 02 May 2012 13:16:29 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q42HGOE9028595 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 2 May 2012 13:16:27 -0400 Received: from dhcp-5-188.str.redhat.com (vpn1-6-53.ams2.redhat.com [10.36.6.53]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q42HGJAG012737; Wed, 2 May 2012 13:16:23 -0400 From: Kevin Wolf To: anthony@codemonkey.ws Date: Wed, 2 May 2012 19:16:12 +0200 Message-Id: <1335978978-4940-4-git-send-email-kwolf@redhat.com> In-Reply-To: <1335978978-4940-1-git-send-email-kwolf@redhat.com> References: <1335978978-4940-1-git-send-email-kwolf@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: kwolf@redhat.com, qemu-devel@nongnu.org Subject: [Qemu-devel] [PATCH 3/9] docs: fix one issue in qcow2 specs X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Zhi Yong Wu Signed-off-by: Zhi Yong Wu Signed-off-by: Kevin Wolf --- docs/specs/qcow2.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/specs/qcow2.txt b/docs/specs/qcow2.txt index 65e6325..87bf785 100644 --- a/docs/specs/qcow2.txt +++ b/docs/specs/qcow2.txt @@ -262,7 +262,7 @@ Standard Cluster Descriptor: 56 - 61: Reserved (set to 0) -Compressed Clusters Descriptor (x = 62 - (cluster_size - 8)): +Compressed Clusters Descriptor (x = 62 - (cluster_bits - 8)): Bit 0 - x: Host cluster offset. This is usually _not_ aligned to a cluster boundary!