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(-)