From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KT3nL-0004pY-7L for qemu-devel@nongnu.org; Tue, 12 Aug 2008 20:00:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KT3nJ-0004pI-M8 for qemu-devel@nongnu.org; Tue, 12 Aug 2008 20:00:54 -0400 Received: from [199.232.76.173] (port=57908 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KT3nJ-0004pF-HL for qemu-devel@nongnu.org; Tue, 12 Aug 2008 20:00:53 -0400 Received: from mail2.shareable.org ([80.68.89.115]:54006) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KT3nJ-0005ZS-8H for qemu-devel@nongnu.org; Tue, 12 Aug 2008 20:00:53 -0400 Received: from jamie by mail2.shareable.org with local (Exim 4.63) (envelope-from ) id 1KT3nG-0007go-5Y for qemu-devel@nongnu.org; Wed, 13 Aug 2008 01:00:50 +0100 Date: Wed, 13 Aug 2008 01:00:50 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] -net nic,model=? not working Message-ID: <20080813000049.GB29029@shareable.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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 Andreas Färber wrote: > According to the HTML documentation, "-net nic,model=?" is supposed to > display a list of available devices for the target. `qemu -net > nic,model=?` however shows only the standard usage message. Anyone any > insights why? Is the documentation wrong? The usage message itself > does not explicitly mention '?' for that option. The documentation is unclear. You need to give other, valid options for starting QEMU. The simplest is to give the name of a disk image file as an argument. Then it outputs the message about NIC models and exits - after starting then closing some devices. -- Jamie