From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnRbJ-0003Cz-HH for qemu-devel@nongnu.org; Wed, 29 Apr 2015 09:00:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnRbF-0006FE-CH for qemu-devel@nongnu.org; Wed, 29 Apr 2015 09:00:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46595) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnRbF-0006FA-4z for qemu-devel@nongnu.org; Wed, 29 Apr 2015 09:00:25 -0400 Date: Wed, 29 Apr 2015 09:00:19 -0400 From: Luiz Capitulino Message-ID: <20150429090019.746a5f2c@redhat.com> In-Reply-To: <20150429125548.GF25766@thinpad.lan.raisama.net> References: <1429975686-19494-1-git-send-email-ehabkost@redhat.com> <553BC973.2030506@suse.de> <20150427172320.GC25766@thinpad.lan.raisama.net> <20150429083802.06f102ea@redhat.com> <20150429125548.GF25766@thinpad.lan.raisama.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] QJSON: Use OBJECT_CHECK List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: qemu-devel@nongnu.org, Juan Quintela , Michael Roth , Andreas =?UTF-8?B?RsOkcmJlcg==?= , agraf@suse.de On Wed, 29 Apr 2015 09:55:48 -0300 Eduardo Habkost wrote: > > > Also, why do we have two JSON writers in QEMU? And why do they have > > > exactly the same name? > > > > Not sure I got it, which writers? > > qjson.c and qobject/qjson.c:to_json(). Hmm, yeah, you're right.