On 30 January 2013 16:53, Paolo Bonzini <pbonz...@redhat.com> wrote: > Fixes the build on Mac OS X, which has ffsl. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
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