Re: [Qemu-devel] [PATCH v6 06/24] qcow2: Use 64 bits for refcount values

2015-02-11 Thread Eric Blake
On 02/10/2015 01:28 PM, Max Reitz wrote: > Refcounts may have a width of up to 64 bits, so qemu should use the same > width to represent refcount values internally. > > Signed-off-by: Max Reitz > --- > block/qcow2-cluster.c | 2 +- > block/qcow2-refcount.c | 40 +++-

[Qemu-devel] [PATCH v6 06/24] qcow2: Use 64 bits for refcount values

2015-02-10 Thread Max Reitz
Refcounts may have a width of up to 64 bits, so qemu should use the same width to represent refcount values internally. Signed-off-by: Max Reitz --- block/qcow2-cluster.c | 2 +- block/qcow2-refcount.c | 40 +++- block/qcow2.h | 6 +++--- 3 files c