From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MK9ps-0002W4-NY for qemu-devel@nongnu.org; Fri, 26 Jun 2009 07:43:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MK9pp-0002Oe-1A for qemu-devel@nongnu.org; Fri, 26 Jun 2009 07:43:16 -0400 Received: from [199.232.76.173] (port=52955 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MK9po-0002OX-OA for qemu-devel@nongnu.org; Fri, 26 Jun 2009 07:43:12 -0400 Received: from cerberus.snarc.org ([212.85.155.21]:47411) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MK9po-0000CN-Br for qemu-devel@nongnu.org; Fri, 26 Jun 2009 07:43:12 -0400 Date: Fri, 26 Jun 2009 12:41:10 +0100 From: Vincent Hanquez Subject: Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file Message-ID: <20090626114110.GB28595@snarc.org> References: <4A438FDD.5060206@redhat.com> <4A43935D.6000506@codemonkey.ws> <4A4395B8.4010401@redhat.com> <4A43AE13.4030900@eu.citrix.com> <4A43BD9C.8070304@codemonkey.ws> <20090625190302.GA11937@redhat.com> <4A448E46.1000707@redhat.com> <20090626091012.GD28206@redhat.com> <4A4491F6.8020502@redhat.com> <20090626094440.GF28206@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090626094440.GF28206@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: "ehabkost@redhat.com" , Stefano Stabellini , "jan.kiszka@siemens.com" , "dlaor@redhat.com" , "qemu-devel@nongnu.org" , Luiz Capitulino , Filip Navara , Avi Kivity On Fri, Jun 26, 2009 at 10:44:40AM +0100, Daniel P. Berrange wrote: > We only used a library for the data serialization/de-serialization. that's what has been proposed here so far, xmlrpc and jsonrpc are just serialization/de-serialization libraries of a "query". dbus is a bit more hence why it got some shortcoming related to qemu related to tcp auth and stuff. the question is why did you not do your own data seraliazation/deserialization library then ? and then why do your previous answer doesn't apply to qemu too ? -- Vincent