Re: [Qemu-devel] [PATCH] QEMU multicast socket support v6

2005-12-15 Thread JuanJo Ciarlante
On Thu, Dec 15, 2005 at 01:43:22PM -0300, JuanJo Ciarlante wrote: > Hi Fabrice ... > > I'm attaching my latest diff, main changes from v4 are the isolation+polishing > of dgram sockets functions and support for fd= argument for multicast > inherited sockets (including tes

[Qemu-devel] [PATCH] QEMU multicast socket support v6

2005-12-15 Thread JuanJo Ciarlante
init() now detects STREAM or DGRAM and calls: - net_socket_fd_init_stream(): merely renamed from previous net_socket_fd_init impl - net_socket_fd_init_dgram(): it also supports fd passing As always, available under GPL from http://www.irrigacion.gov.ar/juanjo/qemu

[Qemu-devel] [PATCH] QEMU multicast socket support v4 (UML mcast compatible)

2005-12-13 Thread JuanJo Ciarlante
unch UML /path/to/linux ubd0=/path/to/root_fs eth0=mcast Available under GPLv2 from http://www.irrigacion.gov.ar/juanjo/qemu/ Changes --- v4 (2005-12-12): * Tested mcast user-mode-linux compatibility * Minor tweaks v3 (2005-12-07): * correctly close fds if

[Qemu-devel] [PATCH] QEMU multicast socket support v3

2005-12-07 Thread JuanJo Ciarlante
:1234 # launch another QEMU instance on same "bus" qemu linux.img -net nic,macaddr=52:54:00:12:34:57 -net socket,mcast=230.0.0.1:1234 # launch yet another QEMU instance on same "bus" qemu linux.img -net nic,macaddr=52:54:00:12:34:58 -net socket,mcast=230.0.0.1:12

[Qemu-devel] [PATCH] QEMU multicast socket support v2

2005-12-07 Thread JuanJo
on same "bus"  qemu linux.img -net nic,macaddr=52:54:00:12:34:57 -net socket,mcast= 230.0.0.1:1234   # launch yet another QEMU instance on same "bus"  qemu linux.img -net nic,macaddr=52:54:00:12:34:58 -net socket,mcast= 230.0.0.1:1234EnjoyJuanjo #  Juan Jose Ciarla