qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH 12/13] config: add generic pci config file


From: Paul Brook
Subject: [Qemu-devel] Re: [PATCH 12/13] config: add generic pci config file
Date: Sat, 27 Nov 2010 00:16:38 +0000
User-agent: KMail/1.13.5 (Linux/2.6.36-trunk-amd64; KDE/4.4.5; x86_64; ; )

> Currently we list PCI devices in every PCI capable architecture
> individually. This is cumbersome when adding new devices and prone to
> failure because one might miss out on one.
> 
> So let's instead have a generic PCI configuration file where people can
> throw in their cross-platform compatible PCI devices and thus make it
> available to ever architecture that supports PCI too.

I'm pretty sure this will overwrite user-edited $target/pci-devices.mak every 
time default-configs/pci-devices.mak is modified.  It also requires that the 
makefile be modified every time a new include file is added.

I've comitted a solution that fixes these issues.

Paul



reply via email to

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