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

2012-07-23 Thread Peter Maydell
On 24 July 2012 00:49, Jing Huang wrote: > > Signed-off-by: Jing Huang > Reviewed-by: Peter Maydell > --- > linux-user/syscall.c | 15 +-- > 1 files changed, 13 insertions(+), 2 deletions(-) > > diff --git a/linux-user/syscall.c b/linux-user/syscall.c > index 539af3f..3319bb8 1006

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

2012-07-23 Thread Jing Huang
Signed-off-by: Jing Huang Reviewed-by: Peter Maydell --- linux-user/syscall.c | 15 +-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 539af3f..3319bb8 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @