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

2015-02-03 Thread Max Reitz
On 2015-02-03 at 14:26, Kevin Wolf wrote: Am 15.12.2014 um 13:50 hat Max Reitz geschrieben: 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-refcou

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

2015-02-03 Thread Kevin Wolf
Am 15.12.2014 um 13:50 hat Max Reitz geschrieben: > 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 | 46 ++-

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

2015-01-22 Thread Eric Blake
On 12/15/2014 05:50 AM, 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 | 46 ++--

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

2014-12-15 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 | 46 ++ block/qcow2.h | 4 ++-- 3 fil