qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] docs: fix one issue in qcow2 specs


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH] docs: fix one issue in qcow2 specs
Date: Tue, 24 Apr 2012 09:58:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

Am 24.04.2012 09:11, schrieb address@hidden:
> From: Zhi Yong Wu <address@hidden>
> 
> Signed-off-by: Zhi Yong Wu <address@hidden>
> ---
>  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 b6adcad..ae68a6e 100644
> --- a/docs/specs/qcow2.txt
> +++ b/docs/specs/qcow2.txt
> @@ -185,7 +185,7 @@ L2 table entry (for normal clusters):
>                      in L2 tables that are reachable from the the active L1
>                      table.
>  
> -L2 table entry (for compressed clusters; x = 62 - (cluster_size - 8)):
> +L2 table entry (for compressed clusters; x = 62 - (cluster_bits - 8)):
>  
>      Bit  0 -  x:    Host cluster offset. This is usually _not_ aligned to a
>                      cluster boundary!

Good catch! Thanks, applied to the block branch.

Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]