From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqJ4y-0005fc-O4 for qemu-devel@nongnu.org; Tue, 10 Dec 2013 03:54:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqJ4t-0006rH-Ua for qemu-devel@nongnu.org; Tue, 10 Dec 2013 03:54:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqJ4t-0006r9-Mz for qemu-devel@nongnu.org; Tue, 10 Dec 2013 03:54:03 -0500 Date: Tue, 10 Dec 2013 09:53:45 +0100 From: Stefan Hajnoczi Message-ID: <20131210085345.GA6608@stefanha-thinkpad.redhat.com> References: <1386341073-6584-1-git-send-email-v.maffione@gmail.com> <20131209123654.GB9611@stefanha-thinkpad.redhat.com> <20131209140209.GD15574@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131209140209.GD15574@redhat.com> Subject: Re: [Qemu-devel] [PATCH] net: QEMU_NET_PACKET_FLAG_MORE introduced List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: peter.maydell@linaro.org, Stefan Hajnoczi , jasowang@redhat.com, mjt@tls.msk.ru, qemu-devel@nongnu.org, Vincenzo Maffione , lcapitulino@redhat.com, peter.crosthwaite@petalogix.com, owasserm@redhat.com, kraxel@redhat.com, yan@daynix.com, edgar.iglesias@gmail.com, akong@redhat.com, quintela@redhat.com, agraf@suse.de, aliguori@amazon.com, marcel.a@redhat.com, sw@weilnetz.de, g.lettieri@iet.unipi.it, rizzo@iet.unipi.it, dmitry@daynix.com, mark.langsdorf@calxeda.com, pbonzini@redhat.com, afaerber@suse.de On Mon, Dec 09, 2013 at 04:02:09PM +0200, Michael S. Tsirkin wrote: > On Mon, Dec 09, 2013 at 01:36:54PM +0100, Stefan Hajnoczi wrote: > > On Fri, Dec 06, 2013 at 03:44:33PM +0100, Vincenzo Maffione wrote: > > > - This patch is against the net-next tree (https://github.com/stefanha/qemu.git) > > > because the first netmap patch is not in the qemu master (AFAIK). > > > > You are right. I am sending a pull request now to get those patches > > into qemu.git/master. > > This only arrived over the weekend and affects all > net devices. Whats the rush? > Why not give people a chance to review and discuss > properly? I'm not merging this patch series yet. I'm just draining the net-next queue which was reviewed and built up during QEMU 1.7 hard-freeze: https://github.com/stefanha/qemu/commits/net-next Stefan