From: Zhi Yong Wu Date: Tue, 24 Apr 2012 07:11:27 +0000 (+0800) Subject: docs: fix one issue in qcow2 specs X-Git-Tag: v1.1-rc1~27^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3f363a5b52e6f246bcab74dafffa61d6e4d2a7;p=thirdparty%2Fqemu.git docs: fix one issue in qcow2 specs Signed-off-by: Zhi Yong Wu Signed-off-by: Kevin Wolf --- diff --git a/docs/specs/qcow2.txt b/docs/specs/qcow2.txt index 65e632555f6..87bf785fe08 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!