From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BA44w-0003Zy-PB for qemu-devel@nongnu.org; Sun, 04 Apr 2004 05:38:10 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BA44Q-0003Lg-0Z for qemu-devel@nongnu.org; Sun, 04 Apr 2004 05:38:09 -0400 Received: from [193.252.22.26] (helo=mwinf0502.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BA44P-0003LP-Mg for qemu-devel@nongnu.org; Sun, 04 Apr 2004 05:37:37 -0400 Received: from bellard.org (ATuileries-112-1-3-48.w81-48.abo.wanadoo.fr [81.48.134.48]) by mwinf0502.wanadoo.fr (SMTP Server) with ESMTP id 0A889E8003FF for ; Sun, 4 Apr 2004 11:37:36 +0200 (CEST) Message-ID: <406FD7CF.4000401@bellard.org> Date: Sun, 04 Apr 2004 11:39:27 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Another bugfix: tun-fd option does not work References: <20040403124737.GA26411@cs.unibo.it> In-Reply-To: <20040403124737.GA26411@cs.unibo.it> 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 Renzo Davoli wrote: > There is a small bug in the current cvs: file vl.c. > > Moving the ne2k interface descriptors initialization from before the getopt > loop to just after it, the fd field get rewritten and the -tun-fd option > ceases to work. > > the patch is here attached. Applied! Fabrice.