Re: [Qemu-block] [RFC PATCH 1/2] block/dirty-bitmaps: add inconsistent bit

2019-02-18 Thread Vladimir Sementsov-Ogievskiy
14.02.2019 2:36, John Snow wrote: > Add an inconsistent bit to dirty-bitmaps that allows us to report a bitmap as > persistent but potentially inconsistent, i.e. if we find bitmaps on a qcow2 > that have been marked as "in use". > > Signed-off-by: John Snow > --- > block/dirty-bitmap.c

[Qemu-block] [RFC PATCH 1/2] block/dirty-bitmaps: add inconsistent bit

2019-02-13 Thread John Snow
Add an inconsistent bit to dirty-bitmaps that allows us to report a bitmap as persistent but potentially inconsistent, i.e. if we find bitmaps on a qcow2 that have been marked as "in use". Signed-off-by: John Snow --- block/dirty-bitmap.c | 19 +++ include/block/dirty-bit