]> git.proxmox.com Git - qemu.git/commit
linux-user: Support the epoll syscalls
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Feb 2011 18:35:05 +0000 (18:35 +0000)
committerRiku Voipio <riku.voipio@nokia.com>
Thu, 17 Feb 2011 09:46:34 +0000 (11:46 +0200)
commit3b6edd1611e25099a1df20771ce3f88939a0e93a
tree510c84632687df90f0f47d7159c5eb8e9ab7e8aa
parentd2ee72a5b17d95fe0e57e496f1b2ddb2464b5c08
linux-user: Support the epoll syscalls

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.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@nokia.com>
configure
linux-user/syscall.c
linux-user/syscall_defs.h