Re: [Qemu-devel] [PATCH v2 34/45] host-utils: add ffsl

2012-09-26 Thread Eric Blake
On 09/26/2012 09:56 AM, Paolo Bonzini wrote: > We can provide fast versions based on the other functions defined > by host-utils.h. Some care is required on glibc, which provides > ffsl already. > Why glibc chose for ffsl even though it uses for ffs (per POSIX) is beyond me. At any rate, this

[Qemu-devel] [PATCH v2 34/45] host-utils: add ffsl

2012-09-26 Thread Paolo Bonzini
We can provide fast versions based on the other functions defined by host-utils.h. Some care is required on glibc, which provides ffsl already. Signed-off-by: Paolo Bonzini --- host-utils.h | 26 ++ 1 file modificato, 26 inserzioni(+) diff --git a/host-utils.h b/host-ut