From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgFk8-0008H6-EZ for qemu-devel@nongnu.org; Wed, 26 Aug 2009 06:28:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgFjz-00085m-1S for qemu-devel@nongnu.org; Wed, 26 Aug 2009 06:28:35 -0400 Received: from [199.232.76.173] (port=34917 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgFjy-00085I-N9 for qemu-devel@nongnu.org; Wed, 26 Aug 2009 06:28:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34685) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgFjx-0007Fj-QM for qemu-devel@nongnu.org; Wed, 26 Aug 2009 06:28:30 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7QASSFh023646 for ; Wed, 26 Aug 2009 06:28:28 -0400 Message-ID: <4A950E46.6030404@redhat.com> Date: Wed, 26 Aug 2009 12:28:22 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH] Compile usb_ohci only for targets that need it References: <1251224190-2423-1-git-send-email-quintela@redhat.com> <4A9508AC.5070205@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org Hi, > default-configs/ ok. > /config-devices.mak target name == x86_64-softmmu, i.e. build tree (with separate source/build trees)? > if it don't exist, it get copied from default-configs/ one configure can copy stuff for now, so you can do: mkdir build-myconfig cd build-myconfig ../configure --target-list=x86_64-softmmu vi x86_64-softmmu/config-devices.mak make later on we can replace the 'vi' step with something more clever. cheers, Gerd