From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVGmW-0008EA-49 for qemu-devel@nongnu.org; Tue, 01 Jun 2004 17:26:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVGmU-0008Df-Fk for qemu-devel@nongnu.org; Tue, 01 Jun 2004 17:26:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVGmU-0008Dc-CQ for qemu-devel@nongnu.org; Tue, 01 Jun 2004 17:26:46 -0400 Received: from [62.253.162.42] (helo=mta02-svc.ntlworld.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BVGm9-0005FM-2G for qemu-devel@nongnu.org; Tue, 01 Jun 2004 17:26:25 -0400 Received: from imcfarla.homelinux.net ([213.105.35.3]) by mta02-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20040601212515.QIGW8778.mta02-svc.ntlworld.com@imcfarla.homelinux.net> for ; Tue, 1 Jun 2004 22:25:15 +0100 From: Iain McFarlane Subject: Re: [Qemu-devel] option -n not working Date: Tue, 1 Jun 2004 22:26:23 +0100 References: <200405182242.42075.imcfarla@ntlworld.com> <87llj7qm95.fsf@Janik.cz> In-Reply-To: <87llj7qm95.fsf@Janik.cz> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Message-Id: <200406012226.23912.imcfarla@ntlworld.com> 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 Tuesday 01 June 2004 17:24, Pavel Jan=EDk wrote: > From: Iain McFarlane > Date: Tue, 18 May 2004 22:42:41 +0100 > > > A small diff to get the -n option working again. > > You really sent it May, 18th? Yes - I think ntl was having problems with their mail servers! > > > --- vl.c.orig 2004-05-18 22:39:42.115794868 +0100 > > +++ vl.c 2004-05-18 22:38:31.999938004 +0100 > > @@ -1999,7 +1999,7 @@ > > > > { "nics", HAS_ARG, QEMU_OPTION_nics}, > > { "macaddr", HAS_ARG, QEMU_OPTION_macaddr}, > > - { "n", HAS_ARG, QEMU_OPTION_d }, > > + { "n", HAS_ARG, QEMU_OPTION_n }, > > { "tun-fd", HAS_ARG, QEMU_OPTION_tun_fd }, > > #ifdef CONFIG_SLIRP > > { "user-net", 0, QEMU_OPTION_user_net }, > > This is already fixed in CVS. Thanks, Iain