qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/7] Various small networking improvements


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH 0/7] Various small networking improvements
Date: Tue, 14 Apr 2009 19:29:54 +0200
User-agent: StGIT/0.14.2

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

The first four 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 (7):
      net: Fix -net socket,listen
      net: Add VLAN client cleanup handler
      net: Check device passed to host_net_remove
      net: Prevent multiple slirp instances
      monitor: Improve host_net_add
      net: Add support for capturing VLANs
      slirp: Handle DHCP requests for specific IP

 hw/e1000.c          |    2 +-
 hw/eepro100.c       |    2 +-
 hw/etraxfs_eth.c    |    3 +-
 hw/mcf_fec.c        |    3 +-
 hw/mipsnet.c        |    3 +-
 hw/musicpal.c       |    2 +-
 hw/ne2000.c         |    4 +-
 hw/pcnet.c          |    3 +-
 hw/rtl8139.c        |    3 +-
 hw/smc91c111.c      |    3 +-
 hw/stellaris_enet.c |    3 +-
 hw/usb-net.c        |    2 +-
 hw/virtio-net.c     |    3 +-
 monitor.c           |    4 +-
 net.c               |  330 +++++++++++++++++++++++++++++++++++++++-----------
 net.h               |   11 ++
 qemu-options.hx     |    7 +
 slirp/bootp.c       |  127 ++++++++++++++------
 slirp/bootp.h       |    2 +
 19 files changed, 394 insertions(+), 123 deletions(-)






reply via email to

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