All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] Assorted netdev fixes
@ 2010-02-11 13:44 Markus Armbruster
  2010-02-11 13:44 ` [Qemu-devel] [PATCH 1/6] net: Remove unused net_client_uninit() Markus Armbruster
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Markus Armbruster @ 2010-02-11 13:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: Mark McLoughlin

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(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-02-19 20:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-11 13:44 [Qemu-devel] [PATCH 0/6] Assorted netdev fixes Markus Armbruster
2010-02-11 13:44 ` [Qemu-devel] [PATCH 1/6] net: Remove unused net_client_uninit() Markus Armbruster
2010-02-19 20:55   ` Anthony Liguori
2010-02-19 20:55   ` Anthony Liguori
2010-02-11 13:44 ` [Qemu-devel] [PATCH 2/6] net: net_check_clients() runs too early to see -device, fix Markus Armbruster
2010-02-11 13:44 ` [Qemu-devel] [PATCH 3/6] net: Fix bogus "Warning: vlan 0 with no nics" with -device Markus Armbruster
2010-02-11 13:45 ` [Qemu-devel] [PATCH 4/6] net: net_check_clients() checks only VLAN clients, fix Markus Armbruster
2010-02-11 13:45 ` [Qemu-devel] [PATCH 5/6] net: info network shows " Markus Armbruster
2010-02-11 13:45 ` [Qemu-devel] [PATCH 6/6] net: Monitor command set_link finds " Markus Armbruster
2010-02-11 13:58 ` [Qemu-devel] Re: [PATCH 0/6] Assorted netdev fixes Mark McLoughlin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.