Re: [Qemu-devel] [PATCH] qcow2: add update refcount table realization for update_refcount

2014-09-01 Thread Jun Li
Please ignore it. You could review v2 of this patch directly. Thx. On Mon, 09/01 01:22, Jun Li wrote: > When every item of refcount block is NULL, free refcount block and reset the > corresponding item of refcount table with NULL. > > Signed-off-by: Jun Li > --- > block/qcow2-refcount.c | 31 ++

[Qemu-devel] [PATCH] qcow2: add update refcount table realization for update_refcount

2014-08-31 Thread Jun Li
When every item of refcount block is NULL, free refcount block and reset the corresponding item of refcount table with NULL. Signed-off-by: Jun Li --- block/qcow2-refcount.c | 31 +++ 1 file changed, 31 insertions(+) diff --git a/block/qcow2-refcount.c b/block/qcow2-