From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JwfLw-0002QC-43 for qemu-devel@nongnu.org; Thu, 15 May 2008 11:26:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JwfLv-0002Oq-Az for qemu-devel@nongnu.org; Thu, 15 May 2008 11:26:43 -0400 Received: from [199.232.76.173] (port=34802 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwfLv-0002Of-6Y for qemu-devel@nongnu.org; Thu, 15 May 2008 11:26:43 -0400 Received: from bzq-179-150-194.static.bezeqint.net ([212.179.150.194]:32691 helo=il.qumranet.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JwfLu-00048w-HU for qemu-devel@nongnu.org; Thu, 15 May 2008 11:26:43 -0400 Message-ID: <482C562E.7050207@qumranet.com> Date: Thu, 15 May 2008 18:26:38 +0300 From: Avi Kivity 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> In-Reply-To: <482C5131.40100@codemonkey.ws> 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 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. -- error compiling committee.c: too many arguments to function