[Qemu-devel] [PATCH] net: Include the peer's information in VLANClientState->info_str when using the udp socket backend.

2012-05-06 Thread Benjamin MARSILI
Signed-off-by: Benjamin MARSILI --- It makes it easier to debug and figure out what's going on behind the scene. When using this syntax: -device DEVICE,netdev=ID -netdev socket,id=ID,udp=LHOST:LPORT,localaddr=RHOST:RPORT Before: (qemu) info network Devices not on any VLAN: rtl8139.0:

[Qemu-devel] [PATCH] net: remove extra spaces in help messages

2012-01-22 Thread Benjamin MARSILI
Signed-off-by: Benjamin MARSILI --- net/socket.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/socket.c b/net/socket.c index d4c2002..0bcf229 100644 --- a/net/socket.c +++ b/net/socket.c @@ -664,8 +664,8 @@ int net_init_socket(QemuOpts *opts