From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NYKfa-0004XD-S9 for qemu-devel@nongnu.org; Fri, 22 Jan 2010 09:39:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NYKfX-0004Sn-22 for qemu-devel@nongnu.org; Fri, 22 Jan 2010 09:39:30 -0500 Received: from [199.232.76.173] (port=57000 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NYKfW-0004Sb-QK for qemu-devel@nongnu.org; Fri, 22 Jan 2010 09:39:26 -0500 Received: from e39.co.us.ibm.com ([32.97.110.160]:55966) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NYKfW-0006ca-CT for qemu-devel@nongnu.org; Fri, 22 Jan 2010 09:39:26 -0500 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e39.co.us.ibm.com (8.14.3/8.13.1) with ESMTP id o0MEW9nB010565 for ; Fri, 22 Jan 2010 07:32:09 -0700 Received: from d03av05.boulder.ibm.com (d03av05.boulder.ibm.com [9.17.195.85]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o0MEdI0s082948 for ; Fri, 22 Jan 2010 07:39:18 -0700 Received: from d03av05.boulder.ibm.com (loopback [127.0.0.1]) by d03av05.boulder.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id o0MEd8fM022079 for ; Fri, 22 Jan 2010 07:39:08 -0700 Message-ID: <4B59B88B.7080108@linux.vnet.ibm.com> Date: Fri, 22 Jan 2010 08:39:07 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1264099733-29666-1-git-send-email-aliguori@us.ibm.com> <1264099733-29666-2-git-send-email-aliguori@us.ibm.com> <4B599D74.3030401@redhat.com> In-Reply-To: <4B599D74.3030401@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/4] Support --confdir in configure to specify path to configuration files List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: John Cooper , Anthony Liguori , qemu-devel@nongnu.org, Gerd Hoffman On 01/22/2010 06:43 AM, Paolo Bonzini wrote: > On 01/21/2010 07:48 PM, Anthony Liguori wrote: >> --confdir can be used to override the >> default to an absolute path. The expectation is that when installed >> to /usr, >> --confdir=/etc/qemu will be used. > > Why not --sysconfdir? There are already several differences between > Autoconf options and QEMU configure options, however unlike the others > this one would be used by basically all distros. Wasn't 100% sure on the proper naming. sysconfdir works for me. Regards, Anthony Liguori > Paolo