Re: [Qemu-devel] [PATCH v2 01/12] host-utils: add ffsl

2013-01-31 Thread Stefan Hajnoczi
On Wed, Jan 16, 2013 at 06:31:08PM +0100, 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. > > Signed-off-by: Paolo Bonzini > --- > include/qemu/host-utils.h | 26

Re: [Qemu-devel] [PATCH v2 01/12] host-utils: add ffsl

2013-01-30 Thread Peter Maydell
On 30 January 2013 14:05, Peter Maydell wrote: > On 16 January 2013 17:31, 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. >> >> Signed-off-by: Paolo Bonzini > > Hi. Thi

Re: [Qemu-devel] [PATCH v2 01/12] host-utils: add ffsl

2013-01-30 Thread Peter Maydell
On 16 January 2013 17:31, 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. > > Signed-off-by: Paolo Bonzini Hi. This patch breaks compile on MacOS (and likely other BSDs):

[Qemu-devel] [PATCH v2 01/12] host-utils: add ffsl

2013-01-16 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 --- include/qemu/host-utils.h | 26 ++ 1 files changed, 26 insertions(+), 0 deletions(-) diff -