From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mz8wp-000339-HZ for qemu-devel@nongnu.org; Sat, 17 Oct 2009 09:03:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mz8wl-00031z-CI for qemu-devel@nongnu.org; Sat, 17 Oct 2009 09:03:49 -0400 Received: from [199.232.76.173] (port=37946 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mz8wl-00031h-0w for qemu-devel@nongnu.org; Sat, 17 Oct 2009 09:03:47 -0400 Received: from mail-qy0-f194.google.com ([209.85.221.194]:50545) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mz8wk-0003jW-He for qemu-devel@nongnu.org; Sat, 17 Oct 2009 09:03:46 -0400 Received: by qyk32 with SMTP id 32so1982650qyk.4 for ; Sat, 17 Oct 2009 06:03:46 -0700 (PDT) Message-ID: <4AD9C0B0.4050804@codemonkey.ws> Date: Sat, 17 Oct 2009 08:03:44 -0500 From: Anthony Liguori 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> In-Reply-To: <1255766136-3028-6-git-send-email-pbonzini@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: Paolo Bonzini Cc: qemu-devel@nongnu.org, Luiz Capitulino Paolo Bonzini wrote: > The JSON encoder is just a virtual method on QObject. > I think it makes more sense as an external entity. Regards, Anthony Liguori