qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/6] Assorted netdev fixes


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH 0/6] Assorted netdev fixes
Date: Thu, 11 Feb 2010 14:44:56 +0100

The fixes fall into three groups:

* Dead code removal.

* Fix bogus "Warning: vlan 0 with no nics" with -device

* When we added network clients not associated with a VLAN (-netdev &
  friends), we missed a few places.  Fix them up.

Markus Armbruster (6):
  net: Remove unused net_client_uninit()
  net: net_check_clients() runs too early to see -device, fix
  net: Fix bogus "Warning: vlan 0 with no nics" with -device
  net: net_check_clients() checks only VLAN clients, fix
  net: info network shows only VLAN clients, fix
  net: Monitor command set_link finds only VLAN clients, fix

 net.c           |   62 +++++++++++++++++++++++++++++++-----------------------
 net.h           |    3 +-
 net/slirp.c     |    4 ---
 net/socket.c    |    4 ---
 net/tap-win32.c |    4 ---
 net/tap.c       |    4 ---
 net/vde.c       |    4 ---
 vl.c            |    2 +
 8 files changed, 39 insertions(+), 48 deletions(-)





reply via email to

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