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
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
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
: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
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