From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mfbao-0006RP-Fn for qemu-devel@nongnu.org; Mon, 24 Aug 2009 11:36:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mfbaj-0006LN-Kv for qemu-devel@nongnu.org; Mon, 24 Aug 2009 11:36:21 -0400 Received: from [199.232.76.173] (port=36969 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mfbaj-0006LB-Ge for qemu-devel@nongnu.org; Mon, 24 Aug 2009 11:36:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55009) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mfbai-0006ZS-Td for qemu-devel@nongnu.org; Mon, 24 Aug 2009 11:36:17 -0400 Message-ID: <4A92B36C.8080209@redhat.com> Date: Mon, 24 Aug 2009 17:36:12 +0200 From: Gerd Hoffmann 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> <4A92ADC9.6000008@codemonkey.ws> In-Reply-To: <4A92ADC9.6000008@codemonkey.ws> 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: Anthony Liguori Cc: Mark McLoughlin , Anthony Liguori , qemu-devel@nongnu.org On 08/24/09 17:12, Anthony Liguori wrote: > Mark McLoughlin wrote: >>> 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? Add default_nic to QEMUMachine? cheers, Gerd