On 5/7/21 10:06 AM, Philippe Mathieu-Daudé wrote:
Document the following functions return the bitmap size if not matching bit is found:- find_first_bit - find_next_bit - find_last_bit - find_first_zero_bit - find_next_zero_bit Signed-off-by: Philippe Mathieu-Daudé<phi...@redhat.com> --- include/qemu/bitops.h | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~