Re: [Qemu-devel] [PATCH v15 21/25] qcow2-bitmap: refcounts

2017-02-25 Thread Vladimir Sementsov-Ogievskiy
16.02.2017 17:27, Kevin Wolf wrote: Am 15.02.2017 um 11:10 hat Vladimir Sementsov-Ogievskiy geschrieben: Calculate refcounts for qcow2 bitmaps. It is needed for qcow2's qemu-img check implementation. Signed-off-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Max Reitz Reviewed-by: John Snow M

Re: [Qemu-devel] [PATCH v15 21/25] qcow2-bitmap: refcounts

2017-02-16 Thread Kevin Wolf
Am 15.02.2017 um 11:10 hat Vladimir Sementsov-Ogievskiy geschrieben: > Calculate refcounts for qcow2 bitmaps. It is needed for qcow2's qemu-img > check implementation. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > Reviewed-by: Max Reitz > Reviewed-by: John Snow Maybe this should come earli

[Qemu-devel] [PATCH v15 21/25] qcow2-bitmap: refcounts

2017-02-15 Thread Vladimir Sementsov-Ogievskiy
Calculate refcounts for qcow2 bitmaps. It is needed for qcow2's qemu-img check implementation. Signed-off-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Max Reitz Reviewed-by: John Snow --- block/qcow2-bitmap.c | 76 ++ block/qcow2-refcount.c |