From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZ4Ja-0003lR-Dq for qemu-devel@nongnu.org; Sun, 24 Jan 2010 10:23:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZ4JV-0003iI-NJ for qemu-devel@nongnu.org; Sun, 24 Jan 2010 10:23:49 -0500 Received: from [199.232.76.173] (port=53886 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZ4JV-0003iC-Hn for qemu-devel@nongnu.org; Sun, 24 Jan 2010 10:23:45 -0500 Received: from mail-yx0-f188.google.com ([209.85.210.188]:46786) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NZ4JV-0005T1-Jk for qemu-devel@nongnu.org; Sun, 24 Jan 2010 10:23:45 -0500 Received: by yxe26 with SMTP id 26so2261720yxe.4 for ; Sun, 24 Jan 2010 07:23:44 -0800 (PST) Message-ID: <4B5C65FF.9050901@codemonkey.ws> Date: Sun, 24 Jan 2010 09:23:43 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/4] Introduce global config (v3) References: <1264342938-7363-1-git-send-email-aliguori@us.ibm.com> <4B5C60A3.5080205@redhat.com> In-Reply-To: <4B5C60A3.5080205@redhat.com> 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: Avi Kivity Cc: John Cooper , Paolo Bonzini , qemu-devel@nongnu.org, Gerd Hoffman On 01/24/2010 09:00 AM, Avi Kivity wrote: > On 01/24/2010 04:22 PM, Anthony Liguori wrote: >> This series introduces global config files stored in /etc/qemu. >> There is both >> a common config (qemu.conf) and a per-target config >> (target-.conf). > > Would be nice, in addition, to load per-user configuration from > ~/.qemu/*.conf. Indeed. I'll make a follow on patch. Regards, Anthony Liguori