qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 00/11] Various small networking improvements


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH v2 00/11] Various small networking improvements
Date: Sun, 19 Apr 2009 12:04:25 +0200
User-agent: StGIT/0.14.2

This series fixes several smaller issues in the networking code and then
enhances it mostly by the following features:
 - VLAN capturing (derived from Tristan Gringold's work)
 - Handling of requested IP in slirp's DHCP server
 - Runtime -redir setup (host_net_redir)

The first three patches should be considered for stable, so I prepared a
corresponding queue at git://git.kiszka.org/qemu.git queues/stable.

Find this series also at git://git.kiszka.org/qemu.git queues/net

Jan Kiszka (11):
      net: Fix -net socket,listen
      net: Check device passed to host_net_remove
      net: Prevent multiple slirp instances
      monitor: Improve host_net_add
      monitor: Allow host_net_add/remove for all targets
      Allow empty params for check_params
      net: Add parameter checks for VLAN clients
      net: Untangle nested qemu_send_packet
      net: Add support for capturing VLANs
      slirp: Handle DHCP requests for specific IP
      slirp: Enhance host-guest redirection setup

 monitor.c       |    8 +-
 net.c           |  299 ++++++++++++++++++++++++++++++++++++++++++++++++++-----
 net.h           |   13 ++-
 qemu-options.hx |    9 ++-
 slirp/bootp.c   |  127 +++++++++++++++++------
 slirp/bootp.h   |    2 +
 vl.c            |    4 +-
 7 files changed, 395 insertions(+), 67 deletions(-)







reply via email to

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