Re: [Qemu-devel] [PATCH 10/12] config: Add header file for device config options

2010-11-23 Thread Blue Swirl
On Tue, Nov 23, 2010 at 2:34 PM, Alexander Graf wrote: > So far we have C preprocessor defines for target and host config > options, but we're lacking any information on which devices are > available. > > We do need that information at times though, for example in the > ahci patch where we need to

Re: [Qemu-devel] [PATCH 10/12] config: Add header file for device config options

2010-11-23 Thread Alexander Graf
On 23.11.2010, at 20:21, Blue Swirl wrote: > On Tue, Nov 23, 2010 at 2:34 PM, Alexander Graf wrote: >> So far we have C preprocessor defines for target and host config >> options, but we're lacking any information on which devices are >> available. >> >> We do need that information at times tho

[Qemu-devel] [PATCH 10/12] config: Add header file for device config options

2010-11-23 Thread Alexander Graf
So far we have C preprocessor defines for target and host config options, but we're lacking any information on which devices are available. We do need that information at times though, for example in the ahci patch where we need to call a legacy init function depending on whether we have support c