From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jwf1O-0005hH-Qw for qemu-devel@nongnu.org; Thu, 15 May 2008 11:05:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jwf1M-0005e7-V4 for qemu-devel@nongnu.org; Thu, 15 May 2008 11:05:30 -0400 Received: from [199.232.76.173] (port=44336 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jwf1M-0005dx-Q4 for qemu-devel@nongnu.org; Thu, 15 May 2008 11:05:28 -0400 Received: from an-out-0708.google.com ([209.85.132.246]:56353) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jwf1M-0007cQ-DH for qemu-devel@nongnu.org; Thu, 15 May 2008 11:05:28 -0400 Received: by an-out-0708.google.com with SMTP id d18so155601and.130 for ; Thu, 15 May 2008 08:05:25 -0700 (PDT) Message-ID: <482C5131.40100@codemonkey.ws> Date: Thu, 15 May 2008 10:05:21 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Add support for a configuration file References: <1210713545-11916-1-git-send-email-aliguori@us.ibm.com> <20080515220340.10e3fa92.mle+tools@mega-nerd.com> In-Reply-To: <20080515220340.10e3fa92.mle+tools@mega-nerd.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Erik de Castro Lopo wrote: > Anthony Liguori wrote: > > >> There has been an awful lot of discussion about a configuration file with >> almost no general agreement except that one is strongly desired. >> > > One thing I'd like to see is the ability to include one config file > inside another. > The astute reader will notice that my patch already includes that functionality :-) Regards, Anthony Liguori > The use case for this is to have something like: > > my-machine-base.conf > > which contains base configuration stuff. I might then have a couple > of other configs which include the above file: > > my-machine-use-vde-networking.conf > my-machine-standard-networking.conf > > The base config might not even be a valid config by itself, but is > only useful when included with one of these other configs. > > Comments? > > Cheers, > Erik >