qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v3 0/3] ipv6 and autoport patches.


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH v3 0/3] ipv6 and autoport patches.
Date: Mon, 3 Nov 2008 17:42:27 +0100

  Hi,

This patch series starts adding support for auto-allocating tcp ports
and for ipv6 to qemu.  It adds a new "info chardev" command (needed to
query the auto-allocated ports), adds socket helper functiond with
ipv6 support and finally switches chardevs and vnc over to the new
socket helpers.  Individual patches have more vebose descriptions.

New in v3:
 * killed global -ipv[46] switches, made them per connection.
 * killed qemu-sockets.h, using existing qemu_socket.h instead.
 * fixup a few more things pointed out in review (if style, ...).
 * "info chardev" patch disappeared due to being merged.
 * rebased patches latest svn, fixup qemu-char.c creation fallout.

New in v2:
 * address review comments from Daniel P. Berrange and Blue Swirl.
 * fixed windows build (mingw32 crosscompiler).
 * added -ipv4 and -ipv6 switches to the help text.

cheers,
  Gerd





reply via email to

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