qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Configure time selection of VGA and Ethernet
@ 2012-02-09 17:54 carlo.bramix
  2012-02-10 14:36 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: carlo.bramix @ 2012-02-09 17:54 UTC (permalink / raw)
  To: qemu-devel

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?

Thank you.
Sincerely,

Carlo Bramini.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] Configure time selection of VGA and Ethernet
  2012-02-09 17:54 [Qemu-devel] Configure time selection of VGA and Ethernet carlo.bramix
@ 2012-02-10 14:36 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2012-02-10 14:36 UTC (permalink / raw)
  To: carlo.bramix; +Cc: qemu-devel

On 02/09/2012 06:54 PM, carlo.bramix@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-10 14:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-09 17:54 [Qemu-devel] Configure time selection of VGA and Ethernet carlo.bramix
2012-02-10 14:36 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).