Re: [Qemu-devel] [PATCH] linux-user: Implement sendfile and sendfile64

2013-02-08 Thread Richard Henderson
On 2013-02-08 09:31, Peter Maydell wrote: Implement the sendfile and sendfile64 syscalls. This implementation passes all the LTP test cases for these syscalls. Signed-off-by: Peter Maydell --- This test-driven-development thing is fun :-) configure| 17 linux-u

[Qemu-devel] [PATCH] linux-user: Implement sendfile and sendfile64

2013-02-08 Thread Peter Maydell
Implement the sendfile and sendfile64 syscalls. This implementation passes all the LTP test cases for these syscalls. Signed-off-by: Peter Maydell --- This test-driven-development thing is fun :-) configure| 17 linux-user/syscall.c | 53