[Qemu-devel] [PATCH 6/6] qemu-char: Print the remote and local addresses for a socket

2014-10-02 Thread minyard
From: Corey Minyard It seems that it might be a good idea to know what is at the remote end of a socket for tracking down issues. So add that to the socket filename. Signed-off-by: Corey Minyard Reviewed-by: Paolo Bonzini --- qemu-char.c | 27 ++- 1 file changed, 18 i

[Qemu-devel] [PATCH 6/6] qemu-char: Print the remote and local addresses for a socket

2014-10-01 Thread minyard
From: Corey Minyard It seems that it might be a good idea to know what is at the remote end of a socket for tracking down issues. So add that to the socket filename. Signed-off-by: Corey Minyard Reviewed-by: Paolo Bonzini --- qemu-char.c | 27 ++- 1 file changed, 18 i

[Qemu-devel] [PATCH 6/6] qemu-char: Print the remote and local addresses for a socket

2014-09-25 Thread minyard
From: Corey Minyard It seems that it might be a good idea to know what is at the remote end of a socket for tracking down issues. So add that to the socket filename. Signed-off-by: Corey Minyard Reviewed-by: Paolo Bonzini --- qemu-char.c | 27 ++- 1 file changed, 18 i

[Qemu-devel] [PATCH 6/6] qemu-char: Print the remote and local addresses for a socket

2014-09-22 Thread minyard
From: Corey Minyard It seems that it might be a good idea to know what is at the remote end of a socket for tracking down issues. So add that to the socket filename. Signed-off-by: Corey Minyard Reviewed-by: Paolo Bonzini --- qemu-char.c | 27 ++- 1 file changed, 18 i

Re: [Qemu-devel] [PATCH 6/6] qemu-char: Print the remote and local addresses for a socket

2014-09-22 Thread Paolo Bonzini
Il 22/09/2014 01:04, miny...@acm.org ha scritto: > From: Corey Minyard > > It seems that it might be a good idea to know what is at the remote > end of a socket for tracking down issues. So add that to the > socket filename. > > Signed-off-by: Corey Minyard > --- > qemu-char.c | 27 ++

[Qemu-devel] [PATCH 6/6] qemu-char: Print the remote and local addresses for a socket

2014-09-21 Thread minyard
From: Corey Minyard It seems that it might be a good idea to know what is at the remote end of a socket for tracking down issues. So add that to the socket filename. Signed-off-by: Corey Minyard --- qemu-char.c | 27 ++- 1 file changed, 18 insertions(+), 9 deletions(-)