From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9eIc-00081f-4b for qemu-devel@nongnu.org; Mon, 19 Mar 2012 11:15:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9eIV-0001GP-UW for qemu-devel@nongnu.org; Mon, 19 Mar 2012 11:15:05 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:48245) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9eIV-0001GD-OI for qemu-devel@nongnu.org; Mon, 19 Mar 2012 11:14:59 -0400 Received: by pbcuo5 with SMTP id uo5so1433980pbc.4 for ; Mon, 19 Mar 2012 08:14:57 -0700 (PDT) Message-ID: <4F674D6E.10708@codemonkey.ws> Date: Mon, 19 Mar 2012 10:14:54 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1332168446-9322-1-git-send-email-ehabkost@redhat.com> In-Reply-To: <1332168446-9322-1-git-send-email-ehabkost@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] add --confdir option to configure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: qemu-devel@nongnu.org On 03/19/2012 09:47 AM, Eduardo Habkost wrote: > This series change the Makefile to use $(confdir) instead of > $(sysconfdir)/qemu, and allows the full config path configurable instead of > forcing the use of $(sysconfdir)/qemu. What's the use case here? Is this to allow $(sysconfdir)/qemu-kvm? I'd rather we use a PACKAGE_NAME define to do that and have qemu-kvm change PACKAGE_NAME. Regards, Anthony Liguori > > Eduardo Habkost (3): > Makefile: use $(confdir) instead of hardcoding $(sysconfdir)/qemu > qemu-options.hx: refer to confdir instead of sysconfdir on docs > configure: make full config dir path configurable > > Makefile | 4 ++-- > configure | 15 ++++++++++----- > qemu-options.hx | 4 ++-- > 3 files changed, 14 insertions(+), 9 deletions(-) >