From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51073 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxfGX-000179-TR for qemu-devel@nongnu.org; Thu, 10 Mar 2011 07:46:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxfGX-0004bu-2i for qemu-devel@nongnu.org; Thu, 10 Mar 2011 07:46:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:22057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxfGW-0004bZ-LH for qemu-devel@nongnu.org; Thu, 10 Mar 2011 07:46:53 -0500 Message-ID: <4D78C837.10207@redhat.com> Date: Thu, 10 Mar 2011 14:46:47 +0200 From: Avi Kivity 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> <4D778246.8090504@redhat.com> <4D778A9F.80700@codemonkey.ws> <4D77909B.90800@redhat.com> <4D7792E8.4020402@codemonkey.ws> <4D78C70E.7000408@redhat.com> In-Reply-To: <4D78C70E.7000408@redhat.com> 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: Anthony Liguori Cc: Anthony Liguori , Luiz Capitulino , qemu-devel@nongnu.org, Markus Armbruster On 03/10/2011 02:41 PM, Avi Kivity wrote: >> I don't think I want to make this sort of change just yet. Also note >> that the schema that will be exposed over the wire is not directly >> related to the schema we use for code generation. > > Right, we have to nail down the format for the former, though. > btw. Back in the day when json was proposed vs. a custom text-line oriented protocol, it beat established RPCs because they were all so cumbersome with IDLs and code generation and general heavyweightness. And now we're making our json-rpc exactly like that. There's a moral in there somewhere. -- error compiling committee.c: too many arguments to function