From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCXQK-0003f0-Oh for qemu-devel@nongnu.org; Mon, 04 Mar 2013 10:35:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCXQF-0002oQ-G6 for qemu-devel@nongnu.org; Mon, 04 Mar 2013 10:35:32 -0500 Received: from e23smtp09.au.ibm.com ([202.81.31.142]:34806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCXQB-0002n2-C1 for qemu-devel@nongnu.org; Mon, 04 Mar 2013 10:35:27 -0500 Received: from /spool/local by e23smtp09.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 5 Mar 2013 01:17:24 +1000 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [9.190.234.120]) by d23dlp03.au.ibm.com (Postfix) with ESMTP id A8725357804E for ; Tue, 5 Mar 2013 02:24:56 +1100 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r24FCMvY62652572 for ; Tue, 5 Mar 2013 02:12:22 +1100 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r24FOueb020560 for ; Tue, 5 Mar 2013 02:24:56 +1100 From: Anthony Liguori In-Reply-To: References: <1361978545-13789-1-git-send-email-stefanha@redhat.com> Date: Mon, 04 Mar 2013 09:24:52 -0600 Message-ID: <87ehfv5gsb.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 0/7] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , Stefan Hajnoczi Cc: qemu-devel Stefan Hajnoczi writes: > On Wed, Feb 27, 2013 at 4:22 PM, Stefan Hajnoczi 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