From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CcBAb-000573-Er for qemu-devel@nongnu.org; Wed, 08 Dec 2004 18:24:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CcBAb-00056v-5R for qemu-devel@nongnu.org; Wed, 08 Dec 2004 18:24:29 -0500 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CcB0a-0001nB-9N for qemu-devel@nongnu.org; Wed, 08 Dec 2004 18:14:08 -0500 Received: from localhost (localhost [127.0.0.1]) by djali.polytechnique.org (Postfix) with ESMTP id 91858331C7 for ; Thu, 9 Dec 2004 00:14:06 +0100 (CET) Received: from djali.polytechnique.org ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03333-08 for ; Thu, 9 Dec 2004 00:14:06 +0100 (CET) Received: from [84.99.204.54] (unknown [84.99.204.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 4BA0A33185 for ; Thu, 9 Dec 2004 00:14:06 +0100 (CET) Message-ID: <41B78AD6.80307@bellard.org> Date: Thu, 09 Dec 2004 00:14:30 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Updated: Use existing tun/tap network interface References: <20041208224021.GA18977@tuxedo.skovlyporten.dk> In-Reply-To: <20041208224021.GA18977@tuxedo.skovlyporten.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Lars Munch wrote: > Hello > > I have just updated my priviously posted "Use existing tun/tap network > interface" patch against latest cvs. > > For description see here: > http://lists.gnu.org/archive/html/qemu-devel/2004-11/msg00454.html > > Please apply. OK for the idea, but we could go further: maybe we could use a specific syntax for QEMU network interfaces in order to avoid the numerous options we have. For example: -net if_name where 'if_name' is an interface name. Several -net options can be added for each network interface. if_name can be: user (for slirp mode) tun fd:n if:xxx where xxx is a network interface hex (outgoing packet dump) Fabrice.