On Sat, Apr 27, 2013 at 6:50 PM, Martin Husemann <mar...@duskware.de> wrote: > On Thu, Apr 25, 2013 at 08:36:55PM +0200, Martin Husemann wrote: >> Ok, I can fix the namespace issue (which is real) easily. > > Turns out to be a bit harder: qemu does not define (as far as I can tell) > any restricting macro (_POSIX_C_SOURCE or whatever). > > Should it?
I think the easiest fix is to stop QEMU from reusing a reserved identifier. So popcountl() in util/hbitmap.c should be renamed to qemu_popcountl(). > > Martin >