qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 1/2] bitops.h: Improve find_xxx_bit() documentation


From: Richard Henderson
Subject: Re: [PATCH v2 1/2] bitops.h: Improve find_xxx_bit() documentation
Date: Fri, 7 May 2021 10:24:43 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

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é<philmd@redhat.com>
---
  include/qemu/bitops.h | 15 ++++++++++++---
  1 file changed, 12 insertions(+), 3 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]