summaryrefslogtreecommitdiff
path: root/qobject/json-parser.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-5/+5
2018-03-19qapi: Make more of qobject_to()Max Reitz1-6/+7
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-1/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster1-0/+2
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster1-1/+2
2017-07-24qapi: Separate type QNull from QObjectMarkus Armbruster1-1/+1
2017-06-20json: learn to parse uint64 numbersMarc-André Lureau1-8/+28
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-16/+14
2016-07-06qapi: Improve use of qmp/types.hEric Blake1-6/+1
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+0
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-08qobject: Document more shortcomings in our number handlingEric Blake1-2/+4
2016-02-04qobject: Clean up includesPeter Maydell1-1/+1
2015-11-26qjson: surprise, allocating 6 QObjects per token is expensivePaolo Bonzini1-67/+48
2015-11-26qjson: store tokens in a GQueuePaolo Bonzini1-45/+20
2015-11-26qjson: Convert to parser to recursive descentMarkus Armbruster1-118/+47
2015-11-26qjson: Inline token_is_escape() and simplifyMarkus Armbruster1-17/+15
2015-11-26qjson: Inline token_is_keyword() and simplifyMarkus Armbruster1-13/+7
2015-11-26qjson: Give each of the six structural chars its own token typeMarkus Armbruster1-22/+9
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22qobject: Use 'bool' for qboolEric Blake1-3/+3
2015-05-11json-parser: Accept 'null' in QMPEric Blake1-0/+2
2014-06-11json-parser: drop superfluous assignment for token variableGonglei1-13/+2
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-1/+1
2013-05-23json-parser: fix handling of large whole number valuesMichael Roth1-3/+23
2013-01-12build: move qobject files to qobject/ and libqemuutil.aPaolo Bonzini1-0/+704