[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] linux-user: Support the epoll syscalls
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH] linux-user: Support the epoll syscalls |
Date: |
Wed, 16 Feb 2011 10:37:51 +0000 |
On 15 February 2011 18:35, Peter Maydell <address@hidden> 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 <address@hidden>
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
-- PMM