aboutsummaryrefslogtreecommitdiff
path: root/qobject/json-parser.c
AgeCommit message (Expand)Author
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-08qobject: Document more shortcomings in our number handlingEric Blake
2016-02-04qobject: Clean up includesPeter Maydell
2015-11-26qjson: surprise, allocating 6 QObjects per token is expensivePaolo Bonzini
2015-11-26qjson: store tokens in a GQueuePaolo Bonzini
2015-11-26qjson: Convert to parser to recursive descentMarkus Armbruster
2015-11-26qjson: Inline token_is_escape() and simplifyMarkus Armbruster
2015-11-26qjson: Inline token_is_keyword() and simplifyMarkus Armbruster
2015-11-26qjson: Give each of the six structural chars its own token typeMarkus Armbruster
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qobject: Use 'bool' for qboolEric Blake
2015-05-11json-parser: Accept 'null' in QMPEric Blake
2014-06-11json-parser: drop superfluous assignment for token variableGonglei
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson
2013-05-23json-parser: fix handling of large whole number valuesMichael Roth
2013-01-12build: move qobject files to qobject/ and libqemuutil.aPaolo Bonzini