qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/10][PULL]: QMP/Monitor queue
@ 2010-06-11 19:58 Luiz Capitulino
  2010-06-11 19:58 ` [Qemu-devel] [PATCH 01/10] json-lexer: Initialize 'x' and 'y' Luiz Capitulino
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Luiz Capitulino @ 2010-06-11 19:58 UTC (permalink / raw)
  To: aliguori; +Cc: qemu-devel

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-06-14 15:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-11 19:58 [Qemu-devel] [PATCH 00/10][PULL]: QMP/Monitor queue Luiz Capitulino
2010-06-11 19:58 ` [Qemu-devel] [PATCH 01/10] json-lexer: Initialize 'x' and 'y' Luiz Capitulino
2010-06-11 19:58 ` [Qemu-devel] [PATCH 02/10] json-lexer: Handle missing escapes Luiz Capitulino
2010-06-11 19:58 ` [Qemu-devel] [PATCH 03/10] qjson: Handle "\f" Luiz Capitulino
2010-06-11 19:58 ` [Qemu-devel] [PATCH 04/10] check-qjson: Add more escape tests Luiz Capitulino
2010-06-11 19:58 ` [Qemu-devel] [PATCH 05/10] json-lexer: Drop 'buf' Luiz Capitulino
2010-06-11 19:58 ` [Qemu-devel] [PATCH 06/10] json-streamer: Don't use qdict_put_obj() Luiz Capitulino
2010-06-11 19:58 ` [Qemu-devel] [PATCH 07/10] add some tests for invalid JSON Luiz Capitulino
2010-06-11 19:58 ` [Qemu-devel] [PATCH 08/10] implement optional lookahead in json lexer Luiz Capitulino
2010-06-11 19:58 ` [Qemu-devel] [PATCH 09/10] remove unnecessary lookaheads Luiz Capitulino
2010-06-11 19:58 ` [Qemu-devel] [PATCH 10/10] hxtool: Fix line number reporting on SQMP/EQMP errors Luiz Capitulino
2010-06-14 15:54 ` [Qemu-devel] [PATCH 00/10][PULL]: QMP/Monitor queue Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).