|
| From: | Anthony Liguori |
| Subject: | Re: [Qemu-devel] [PATCH 00/10][PULL]: QMP/Monitor queue |
| Date: | Mon, 14 Jun 2010 10:54:50 -0500 |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Lightning/1.0b1 Thunderbird/3.0.4 |
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(-)
| [Prev in Thread] | Current Thread | [Next in Thread] |