Tested that tap still works with the QEMU "vlan" feature.
The following changes since commit ee24aaf356f44ca7c8fbef136a438c12091cffd0:
Merge remote-tracking branch 'kiszka/queues/slirp' into staging (2013-02-26
13:36:09 -0600)
are available in the git repository at:
git://github.com/stefanha/qemu.git net
for you to fetch changes up to af347aa5a521555f5342e67993eb717d4f542ba8:
qmp: netdev_add is like -netdev, not -net, fix documentation (2013-02-27
16:10:47 +0100)
----------------------------------------------------------------
Jason Wang (2):
tap: forbid creating multiqueue tap when hub is used
net: reduce the unnecessary memory allocation of multiqueue
Luigi Rizzo (2):
net: fix qemu_flush_queued_packets() in presence of a hub
net: fix unbounded NetQueue
Markus Armbruster (1):
qmp: netdev_add is like -netdev, not -net, fix documentation
Peter Lieven (1):
tap: set IFF_ONE_QUEUE per default
Stefan Hajnoczi (1):
doc: document -netdev hubport
hmp-commands.hx | 2 +-
hw/virtio-net.c | 6 ++++--
include/net/net.h | 2 +-
net/hub.c | 14 ++++++++++++++
net/hub.h | 1 +
net/net.c | 25 +++++++++++++++----------
net/queue.c | 15 +++++++++++++++
net/tap-linux.c | 10 ++++++----
net/tap-linux.h | 9 +++++----
net/tap.c | 7 +++++++
qemu-options.hx | 11 ++++++++++-
qmp-commands.hx | 2 +-
12 files changed, 80 insertions(+), 24 deletions(-)
--
1.8.1.2