From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MzXrO-0005Vv-0C for qemu-devel@nongnu.org; Sun, 18 Oct 2009 11:39:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MzXrI-0005V4-BF for qemu-devel@nongnu.org; Sun, 18 Oct 2009 11:39:52 -0400 Received: from [199.232.76.173] (port=44149 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzXrI-0005Uu-4H for qemu-devel@nongnu.org; Sun, 18 Oct 2009 11:39:48 -0400 Received: from mail-fx0-f211.google.com ([209.85.220.211]:52356) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MzXrH-0001Pm-NW for qemu-devel@nongnu.org; Sun, 18 Oct 2009 11:39:47 -0400 Received: by fxm7 with SMTP id 7so3939961fxm.34 for ; Sun, 18 Oct 2009 08:39:47 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4ADB36C0.7060609@gnu.org> Date: Sun, 18 Oct 2009 17:39:44 +0200 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH 01/10] Introduce qmisc module References: <1255037747-3340-1-git-send-email-lcapitulino@redhat.com> <1255037747-3340-2-git-send-email-lcapitulino@redhat.com> <4AD72B88.2040107@codemonkey.ws> <20091015122622.1f93ea2d@doriath> <20091015163936.GB532@redhat.com> <20091015142837.6c90580a@doriath> <4AD76B3C.3050001@codemonkey.ws> <4AD87424.3010000@redhat.com> <4AD87901.5030705@codemonkey.ws> <4AD8AECE.9000507@redhat.com> <4AD8AFA4.4070203@codemonkey.ws> <4AD8CB31.9080809@redhat.com> <4AD8E7B5.8000509@codemonkey.ws> <4AD910BA.4090607@gnu.org> <4AD922EB.5030501@codemonkey.ws> <4AD995FD.6070202@snarc.org> <20091018120631.0ab44d80@doriath> <4ADB2EF5.3040108@snarc.org> <20091018133554.43263769@doriath> In-Reply-To: <20091018133554.43263769@doriath> 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: Luiz Capitulino Cc: Vincent Hanquez , qemu-devel@nongnu.org On 10/18/2009 05:35 PM, Luiz Capitulino wrote: >> (no >> extensions however since you're obviously loosing the benefit of using >> JSON if you create extensions). > This is already settled, I hope. I think he's referring to things such as putting things such as single-quoted strings, or % escapes for formatting. I have no qualms with that as long as what goes on the wire is 100% JSON. Paolo