On Wed, Feb 16, 2011 at 10:37:51AM +0000, Peter Maydell wrote: > On 15 February 2011 18:35, Peter Maydell <peter.mayd...@linaro.org> 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. > > > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
I tested it and applied to que. > PS: the real life motivation for this addition is > https://bugs.launchpad.net/qemu-linaro/+bug/644961 > and there's also a useful noddy test program attached to > this random openwrt bug: > https://dev.openwrt.org/ticket/1815 ltp has also testcases for epoll which I used.