Re: [Qemu-devel] [PATCH v3 01/22] qcow2: Add two new fields to BDRVQcowState

2014-11-27 Thread Stefan Hajnoczi
On Thu, Nov 20, 2014 at 06:06:17PM +0100, Max Reitz wrote: > Add two new fields regarding refcount information (the bit width of > every entry and the maximum refcount value) to the BDRVQcowState. > > Signed-off-by: Max Reitz > Reviewed-by: Eric Blake > --- > block/qcow2-refcount.c | 2 +- > bl

[Qemu-devel] [PATCH v3 01/22] qcow2: Add two new fields to BDRVQcowState

2014-11-20 Thread Max Reitz
Add two new fields regarding refcount information (the bit width of every entry and the maximum refcount value) to the BDRVQcowState. Signed-off-by: Max Reitz Reviewed-by: Eric Blake --- block/qcow2-refcount.c | 2 +- block/qcow2.c | 9 + block/qcow2.h | 2 ++ 3 files