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 v6


From: JuanJo Ciarlante
Subject: [Qemu-devel] [PATCH] QEMU multicast socket support v6
Date: Thu, 15 Dec 2005 13:43:22 -0300
User-agent: Mutt/1.2.5.1i

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 test script: tests/qemu-mcast-test-fd.py).

I'm quite comfortable with this src; fd=N support came almost
naturally from the code restructuring.

Changes:
v6 (2005-12-15):
        * Added tests/qemu-mcast-test-fd.py

v5 (2005-12-15):
        * Reworked code to isolate dgram functions and correctly use IO 
handlers methods with
          specific dgram implementations
        * net_socket_fd_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/

Regards...

-- 
--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.v6.diff
Description: Text document


reply via email to

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