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

2012-05-30 Thread Benjamin Epitech
It's a trivial patch, IIRC I should send it somewhere else, right? On Mon, May 7, 2012 at 12:21 AM, Benjamin MARSILI wrote: > > 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,ne

Re: [Qemu-devel] [PATCH] Support for UDP unicast network backend

2011-11-06 Thread Benjamin Epitech
Here's the link, replace ' AT ' by '@', the server thought it was an email address. http://www.mail-archive.com/qemu-devel AT nongnu.org/msg81235.html As I've been notified, localport should disappear and localaddr should be used to

[Qemu-devel] Integrating Dynamips and GNS3 UDP tunnels (Patches)

2011-10-06 Thread Benjamin Epitech
GNS3 team developed a GUI in order to inter-connect different emulated hardware. In order to achieve a network inter-connection between each hosts, one single protocol is used: an UDP tunneling protocol introduced by Dynamips (a cisco hardware emulator). Since the beginning, GNS3 supports Qemu by