From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0h2E-00078w-6p for qemu-devel@nongnu.org; Thu, 13 Nov 2008 13:35:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0h2C-00078a-M7 for qemu-devel@nongnu.org; Thu, 13 Nov 2008 13:35:17 -0500 Received: from [199.232.76.173] (port=43930 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0h2C-00078X-H6 for qemu-devel@nongnu.org; Thu, 13 Nov 2008 13:35:16 -0500 Received: from mail.codesourcery.com ([65.74.133.4]:57888) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L0h2C-0003Np-20 for qemu-devel@nongnu.org; Thu, 13 Nov 2008 13:35:16 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 1/5] Re-factor nic model listing Date: Thu, 13 Nov 2008 18:35:07 +0000 References: <> <1226594763-2304-1-git-send-email-markmc@redhat.com> <1226594763-2304-2-git-send-email-markmc@redhat.com> In-Reply-To: <1226594763-2304-2-git-send-email-markmc@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200811131835.08529.paul@codesourcery.com> 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 Cc: Mark McLoughlin On Thursday 13 November 2008, Mark McLoughlin wrote: > =A0 =A0 =A0.desc =3D "ARM Versatile/PB (ARM926EJ-S)", > =A0 =A0 =A0.init =3D vpb_init, > =A0 =A0 =A0.use_scsi =3D 1, > + =A0 =A0.nic_models =3D pci_nic_models, This is wrong, an I'd expect a lot of the other non-PC machines are too. Paul