Re: [Qemu-devel] [PATCH v2 08/21] qcow2: More helpers for refcount modification

2014-11-17 Thread Max Reitz
On 2014-11-15 at 18:08, Eric Blake wrote: On 11/14/2014 06:06 AM, Max Reitz wrote: Add helper functions for getting and setting refcounts in a refcount array for any possible refcount order, and choose the correct one during refcount initialization. Signed-off-by: Max Reitz --- block/qcow2-r

Re: [Qemu-devel] [PATCH v2 08/21] qcow2: More helpers for refcount modification

2014-11-15 Thread Eric Blake
On 11/14/2014 06:06 AM, Max Reitz wrote: > Add helper functions for getting and setting refcounts in a refcount > array for any possible refcount order, and choose the correct one during > refcount initialization. > > Signed-off-by: Max Reitz > --- > block/qcow2-refcount.c | 146 > +

[Qemu-devel] [PATCH v2 08/21] qcow2: More helpers for refcount modification

2014-11-14 Thread Max Reitz
Add helper functions for getting and setting refcounts in a refcount array for any possible refcount order, and choose the correct one during refcount initialization. Signed-off-by: Max Reitz --- block/qcow2-refcount.c | 146 - 1 file changed, 144