qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Riku Voipio
Subject: Re: [Qemu-devel] [PATCH] linux-user: Support the epoll syscalls
Date: Wed, 16 Feb 2011 12:58:11 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

On Wed, Feb 16, 2011 at 10:37:51AM +0000, Peter Maydell wrote:
> 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>

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]