From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JwiXX-0004Kp-1s for qemu-devel@nongnu.org; Thu, 15 May 2008 14:50:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JwiXV-0004JV-7p for qemu-devel@nongnu.org; Thu, 15 May 2008 14:50:54 -0400 Received: from [199.232.76.173] (port=54950 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwiXV-0004JK-1i for qemu-devel@nongnu.org; Thu, 15 May 2008 14:50:53 -0400 Received: from an-out-0708.google.com ([209.85.132.247]:37141) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JwiXU-0005Jw-Ql for qemu-devel@nongnu.org; Thu, 15 May 2008 14:50:52 -0400 Received: by an-out-0708.google.com with SMTP id d18so183334and.130 for ; Thu, 15 May 2008 11:50:52 -0700 (PDT) Message-ID: <482C8607.1050506@codemonkey.ws> Date: Thu, 15 May 2008 13:50:47 -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> <482C5131.40100@codemonkey.ws> <482C562E.7050207@qumranet.com> In-Reply-To: <482C562E.7050207@qumranet.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 Avi Kivity wrote: > Anthony Liguori wrote: >>> >>> 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 :-) >> > > Yes! Neat :) > > Maybe you can make the comma a line continuation character: > > drive file=blah.img, > if=scsi, > format=raw, > index=3 > > Though using {} is sufficient IMO. Yeah, I was planning on using {}. The comma thing is interesting though. Regards, Anthony Liguori