Re: [Qemu-devel] [PATCH] linux-user: Support the epoll syscalls

2011-02-16 Thread Riku Voipio
On Wed, Feb 16, 2011 at 10:37:51AM +, Peter Maydell wrote: > On 15 February 2011 18:35, Peter Maydell wrote: > > Support the epoll family of syscalls: epoll_create(), epoll_create1(), > > epoll_ctl(), epoll_wait() and epoll_pwait(). Note that epoll_create1() > > and epoll_pwait() are later add

Re: [Qemu-devel] [PATCH] linux-user: Support the epoll syscalls

2011-02-16 Thread Peter Maydell
On 15 February 2011 18:35, Peter Maydell wrote: > Support the epoll family of syscalls: epoll_create(), epoll_create1(), > epoll_ctl(), epoll_wait() and epoll_pwait(). Note that epoll_create1() > and epoll_pwait() are later additions, so we have to test separately > in configure for their presence

[Qemu-devel] [PATCH] linux-user: Support the epoll syscalls

2011-02-15 Thread Peter Maydell
Support the epoll family of syscalls: epoll_create(), epoll_create1(), epoll_ctl(), epoll_wait() and epoll_pwait(). Note that epoll_create1() and epoll_pwait() are later additions, so we have to test separately in configure for their presence. Signed-off-by: Peter Maydell --- configure