[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] OSX build issues
From: |
François Revol |
Subject: |
[Qemu-devel] OSX build issues |
Date: |
Mon, 14 Mar 2011 22:21:59 +0100 |
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.
- [Qemu-devel] OSX build issues,
François Revol <=
Re: [Qemu-devel] OSX build issues, Blue Swirl, 2011/03/19