Re: [Qemu-devel] qtest: setitimer() failures on Darwin and illumos

2012-05-29 Thread Andreas Färber
Am 28.05.2012 22:15, schrieb Paolo Bonzini: > Il 28/05/2012 21:40, Andreas Färber ha scritto: >> I'm seeing qemu-timer.c:unix_rearm_timer()'s setitimer() abort with >> EINVAL during `make check` on both platforms. The value of >> nearest_delta_ns appears to be INT64_MAX. Is this expected? Is it >>

Re: [Qemu-devel] qtest: setitimer() failures on Darwin and illumos

2012-05-29 Thread Paolo Bonzini
Il 29/05/2012 14:01, Stefano Stabellini ha scritto: > On Mon, 28 May 2012, Paolo Bonzini wrote: >> Il 28/05/2012 21:40, Andreas Färber ha scritto: >>> I'm seeing qemu-timer.c:unix_rearm_timer()'s setitimer() abort with >>> EINVAL during `make check` on both platforms. The value of >>> nearest_delta

Re: [Qemu-devel] qtest: setitimer() failures on Darwin and illumos

2012-05-29 Thread Stefano Stabellini
On Mon, 28 May 2012, Paolo Bonzini wrote: > Il 28/05/2012 21:40, Andreas Färber ha scritto: > > I'm seeing qemu-timer.c:unix_rearm_timer()'s setitimer() abort with > > EINVAL during `make check` on both platforms. The value of > > nearest_delta_ns appears to be INT64_MAX. Is this expected? Is it >

Re: [Qemu-devel] qtest: setitimer() failures on Darwin and illumos

2012-05-28 Thread Paolo Bonzini
Il 28/05/2012 21:40, Andreas Färber ha scritto: > I'm seeing qemu-timer.c:unix_rearm_timer()'s setitimer() abort with > EINVAL during `make check` on both platforms. The value of > nearest_delta_ns appears to be INT64_MAX. Is this expected? Is it > possible that this value is too large for it_value

[Qemu-devel] qtest: setitimer() failures on Darwin and illumos

2012-05-28 Thread Andreas Färber
Hello, I'm seeing qemu-timer.c:unix_rearm_timer()'s setitimer() abort with EINVAL during `make check` on both platforms. The value of nearest_delta_ns appears to be INT64_MAX. Is this expected? Is it possible that this value is too large for it_value on some platforms? Apple's man page mentions th