Re: [Qemu-devel] OSX build issues

2011-03-19 Thread Blue Swirl
On Tue, Mar 15, 2011 at 11:03 PM, Blue Swirl wrote: > On Mon, Mar 14, 2011 at 11:21 PM, François Revol wrote: >> 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,

Re: [Qemu-devel] OSX build issues

2011-03-17 Thread Juha.Riihimaki
On 17.03.11 13:09 , "ext Tristan Gingold" wrote: >On Mar 17, 2011, at 11:28 AM, François Revol wrote: > >>From the content of the functions called it's either one of the added >>fds which cause problem on select() (but why ?), or likely some signal >>masks which interfere with some internal thre

Re: [Qemu-devel] OSX build issues

2011-03-17 Thread Tristan Gingold
On Mar 17, 2011, at 11:28 AM, François Revol wrote: > Hi, > > Le 16 mars 2011 à 08:57, Tristan Gingold a écrit : > >>> It should fix the build issue. >>> But QEMU is unreliable on OSX even when it gets built. >>> I tried to bisect but lost some time trying to find a revision that >>> actually

Re: [Qemu-devel] OSX build issues

2011-03-17 Thread François Revol
Hi, Le 16 mars 2011 à 08:57, Tristan Gingold a écrit : >> It should fix the build issue. >> But QEMU is unreliable on OSX even when it gets built. >> I tried to bisect but lost some time trying to find a revision that actually >> builds. I thought I updated more this month... >> >> 55f8d6ac3e03

Re: [Qemu-devel] OSX build issues

2011-03-15 Thread François Revol
Le 15 mars 2011 à 22:03, Blue Swirl a écrit : > On Mon, Mar 14, 2011 at 11:21 PM, François Revol wrote: >> 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, whi

Re: [Qemu-devel] OSX build issues

2011-03-15 Thread Blue Swirl
On Mon, Mar 14, 2011 at 11:21 PM, François Revol wrote: > 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

Re: [Qemu-devel] OSX build issues

2011-03-15 Thread Stefan Hajnoczi
On Tue, Mar 15, 2011 at 6:41 AM, Alexander Graf wrote: > > On 14.03.2011, at 22:21, François Revol wrote: > >> 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, wh

Re: [Qemu-devel] OSX build issues

2011-03-14 Thread Alexander Graf
On 14.03.2011, at 22:21, François Revol wrote: > 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