Re: [PATCH v3 02/10] hbitmap: move hbitmap_iter_next_word to hbitmap.c

2020-01-20 Thread Vladimir Sementsov-Ogievskiy
20.01.2020 13:55, Max Reitz wrote: > On 19.12.19 11:03, Vladimir Sementsov-Ogievskiy wrote: >> The function is definitely internal (it's not used by third party and >> it has complicated interface). Move it to .c file. >> >> Signed-off-by: Vladimir Sementsov-Ogievskiy >> --- >>

Re: [PATCH v3 02/10] hbitmap: move hbitmap_iter_next_word to hbitmap.c

2020-01-20 Thread Max Reitz
On 19.12.19 11:03, Vladimir Sementsov-Ogievskiy wrote: > The function is definitely internal (it's not used by third party and > it has complicated interface). Move it to .c file. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > include/qemu/hbitmap.h | 30 --

[PATCH v3 02/10] hbitmap: move hbitmap_iter_next_word to hbitmap.c

2019-12-19 Thread Vladimir Sementsov-Ogievskiy
The function is definitely internal (it's not used by third party and it has complicated interface). Move it to .c file. Signed-off-by: Vladimir Sementsov-Ogievskiy --- include/qemu/hbitmap.h | 30 -- util/hbitmap.c | 29 + 2 files