From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NYJ4C-000330-0I for qemu-devel@nongnu.org; Fri, 22 Jan 2010 07:56:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NYJ47-000324-Fw for qemu-devel@nongnu.org; Fri, 22 Jan 2010 07:56:47 -0500 Received: from [199.232.76.173] (port=34616 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NYJ47-000321-78 for qemu-devel@nongnu.org; Fri, 22 Jan 2010 07:56:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14685) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NYJ46-00012K-EU for qemu-devel@nongnu.org; Fri, 22 Jan 2010 07:56:42 -0500 Message-ID: <4B599D74.3030401@redhat.com> Date: Fri, 22 Jan 2010 13:43:32 +0100 From: Paolo Bonzini 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> In-Reply-To: <1264099733-29666-2-git-send-email-aliguori@us.ibm.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: Anthony Liguori Cc: John Cooper , qemu-devel@nongnu.org, Gerd Hoffman 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. Paolo