From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mt4ec-0000tJ-GN for qemu-devel@nongnu.org; Wed, 30 Sep 2009 15:15:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mt4eX-0000qM-TN for qemu-devel@nongnu.org; Wed, 30 Sep 2009 15:15:57 -0400 Received: from [199.232.76.173] (port=33925 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mt4eX-0000qF-H3 for qemu-devel@nongnu.org; Wed, 30 Sep 2009 15:15:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9276) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mt4eX-0007CP-3u for qemu-devel@nongnu.org; Wed, 30 Sep 2009 15:15:53 -0400 Message-ID: <4AC3AE5E.5030201@redhat.com> Date: Wed, 30 Sep 2009 21:15:42 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1241459088.26045.1.camel@lappy> <1241513785-28738-1-git-send-email-markmc@redhat.com> <1254257151.29022.11.camel@blaa> <20090930135144.GA29956@infradead.org> <4AC36355.8040908@redhat.com> <1254319160.3105.67.camel@blaa> In-Reply-To: <1254319160.3105.67.camel@blaa> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/1] qemu-kvm: virtio-net: Re-instate GSO code removed upstream List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark McLoughlin Cc: Christoph Hellwig , Avi Kivity , kvm@vger.kernel.org, qemu-devel@nongnu.org On 09/30/09 15:59, Mark McLoughlin wrote: > I'm planning on adding -hostnet and -nic arguments, which would not use > vlans by default but rather connect the nic directly to the host side. No new -nic argument please. We should just finalize the qdev-ifycation of the nic drivers, then you'll do either -device e1000,vlan= or -device e1000,hostnet= and be done with it. cheers, Gerd