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

2011-11-09 Thread Andreas Färber
Am 09.11.2011 15:53, schrieb Benjamin: > On 11/09/11 15:26, Benjamin wrote: >> Oh, I forgot to remove a line from the old patch, when I wanted to >> introduce -netdev udp. Now it's just -net[dev] socket. >> Here's the updated patch, my apologies. >> It didn't break anything, it's just useless, use

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

2011-11-08 Thread Benjamin
On 11/09/11 15:26, Benjamin wrote: Oh, I forgot to remove a line from the old patch, when I wanted to introduce -netdev udp. Now it's just -net[dev] socket. Here's the updated patch, my apologies. It didn't break anything, it's just useless, use this instead. I sent the old one again... This

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

2011-11-08 Thread Benjamin
On 11/08/11 11:52, Jan Kiszka wrote: On 2011-11-07 23:03, Benjamin wrote: On 11/07/11 12:23, Jan Kiszka wrote: On 2011-11-07 15:01, Benjamin wrote: Here is the updated patch, using only localaddr. mcast expects it to be addr whereas udp expects addr:port. It's documented in the help output. I

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

2011-11-08 Thread Jan Kiszka
On 2011-11-07 23:03, Benjamin wrote: > On 11/07/11 12:23, Jan Kiszka wrote: >> On 2011-11-07 15:01, Benjamin wrote: >>> Here is the updated patch, using only localaddr. mcast expects it to be >>> addr whereas udp expects addr:port. It's documented in the help output. >>> >>> I also corrected the er

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

2011-11-07 Thread Benjamin
On 11/07/11 12:23, Jan Kiszka wrote: On 2011-11-07 15:01, Benjamin wrote: Here is the updated patch, using only localaddr. mcast expects it to be addr whereas udp expects addr:port. It's documented in the help output. I also corrected the error message when checking udp parameters. Sorry, mis

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

2011-11-07 Thread Jan Kiszka
On 2011-11-07 15:01, Benjamin wrote: > Here is the updated patch, using only localaddr. mcast expects it to be > addr whereas udp expects addr:port. It's documented in the help output. > > I also corrected the error message when checking udp parameters. Sorry, missed that: please never forget to

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

2011-11-06 Thread Benjamin
On 11/06/11 14:54, Jan Kiszka wrote: On 2011-11-06 21:55, Benjamin wrote: Follow-up of: http://www.mail-archive.com/qemu-devel@nongnu.org/msg81235.html This enables connections between Qemu, Dynamips and VirtualBox guests. Test it with: qemu-system-i386 -netdev socket,id=gns3,udp=127.0.0.1:42

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

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

2011-11-06 Thread Jan Kiszka
On 2011-11-06 21:55, Benjamin wrote: > Follow-up of: > http://www.mail-archive.com/qemu-devel@nongnu.org/msg81235.html > > This enables connections between Qemu, Dynamips and VirtualBox guests. > > Test it with: > > qemu-system-i386 -netdev > socket,id=gns3,udp=127.0.0.1:4243,localport=127.0.0.1

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

2011-11-06 Thread Benjamin
Follow-up of: http://www.mail-archive.com/qemu-devel@nongnu.org/msg81235.html This enables connections between Qemu, Dynamips and VirtualBox guests. Test it with: qemu-system-i386 -netdev socket,id=gns3,udp=127.0.0.1:4243,localport=127.0.0.1:4242 -device e1000,netdev=gns3 /path/to/hard/drive