qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: JuanJo Ciarlante
Subject: [Qemu-devel] [PATCH] QEMU multicast socket support v3
Date: Wed, 7 Dec 2005 15:54:50 -0300
User-agent: Mutt/1.2.5.1i

Hi.

Attached patch (against CVS) implements UDP multicast support for creating
virtual BUSes, I've successfully tested with example cmdlines below.

Excerpt from qemu-doc.texi diff:
  # launch one QEMU instance
  qemu linux.img -net nic,macaddr=52:54:00:12:34:56 -net 
socket,mcast=230.0.0.1: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:1234

Enjoy...
-- 
--Juanjo

#  Juan Jose Ciarlante (JuanJo) jjo ;at; mendoza.gov.ar                     #
#  GnuPG Public Key: gpg --keyserver wwwkeys.eu.pgp.net --recv-key 66727177 #
#   Key fingerprint: 0D2F 3E5D 8B5C 729E 0560  F453 A3F7 E249 6672 7177     #

Attachment: qemu-socket_mcast.jjo.v3.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]