qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/5] Re-factor nic model listing


From: Paul Brook
Subject: Re: [Qemu-devel] [PATCH 1/5] Re-factor nic model listing
Date: Thu, 13 Nov 2008 22:50:47 +0000
User-agent: KMail/1.9.9

On Thursday 13 November 2008, Anthony Liguori wrote:
> 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?

For the same reason you mentioned separately: The abstraction is all wrong. 
These boards also support various non-pci NICs. Admittedly this is a 
pre-existing bug, but if we're changing things it makes sense to get it 
right.

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]