From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MczZ6-0005bB-Ks for qemu-devel@nongnu.org; Mon, 17 Aug 2009 06:35:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MczZ2-0005ZI-Qo for qemu-devel@nongnu.org; Mon, 17 Aug 2009 06:35:48 -0400 Received: from [199.232.76.173] (port=44655 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MczZ2-0005Z7-LF for qemu-devel@nongnu.org; Mon, 17 Aug 2009 06:35:44 -0400 Received: from mx20.gnu.org ([199.232.41.8]:50209) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MczZ1-0003W9-UP for qemu-devel@nongnu.org; Mon, 17 Aug 2009 06:35:44 -0400 Received: from mx2.redhat.com ([66.187.237.31]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MczZ0-0001dz-4E for qemu-devel@nongnu.org; Mon, 17 Aug 2009 06:35:42 -0400 Subject: Re: [Qemu-devel] [PATCH 1/1] Make the e1000 the default network adapter for the pc target. From: Mark McLoughlin In-Reply-To: <1250267001-4431-1-git-send-email-aliguori@us.ibm.com> References: <1250267001-4431-1-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain Date: Mon, 17 Aug 2009 11:34:46 +0100 Message-Id: <1250505286.23005.30.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On Fri, 2009-08-14 at 11:23 -0500, Anthony Liguori wrote: > The ne2k is an ancient card that performs pretty terribly under QEMU. In many > modern OSes, there is no longer drivers available for the ne2k. > > Switch the default network adapter to e1000. This card is more widely > suppported and performs rather well under QEMU. There may be very old OSes > that had a ne2k driver but not an e1000 driver but I think this is likely the > exception. > > I think the average user is better served with an e1000 vs ne2k. Shouldn't ne2k continue to be the default for pc-0.11 and pc-0.10? Cheers, Mark.