qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 00/10][PULL]: QMP/Monitor queue


From: Luiz Capitulino
Subject: [Qemu-devel] [PATCH 00/10][PULL]: QMP/Monitor queue
Date: Fri, 11 Jun 2010 16:58:05 -0300

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]