From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47510 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pwagt-0004hv-8B for qemu-devel@nongnu.org; Mon, 07 Mar 2011 08:41:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pwags-0000AE-3Q for qemu-devel@nongnu.org; Mon, 07 Mar 2011 08:41:39 -0500 Received: from mail-gx0-f173.google.com ([209.85.161.173]:62529) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pwagr-0000A3-Vr for qemu-devel@nongnu.org; Mon, 07 Mar 2011 08:41:38 -0500 Received: by gxk28 with SMTP id 28so2030471gxk.4 for ; Mon, 07 Mar 2011 05:41:37 -0800 (PST) Message-ID: <4D74E08F.3080309@codemonkey.ws> Date: Mon, 07 Mar 2011 07:41:35 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 14/22] qapi: add query-version QMP command References: <1299460984-15849-1-git-send-email-aliguori@us.ibm.com> <1299460984-15849-15-git-send-email-aliguori@us.ibm.com> In-Reply-To: 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: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Adam Litke , Markus Armbruster , Luiz Capitulino On 03/07/2011 07:35 AM, Stefan Hajnoczi wrote: > On Mon, Mar 7, 2011 at 1:22 AM, Anthony Liguori wrote: > >> diff --git a/qmp-schema.json b/qmp-schema.json >> index e69de29..b343f5e 100644 >> --- a/qmp-schema.json >> +++ b/qmp-schema.json >> @@ -0,0 +1,38 @@ >> +# *-*- Mode: Python -*-* >> > By the way JSON does not seem to support comments (neither /* */ nor > #). So this comment feature you're using is an extension to JSON. Yeah, it's only loosely JSON as I don't use a JSON parser. Regards, Anthony Liguori > I > also can't see how to do multi-line strings in JSON so "doc-strings" > aren't in the cards either. > > Stefan > >