From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EMRsJ-0006Rh-6a for qemu-devel@nongnu.org; Mon, 03 Oct 2005 11:05:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EMRsG-0006PT-0c for qemu-devel@nongnu.org; Mon, 03 Oct 2005 11:05:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EMRsF-0006Oy-6I for qemu-devel@nongnu.org; Mon, 03 Oct 2005 11:05:03 -0400 Received: from [128.8.10.163] (helo=po1.wam.umd.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EMRsE-0008Sq-ID for qemu-devel@nongnu.org; Mon, 03 Oct 2005 11:05:02 -0400 Received: from jbrown.mylinuxbox.org (jma-box.student.umd.edu [129.2.253.219]) by po1.wam.umd.edu (8.12.10/8.12.10) with ESMTP id j93F50JP007039 for ; Mon, 3 Oct 2005 11:05:00 -0400 (EDT) Date: Mon, 3 Oct 2005 11:04:55 -0400 From: "Jim C. Brown" Subject: Re: [Qemu-devel] tun/tap networking: patch for existing tun Message-ID: <20051003150455.GA27327@jbrown.mylinuxbox.org> References: <433E44F9.8040501@eclis.ch> <20051001131215.GB28444@jbrown.mylinuxbox.org> <433EF5C4.2030801@eclis.ch> <433F92CB.1060600@eclis.ch> <43402ABC.3040805@us.ibm.com> <20051002193912.GB13825@jbrown.mylinuxbox.org> <434041CD.9080507@eclis.ch> <20051002223734.GA17623@jbrown.mylinuxbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Mon, Oct 03, 2005 at 03:07:02PM +0200, Henrik Nordstrom wrote: > On Sun, 2 Oct 2005, Jim C. Brown wrote: > Only objection is that for the tunfd case I would use > > -net tap,fd=10,macaddr=... > Since it doesn't have to be a tap device, how about this? -net socket,fd=10,macaddr=... > >For the tap type we could have a 3rd optional parameter for the name, > >e.g. -net tap,macaddr,name (with name defaulting to tapX if its not > >specified). > > What about this: > > -net tap,ifname=qemu0,macaddr=... > That looks fine. > Regards > Henrik > -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection.