| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Feb. 27, 2013, 3:22 p.m. |
| Message ID | <1361978545-13789-1-git-send-email-stefanha@redhat.com> |
| Download | mbox |
| Permalink | /patch/223630/ |
| State | New |
| Headers | show |
Pull-request
git://github.com/stefanha/qemu.git netComments
On Wed, Feb 27, 2013 at 4:22 PM, Stefan Hajnoczi <stefanha@redhat.com> wrote: > 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 > ping
Stefan Hajnoczi <stefanha@gmail.com> writes: > On Wed, Feb 27, 2013 at 4:22 PM, Stefan Hajnoczi <stefanha@redhat.com> wrote: >> 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 >> > > ping Just pushed it 30 minutes ago or so. Thanks. Regards, Anthony Liguori
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(-)