Re: [Qemu-devel] [PATCH v2 1/4] qcow2: Constant cache size in bytes

2014-08-19 Thread Kevin Wolf
Am 18.08.2014 um 22:07 hat Max Reitz geschrieben: > Specifying the metadata cache sizes in clusters results in less clusters > (and much less bytes) covered for small cluster sizes and vice versa. > Using a constant byte size reduces this difference, and makes it > possible to manually specify the

[Qemu-devel] [PATCH v2 1/4] qcow2: Constant cache size in bytes

2014-08-18 Thread Max Reitz
Specifying the metadata cache sizes in clusters results in less clusters (and much less bytes) covered for small cluster sizes and vice versa. Using a constant byte size reduces this difference, and makes it possible to manually specify the cache size in an easily comprehensible unit. Signed-off-b