From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eotp6-0007AC-BJ for qemu-devel@nongnu.org; Tue, 20 Dec 2005 21:35:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Eotp4-00079x-LG for qemu-devel@nongnu.org; Tue, 20 Dec 2005 21:35:24 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eotp4-00079u-GS for qemu-devel@nongnu.org; Tue, 20 Dec 2005 21:35:22 -0500 Received: from [65.74.133.5] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EotsI-00084i-6P for qemu-devel@nongnu.org; Tue, 20 Dec 2005 21:38:42 -0500 From: Paul Brook Subject: Re: [Qemu-devel] User net not aviaiable Date: Wed, 21 Dec 2005 02:34:19 +0000 References: <43A8B55A.8090705@optusnet.com.au> In-Reply-To: <43A8B55A.8090705@optusnet.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512210234.20687.paul@codesourcery.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 Wednesday 21 December 2005 01:52, Darrin Ritter wrote: > Hi I am using the 0.8.0 version of qemu, previously I was able to get > the user net to work with > qemu hd.img -user-net > > with the 0.8.0 version I have been trying to start qemu with > qemu-system-x86_64 /home/dv/qemu/hd.img -net user > how ever the user network isnt working > I think that I am using the correct syntax according to the manual, and Your manual is out of date. The commandline options have changed. Paul