From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46193 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Phh00-0000E5-4U for qemu-devel@nongnu.org; Tue, 25 Jan 2011 06:24:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhgyF-0001Bo-KB for qemu-devel@nongnu.org; Tue, 25 Jan 2011 06:23:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhgyF-0001BL-7a for qemu-devel@nongnu.org; Tue, 25 Jan 2011 06:21:59 -0500 Message-ID: <4D3EB241.6050407@redhat.com> Date: Tue, 25 Jan 2011 12:21:37 +0100 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [RFC 0/7] Introduce hard dependency on glib References: <1295902845-29807-1-git-send-email-aliguori@us.ibm.com> <4D3DEEE1.90904@redhat.com> <4D3DF6C0.9040809@codemonkey.ws> <4D3EA8D3.1030807@redhat.com> <20110125111411.GD12473@redhat.com> In-Reply-To: <20110125111411.GD12473@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Stefan Hajnoczi , Marcelo Tosatti , qemu-devel@nongnu.org, Paul Brook , Arun Bharadwaj On 01/25/2011 12:14 PM, Daniel P. Berrange wrote: > It might be worth considering (the fairly newly introduced) > GVariant, rather than GValue. The GVariant code was designed > and is used for (de)serializing DBus messages in GLib. As > such I'd imagine it would be fairly well suited to handling > serialization of other RPC messages like our own JSON. Good hint, thanks. Paolo