Re: [Qemu-devel] [PATCH] net: The third parameter of getsockname should be initialized

2014-11-17 Thread Stefan Hajnoczi
On Mon, Nov 17, 2014 at 01:54:05PM +0800, zhanghailiang wrote: > Signed-off-by: zhanghailiang > --- > net/socket.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied to my net tree: https://github.com/stefanha/qemu/commits/net Stefan pgpcMVRH6k4NH.pgp Description: PGP sig

Re: [Qemu-devel] [PATCH] net: The third parameter of getsockname should be initialized

2014-11-17 Thread Paolo Bonzini
On 17/11/2014 06:54, zhanghailiang wrote: > Signed-off-by: zhanghailiang > --- > net/socket.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/net/socket.c b/net/socket.c > index fb21e20..ca4b8ba 100644 > --- a/net/socket.c > +++ b/net/socket.c > @@ -352,7 +352,7 @@ sta

Re: [Qemu-devel] [PATCH] net: The third parameter of getsockname should be initialized

2014-11-16 Thread Markus Armbruster
zhanghailiang writes: > Signed-off-by: zhanghailiang > --- > net/socket.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/net/socket.c b/net/socket.c > index fb21e20..ca4b8ba 100644 > --- a/net/socket.c > +++ b/net/socket.c > @@ -352,7 +352,7 @@ static NetSocketState >

[Qemu-devel] [PATCH] net: The third parameter of getsockname should be initialized

2014-11-16 Thread zhanghailiang
Signed-off-by: zhanghailiang --- net/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/socket.c b/net/socket.c index fb21e20..ca4b8ba 100644 --- a/net/socket.c +++ b/net/socket.c @@ -352,7 +352,7 @@ static NetSocketState *net_socket_fd_init_dgram(NetClientState *pe