Re: [Qemu-devel] [PATCH v2 1/3] linux-user: pass sockaddr from host to target

2012-07-16 Thread Peter Maydell
On 16 July 2012 11:13, Jing Huang wrote: > This patch pass sockaddr from host to target. > > Signed-off-by: Jing Huang > --- > linux-user/syscall.c | 10 +- > 1 files changed, 9 insertions(+), 1 deletions(-) > > diff --git a/linux-user/syscall.c b/linux-user/syscall.c > index 539af3f..

[Qemu-devel] [PATCH v2 1/3] linux-user: pass sockaddr from host to target

2012-07-15 Thread Jing Huang
This patch pass sockaddr from host to target. Signed-off-by: Jing Huang --- linux-user/syscall.c | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 539af3f..28c8ba5 100644 --- a/linux-user/syscall.c +++ b/linux-user