From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MzZdm-0002nY-JU for qemu-devel@nongnu.org; Sun, 18 Oct 2009 13:33:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MzZdi-0002jr-ID for qemu-devel@nongnu.org; Sun, 18 Oct 2009 13:33:58 -0400 Received: from [199.232.76.173] (port=49247 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzZdi-0002jc-CC for qemu-devel@nongnu.org; Sun, 18 Oct 2009 13:33:54 -0400 Received: from cerberus.snarc.org ([212.85.155.21]:38915) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MzZdh-0002O9-W7 for qemu-devel@nongnu.org; Sun, 18 Oct 2009 13:33:54 -0400 Message-ID: <4ADB514B.1070909@snarc.org> Date: Sun, 18 Oct 2009 18:32:59 +0100 From: Vincent Hanquez 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> <4ADB2172.2040501@gnu.org> <4ADB2B13.4090207@codemonkey.ws> <4ADB41AE.8080103@codemonkey.ws> In-Reply-To: <4ADB41AE.8080103@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: Paolo Bonzini , qemu-devel@nongnu.org, Luiz Capitulino Anthony Liguori wrote: > Here's a first pass. I'll clean up this afternoon and post a proper > patch. It turned out to work pretty well. It doesn't seems to validate anything ?? or is it just a lexer ? you're also including ' as a string escape value (is that the single quote thing you were talking about ?) which strikes me as invalid JSON. -- Vincent