From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvraC-0004Bh-8z for qemu-devel@nongnu.org; Fri, 10 Feb 2012 09:36:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rvra5-0008BF-Uq for qemu-devel@nongnu.org; Fri, 10 Feb 2012 09:36:16 -0500 Received: from mail-pw0-f45.google.com ([209.85.160.45]:48206) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rvra5-0008BB-Nb for qemu-devel@nongnu.org; Fri, 10 Feb 2012 09:36:09 -0500 Received: by pbbro12 with SMTP id ro12so2806429pbb.4 for ; Fri, 10 Feb 2012 06:36:08 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4F352B53.6010107@redhat.com> Date: Fri, 10 Feb 2012 15:36:03 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <24225130.31010.1328810044542.JavaMail.liberogw@smtp.libero.it> In-Reply-To: <24225130.31010.1328810044542.JavaMail.liberogw@smtp.libero.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Configure time selection of VGA and Ethernet List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: carlo.bramix@libero.it Cc: qemu-devel@nongnu.org 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