Re: [Qemu-devel] [PATCH 2/6] linux-user: Implement gethostname

2012-10-11 Thread Peter Maydell
On 11 October 2012 20:22, Richard Henderson wrote: > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH 2/6] linux-user: Implement gethostname

2012-10-11 Thread Richard Henderson
Signed-off-by: Richard Henderson --- linux-user/syscall.c | 13 + 1 file changed, 13 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 8708b31..462d11b 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -8864,6 +8864,19 @@ abi_long do_syscall(v

[Qemu-devel] [PATCH 2/6] linux-user: Implement gethostname

2012-09-21 Thread Richard Henderson
Signed-off-by: Richard Henderson --- linux-user/syscall.c | 13 + 1 file changed, 13 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index ceca04c..925e579 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -8866,6 +8866,19 @@ abi_long do_syscall(v

[Qemu-devel] [PATCH 2/6] linux-user: Implement gethostname

2012-09-15 Thread Richard Henderson
Signed-off-by: Richard Henderson --- linux-user/syscall.c | 13 + 1 file changed, 13 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index ceca04c..925e579 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -8866,6 +8866,19 @@ abi_long do_syscall(v