qemu-devel
[Top][All Lists]
Advanced

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

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


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH] linux-user: Implement sendfile and sendfile64
Date: Fri, 08 Feb 2013 12:23:17 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

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<address@hidden>
---
This test-driven-development thing is fun :-)

  configure            |   17 ++++++++++++++++
  linux-user/syscall.c |   53 ++++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 70 insertions(+)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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