From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTFWD-0000gp-GJ for qemu-devel@nongnu.org; Wed, 13 Aug 2008 08:32:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTFW8-0000dw-I1 for qemu-devel@nongnu.org; Wed, 13 Aug 2008 08:32:00 -0400 Received: from [199.232.76.173] (port=33166 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTFW8-0000dp-Er for qemu-devel@nongnu.org; Wed, 13 Aug 2008 08:31:56 -0400 Received: from mail2.shareable.org ([80.68.89.115]:59902) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KTFW8-00086p-FQ for qemu-devel@nongnu.org; Wed, 13 Aug 2008 08:31:56 -0400 Received: from jamie by mail2.shareable.org with local (Exim 4.63) (envelope-from ) id 1KTFW6-0002JA-O3 for qemu-devel@nongnu.org; Wed, 13 Aug 2008 13:31:54 +0100 Date: Wed, 13 Aug 2008 13:31:54 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] -net nic,model=? not working Message-ID: <20080813123154.GB8505@shareable.org> References: <20080813000049.GB29029@shareable.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 nuitari-qemu@nuitari.net wrote: > 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 It depends which guest you are running, that's why there are choices. Some guests don't support some NICs, some guests don't support others. > ne2k_pci seems to be the default one > > Seems like it doesn't work with KVM though, I use virtio with these > machines anyways. KVM returns a different list than the above one. -- Jamie