]> git.proxmox.com Git - qemu.git/commit
linux-user: Implement sendfile and sendfile64
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 8 Feb 2013 07:31:55 +0000 (07:31 +0000)
committerRiku Voipio <riku.voipio@linaro.org>
Mon, 11 Mar 2013 12:34:28 +0000 (14:34 +0200)
commita8fd1aba8584cbe68583907ce766fd8ecfe81f4b
tree4ded77320c1ecdda9340c8ec776f56fa024b6261
parentdfae8e00f8ddeedcda24bd28f71d4fd2a9f988b8
linux-user: Implement sendfile and sendfile64

Implement the sendfile and sendfile64 syscalls. This implementation
passes all the LTP test cases for these syscalls.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
configure
linux-user/syscall.c