Re: [PATCH v3 04/10] hbitmap: drop meta bitmaps as they are unused

2020-01-21 Thread Vladimir Sementsov-Ogievskiy
20.01.2020 22:53, Eric Blake wrote: > On 1/20/20 11:28 AM, Vladimir Sementsov-Ogievskiy wrote: > I'm a bit not follow what you mean. I can just note, that dirty-bitmap.c part of meta bitmaps was recently removed, and hbitmap.c part I forgot to remove... >>> >>> Yes, but who used tha

Re: [PATCH v3 04/10] hbitmap: drop meta bitmaps as they are unused

2020-01-20 Thread Eric Blake
On 1/20/20 11:28 AM, Vladimir Sementsov-Ogievskiy wrote: I'm a bit not follow what you mean. I can just note, that dirty-bitmap.c part of meta bitmaps was recently removed, and hbitmap.c part I forgot to remove... Yes, but who used that dirty-bitmap.c interface? As far as I can tell, nobody.

Re: [PATCH v3 04/10] hbitmap: drop meta bitmaps as they are unused

2020-01-20 Thread Vladimir Sementsov-Ogievskiy
20.01.2020 20:05, Max Reitz wrote: > On 20.01.20 17:20, Vladimir Sementsov-Ogievskiy wrote: >> 20.01.2020 14:13, Max Reitz wrote: >>> On 19.12.19 11:03, Vladimir Sementsov-Ogievskiy wrote: Signed-off-by: Vladimir Sementsov-Ogievskiy --- include/qemu/hbitmap.h | 21

Re: [PATCH v3 04/10] hbitmap: drop meta bitmaps as they are unused

2020-01-20 Thread Max Reitz
On 20.01.20 17:20, Vladimir Sementsov-Ogievskiy wrote: > 20.01.2020 14:13, Max Reitz wrote: >> On 19.12.19 11:03, Vladimir Sementsov-Ogievskiy wrote: >>> Signed-off-by: Vladimir Sementsov-Ogievskiy >>> --- >>> include/qemu/hbitmap.h | 21 >>> tests/test-hbitmap.c | 115 -

Re: [PATCH v3 04/10] hbitmap: drop meta bitmaps as they are unused

2020-01-20 Thread Vladimir Sementsov-Ogievskiy
20.01.2020 14:13, Max Reitz wrote: > On 19.12.19 11:03, Vladimir Sementsov-Ogievskiy wrote: >> Signed-off-by: Vladimir Sementsov-Ogievskiy >> --- >> include/qemu/hbitmap.h | 21 >> tests/test-hbitmap.c | 115 - >> util/hbitmap.c | 16

Re: [PATCH v3 04/10] hbitmap: drop meta bitmaps as they are unused

2020-01-20 Thread Max Reitz
On 19.12.19 11:03, Vladimir Sementsov-Ogievskiy wrote: > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > include/qemu/hbitmap.h | 21 > tests/test-hbitmap.c | 115 - > util/hbitmap.c | 16 -- > 3 files changed, 152 deletions(-)

[PATCH v3 04/10] hbitmap: drop meta bitmaps as they are unused

2019-12-19 Thread Vladimir Sementsov-Ogievskiy
Signed-off-by: Vladimir Sementsov-Ogievskiy --- include/qemu/hbitmap.h | 21 tests/test-hbitmap.c | 115 - util/hbitmap.c | 16 -- 3 files changed, 152 deletions(-) diff --git a/include/qemu/hbitmap.h b/include/qemu/hbitmap.h index