On 02/09/2012 06:54 PM, carlo.bra...@libero.it wrote:
Hello, in your opinion, is it possible to add some #ifdef and two options to configure script for activating/deactivating the compilation of supported video and ethernet interfaces, in a similar manner it had been done with audio cards and "--audio-card-list" option?
This is already supported. You need to put a configuration file in *-softmmu/config-devices.mak (after configuring) with the list of devices.
However, the usability (especially the interaction with Makefiles and "git pull") is pretty bad. It is simplest to modify default-configs/*.mak and build QEMU normally.
Paolo