Re: [Qemu-devel] [PATCH v5 11/26] qcow2: More helpers for refcount modification

2015-02-04 Thread Max Reitz
On 2015-02-04 at 08:53, Kevin Wolf wrote: Am 15.12.2014 um 13:50 hat Max Reitz geschrieben: 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 Reviewed-b

Re: [Qemu-devel] [PATCH v5 11/26] qcow2: More helpers for refcount modification

2015-02-04 Thread Kevin Wolf
Am 15.12.2014 um 13:50 hat Max Reitz geschrieben: > 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 > Reviewed-by: Eric Blake > Reviewed-by: Ste

[Qemu-devel] [PATCH v5 11/26] qcow2: More helpers for refcount modification

2014-12-15 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 Reviewed-by: Eric Blake Reviewed-by: Stefan Hajnoczi --- block/qcow2-refcount.c | 121