From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JwAal-00045u-6j for qemu-devel@nongnu.org; Wed, 14 May 2008 02:35:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JwAaj-000441-AL for qemu-devel@nongnu.org; Wed, 14 May 2008 02:35:58 -0400 Received: from [199.232.76.173] (port=53297 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwAaj-00043t-6O for qemu-devel@nongnu.org; Wed, 14 May 2008 02:35:57 -0400 Received: from mx20.gnu.org ([199.232.41.8]:21593) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JwAai-0006rU-SB for qemu-devel@nongnu.org; Wed, 14 May 2008 02:35:56 -0400 Received: from wa-out-1112.google.com ([209.85.146.179]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JwAah-0001yH-FR for qemu-devel@nongnu.org; Wed, 14 May 2008 02:35:55 -0400 Received: by wa-out-1112.google.com with SMTP id j5so5602276wah.18 for ; Tue, 13 May 2008 23:35:53 -0700 (PDT) Message-ID: <1afdeaec0805132335n11a2a230vba4af3374b06ff22@mail.gmail.com> Date: Wed, 14 May 2008 07:35:52 +0100 From: "Colin Adams" In-Reply-To: <20080513232021.GA8844@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1210713545-11916-1-git-send-email-aliguori@us.ibm.com> <482A1F1C.2020902@codemonkey.ws> <20080513232021.GA8844@redhat.com> Subject: [Qemu-devel] Re: [kvm-devel] [PATCH] Add support for a configuration file Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: kvm-devel@lists.sourceforge.net, qemu-devel@nongnu.org, Paul Brook > That's very nearly YAML format[1], which is attractive because parsers > are available in every major programming language, Really? I can't find one for Eiffel. Can you give me a pointer please?