From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MfbDY-0006yb-2q for qemu-devel@nongnu.org; Mon, 24 Aug 2009 11:12:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfbDT-0006rZ-75 for qemu-devel@nongnu.org; Mon, 24 Aug 2009 11:12:19 -0400 Received: from [199.232.76.173] (port=45903 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfbDT-0006rQ-2u for qemu-devel@nongnu.org; Mon, 24 Aug 2009 11:12:15 -0400 Received: from rv-out-0708.google.com ([209.85.198.240]:32266) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MfbDS-0001G4-L0 for qemu-devel@nongnu.org; Mon, 24 Aug 2009 11:12:14 -0400 Received: by rv-out-0708.google.com with SMTP id b17so632399rvf.22 for ; Mon, 24 Aug 2009 08:12:13 -0700 (PDT) Message-ID: <4A92ADC9.6000008@codemonkey.ws> Date: Mon, 24 Aug 2009 10:12:09 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/1] Make the e1000 the default network adapter for the pc target. References: <1250267001-4431-1-git-send-email-aliguori@us.ibm.com> <1250505286.23005.30.camel@blaa> In-Reply-To: <1250505286.23005.30.camel@blaa> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark McLoughlin Cc: Anthony Liguori , qemu-devel@nongnu.org Mark McLoughlin wrote: > 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 > Hrm, doesn't seem to be an obvious way to do this. I guess we could change the pc_init functions for pc-0.11 and pc-0.10. Any thoughts? Regards, Anthony Liguori > Cheers, > Mark. > > > >