qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] bitops: unify bitops_ffsl with the one in host-


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] bitops: unify bitops_ffsl with the one in host-utils.h
Date: Wed, 30 Jan 2013 18:34:14 +0000

On 30 January 2013 16:53, Paolo Bonzini <address@hidden> wrote:
> Fixes the build on Mac OS X, which has ffsl.
>
> Signed-off-by: Paolo Bonzini <address@hidden>

Confirmed that this fixes the MacOSX build (though there seems
to be some other problem causing us to hang on startup which I need
to track down).

NB: the comment in host-utils.h reading:
 #include <string.h>     /* ffsl */
would be out of date with this patch.
Also xen-all.c and kvm-all.c still use system ffsl() (but I think
they have done so for some time so we could leave them be).

-- PMM



reply via email to

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