From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KT43r-0003fh-Hs for qemu-devel@nongnu.org; Tue, 12 Aug 2008 20:17:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KT43p-0003dl-Qn for qemu-devel@nongnu.org; Tue, 12 Aug 2008 20:17:59 -0400 Received: from [199.232.76.173] (port=35540 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KT43p-0003dW-KP for qemu-devel@nongnu.org; Tue, 12 Aug 2008 20:17:57 -0400 Received: from anvil.nuitari.net ([67.205.71.108]:40933) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KT43p-0002TN-MC for qemu-devel@nongnu.org; Tue, 12 Aug 2008 20:17:57 -0400 Date: Tue, 12 Aug 2008 20:19:19 -0400 (EDT) From: nuitari-qemu@nuitari.net Subject: Re: [Qemu-devel] -net nic,model=? not working In-Reply-To: <20080813000049.GB29029@shareable.org> Message-ID: References: <20080813000049.GB29029@shareable.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 > 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. Which of the drivers is the most efficient? qemu: Supported ISA NICs: ne2k_isa qemu: Supported PCI NICs: i82551 i82557b i82559er ne2k_pci pcnet rtl8139 ne2k_pci seems to be the default one Seems like it doesn't work with KVM though, I use virtio with these machines anyways.