From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49185 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ONAMx-0004a9-OR for qemu-devel@nongnu.org; Fri, 11 Jun 2010 15:58:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ONAMw-0004Mx-4a for qemu-devel@nongnu.org; Fri, 11 Jun 2010 15:58:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40085) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ONAMv-0004MU-U3 for qemu-devel@nongnu.org; Fri, 11 Jun 2010 15:58:22 -0400 From: Luiz Capitulino Date: Fri, 11 Jun 2010 16:58:05 -0300 Message-Id: <1276286295-17601-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 00/10][PULL]: QMP/Monitor queue List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: qemu-devel@nongnu.org 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 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(-)