The OSX build has been broken for some time now... * qemu-thread-posix.c: both qemu_mutex_timedlock and qemu_cond_timedwait make use of clock_gettime() and CLOCK_REALTIME, which OSX doesn't have. It seems like both functions are nowhere found. Can they be removed then ?
* cpus.c: qemu_kvm_eat_signals refers to sigbus_reraise which is defined conditionally on CONFIG_LINUX... And OSX doesn't have sigtimedwait... Any maintainer around who can fix it ? François.