From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33007 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOC02-0008Oh-22 for qemu-devel@nongnu.org; Mon, 14 Jun 2010 11:55:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOBzw-0005JE-L8 for qemu-devel@nongnu.org; Mon, 14 Jun 2010 11:54:57 -0400 Received: from mail-qy0-f173.google.com ([209.85.216.173]:60716) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOBzw-0005J5-Is for qemu-devel@nongnu.org; Mon, 14 Jun 2010 11:54:52 -0400 Received: by qyk5 with SMTP id 5so459383qyk.4 for ; Mon, 14 Jun 2010 08:54:51 -0700 (PDT) Message-ID: <4C1650CA.9000003@codemonkey.ws> Date: Mon, 14 Jun 2010 10:54:50 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 00/10][PULL]: QMP/Monitor queue References: <1276286295-17601-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1276286295-17601-1-git-send-email-lcapitulino@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: Luiz Capitulino Cc: qemu-devel@nongnu.org On 06/11/2010 02:58 PM, Luiz Capitulino wrote: > Hi Anthony, > > The following QMP/Monitor patches have been sent to the list and look good > to me. I have also tested most of them. > > The changes (since 0e2029a063405091ee34170ef71aa321715e4357) are available in > the following repository: > > git://repo.or.cz/qemu/qmp-unstable.git for-anthony > Pulled. Thanks. Regards, Anthony Liguori > Jan Kiszka (1): > hxtool: Fix line number reporting on SQMP/EQMP errors > > Luiz Capitulino (6): > json-lexer: Initialize 'x' and 'y' > json-lexer: Handle missing escapes > qjson: Handle "\f" > check-qjson: Add more escape tests > json-lexer: Drop 'buf' > json-streamer: Don't use qdict_put_obj() > > Paolo Bonzini (3): > add some tests for invalid JSON > implement optional lookahead in json lexer > remove unnecessary lookaheads > > check-qjson.c | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++- > hxtool | 2 + > json-lexer.c | 114 ++++++++++++++++++++++++++---------------------------- > json-parser.c | 4 ++ > json-streamer.c | 8 ++-- > qjson.c | 3 + > 6 files changed, 177 insertions(+), 66 deletions(-) > > >