hbitmap: move hbitmap_iter_next_word to hbitmap.c
commitbe24c7140cf9212de2a00b855939d049d7cb7554
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Wed, 5 Feb 2020 11:20:33 +0000 (5 14:20 +0300)
committerJohn Snow <jsnow@redhat.com>
Wed, 18 Mar 2020 18:03:46 +0000 (18 14:03 -0400)
treea4a23071b9a37655406c943d40371c4bf7bb9b80
parent6a150995d486013221361cddb5ae6189afb0cef5
hbitmap: move hbitmap_iter_next_word to hbitmap.c

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 <vsementsov@virtuozzo.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-id: 20200205112041.6003-3-vsementsov@virtuozzo.com
Signed-off-by: John Snow <jsnow@redhat.com>
include/qemu/hbitmap.h
util/hbitmap.c