From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mz9aH-00011f-1n for qemu-devel@nongnu.org; Sat, 17 Oct 2009 09:44:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mz9aB-0000z7-LF for qemu-devel@nongnu.org; Sat, 17 Oct 2009 09:44:36 -0400 Received: from [199.232.76.173] (port=54283 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mz9aB-0000z2-8l for qemu-devel@nongnu.org; Sat, 17 Oct 2009 09:44:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12644) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mz9aA-0001RA-JX for qemu-devel@nongnu.org; Sat, 17 Oct 2009 09:44:31 -0400 Message-ID: <4AD9CA39.8060307@redhat.com> Date: Sat, 17 Oct 2009 15:44:25 +0200 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 5/7] add json encoder for qobjects References: <1255766136-3028-1-git-send-email-pbonzini@redhat.com> <1255766136-3028-6-git-send-email-pbonzini@redhat.com> <4AD9C0B0.4050804@codemonkey.ws> In-Reply-To: <4AD9C0B0.4050804@codemonkey.ws> 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: qemu-devel@nongnu.org, Luiz Capitulino On 10/17/2009 03:03 PM, Anthony Liguori wrote: > > I think it makes more sense as an external entity. Maybe... I just thought of it as a toString method that happens to emit JSON. Paolo