qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] parse 'null' literal in QMP
@ 2015-04-29 21:35 Eric Blake
  2015-04-29 21:35 ` [Qemu-devel] [PATCH v2 1/3] qobject: Clean up around qtype_code Eric Blake
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Eric Blake @ 2015-04-29 21:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, armbru, lcapitulino

Here's my attempt to merge the best points of Markus' approach [1]
(patches 16-18 of that series - benefit of smaller patches and fewer
malloc calls) and my approach [2] (benefit of a testsuite addition
and more detailed commit messages), while fixing the typos that both
of us had in v1.

[1]https://lists.gnu.org/archive/html/qemu-devel/2015-04/msg00342.html
[2]https://lists.gnu.org/archive/html/qemu-devel/2015-04/msg00623.html

Eric Blake (1):
  json-parser: Accept 'null' in QMP

Markus Armbruster (2):
  qobject: Clean up around qtype_code
  qobject: Add a special null QObject

 block/qapi.c               |  3 ---
 include/hw/qdev-core.h     |  2 +-
 include/qapi/qmp/qobject.h | 13 +++++++++++--
 qobject/Makefile.objs      |  2 +-
 qobject/json-parser.c      |  2 ++
 qobject/qjson.c            |  6 ++++--
 qobject/qnull.c            | 29 +++++++++++++++++++++++++++++
 tests/check-qjson.c        | 15 +++++++++++++--
 8 files changed, 61 insertions(+), 11 deletions(-)
 create mode 100644 qobject/qnull.c

-- 
2.1.0

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

end of thread, other threads:[~2015-05-01 17:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-29 21:35 [Qemu-devel] [PATCH v2 0/3] parse 'null' literal in QMP Eric Blake
2015-04-29 21:35 ` [Qemu-devel] [PATCH v2 1/3] qobject: Clean up around qtype_code Eric Blake
2015-04-29 21:35 ` [Qemu-devel] [PATCH v2 2/3] qobject: Add a special null QObject Eric Blake
2015-04-30 12:16   ` Markus Armbruster
2015-04-29 21:35 ` [Qemu-devel] [PATCH v2 3/3] json-parser: Accept 'null' in QMP Eric Blake
2015-04-30 12:21 ` [Qemu-devel] [PATCH v2 0/3] parse 'null' literal " Markus Armbruster
2015-04-30 12:33   ` Luiz Capitulino
2015-05-01 17:16 ` Luiz Capitulino

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