From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0i8a-0004ct-6e for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:45:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0i8Y-0004aY-FA for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:45:55 -0500 Received: from [199.232.76.173] (port=43978 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0i8Y-0004aI-5Q for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:45:54 -0500 Received: from yx-out-1718.google.com ([74.125.44.156]:2827) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L0i8X-0007vq-V4 for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:45:54 -0500 Received: by yx-out-1718.google.com with SMTP id 3so449717yxi.82 for ; Thu, 13 Nov 2008 11:45:51 -0800 (PST) Message-ID: <491C83EA.9060904@codemonkey.ws> Date: Thu, 13 Nov 2008 13:45:46 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/5] Re-factor nic model listing References: <> <1226594763-2304-1-git-send-email-markmc@redhat.com> <1226594763-2304-2-git-send-email-markmc@redhat.com> <200811131835.08529.paul@codesourcery.com> In-Reply-To: <200811131835.08529.paul@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: Mark McLoughlin , qemu-devel@nongnu.org Paul Brook wrote: > On Thursday 13 November 2008, Mark McLoughlin wrote: > >> .desc = "ARM Versatile/PB (ARM926EJ-S)", >> .init = vpb_init, >> .use_scsi = 1, >> + .nic_models = pci_nic_models, >> > > This is wrong, an I'd expect a lot of the other non-PC machines are too. > What's the issue? This board seems to have a PCI bridge attached to it so why can't it support any PCI nic? Is this just not something that occurs naturally? Regards, Anthony Liguori > Paul > >