Re: [Qemu-devel] [PATCH] linux-user: pass correct host flags to eventfd2 call

2013-04-08 Thread Peter Maydell
On 8 April 2013 19:26, Petar Jovanovic wrote: > This change makes conversion of TARGET_O_NONBLOCK and TARGET_O_CLOEXEC flags > to host flags before calling eventfd for TARGET_NR_eventfd2. > > Signed-off-by: Petar Jovanovic > --- > linux-user/syscall.c | 11 ++- > 1 file changed, 10 ins

[Qemu-devel] [PATCH] linux-user: pass correct host flags to eventfd2 call

2013-04-08 Thread Petar Jovanovic
This change makes conversion of TARGET_O_NONBLOCK and TARGET_O_CLOEXEC flags to host flags before calling eventfd for TARGET_NR_eventfd2. Signed-off-by: Petar Jovanovic --- linux-user/syscall.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/linux-user/syscall.c