From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44139 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHL2D-0002So-Cv for qemu-devel@nongnu.org; Wed, 26 May 2010 14:09:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHL23-0006FP-5z for qemu-devel@nongnu.org; Wed, 26 May 2010 14:08:51 -0400 Received: from are.twiddle.net ([75.149.56.221]:43806) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHL22-0006EA-Vb for qemu-devel@nongnu.org; Wed, 26 May 2010 14:08:43 -0400 Message-ID: <4BFD63A8.50801@twiddle.net> Date: Wed, 26 May 2010 11:08:40 -0700 From: Richard Henderson MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 00/14] configure --xyzdir options cleanup References: <1274882909-9800-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1274882909-9800-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 05/26/2010 07:08 AM, Paolo Bonzini wrote: > This series cleans up the handling of --xyzdir options and > improves the customizability of the directory layout. > > Patches 1/2/3/14 are somewhat unrelated to the main purpose > of the patch, but they conflict with other patches in the > series so I sent them together. > > Paolo Bonzini (14): > bail out early on invalid -cpu option > avoid using expr in configure > dyngen is long time gone > delete duplicate create_config case stanza > move all directory entries in config-host.mak close > introduce sysconfsuffix > introduce confdir and confsuffix > rename CONFIG_QEMU_PREFIX > expand ${prefix} in create_config > unify handling of xyzdir variables > introduce more --xyzdir options > ignore unknown --xyzdir options > move directory defaults earlier > move computation of tools and roms outside of config-host.mak generation > > bsd-user/main.c | 2 +- > configure | 138 +++++++++++++++++++++++++++-------------------------- > create_config | 12 +++-- > linux-user/main.c | 2 +- > vl.c | 2 +- > 5 files changed, 82 insertions(+), 74 deletions(-) Acked-By: Richard Henderson r~