summaryrefslogtreecommitdiff
path: root/qobject
AgeCommit message (Expand)AuthorFilesLines
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa3-1/+2
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 Blake2-3/+14
2016-02-04qobject: Clean up includesPeter Maydell12-2/+12
2015-12-17qapi: Convert QType into QAPI built-in enum typeEric Blake1-2/+2
2015-12-17qobject: Rename qtype_code to QTypeEric Blake1-2/+1
2015-12-17qobject: Simplify QObjectEric Blake9-66/+48
2015-11-26qjson: Limit number of tokens in addition to total sizeMarkus Armbruster1-0/+2
2015-11-26qjson: surprise, allocating 6 QObjects per token is expensivePaolo Bonzini2-78/+56
2015-11-26qjson: store tokens in a GQueuePaolo Bonzini3-56/+36
2015-11-26qjson: Convert to parser to recursive descentMarkus Armbruster1-118/+47
2015-11-26qjson: replace QString in JSONLexer with GStringPaolo Bonzini2-18/+13
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 Armbruster3-46/+36
2015-11-26qjson: Spell out some silent assumptionsMarkus Armbruster1-1/+6
2015-11-26qjson: Don't crash when input exceeds nesting limitMarkus Armbruster1-2/+3
2015-11-26qjson: Apply nesting limit more sanelyMarkus Armbruster1-2/+1
2015-10-29qstring: Make conversion from QObject * accept nullMarkus Armbruster2-10/+5
2015-10-29qlist: Make conversion from QObject * accept nullMarkus Armbruster1-2/+1
2015-10-29qfloat qint: Make conversion from QObject * accept nullMarkus Armbruster3-12/+7
2015-10-29qdict: Make conversion from QObject * accept nullMarkus Armbruster1-3/+3
2015-10-29qbool: Make conversion from QObject * accept nullMarkus Armbruster2-10/+5
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22qerror: Finally unused, clean upMarkus Armbruster3-152/+0
2015-06-22qobject: Use 'bool' inside qdictEric Blake1-2/+2
2015-06-22qobject: Use 'bool' for qboolEric Blake4-10/+10
2015-06-12qdict: Add qdict_{set,copy}_default()Kevin Wolf1-0/+33
2015-06-12qdict: Add qdict_array_entries()Kevin Wolf1-4/+74
2015-05-11json-parser: Accept 'null' in QMPEric Blake1-0/+2
2015-05-11qobject: Add a special null QObjectMarkus Armbruster3-1/+33
2015-05-11qobject: Clean up around qtype_codeMarkus Armbruster1-2/+1
2014-12-10qjson: Drop trailing space for pretty formattingMax Reitz1-4/+6
2014-06-23json-lexer: fix escaped backslash in single-quoted stringPaolo Bonzini1-2/+2
2014-06-11json-parser: drop superfluous assignment for token variableGonglei1-13/+2
2014-05-19qdict: Add qdict_join()Max Reitz1-0/+32
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-1/+1
2014-02-21qdict: Extract non-QDicts in qdict_array_split()Max Reitz1-14/+46
2014-01-22qapi: extend qdict_flatten() for QListsMax Reitz1-6/+48
2014-01-22qdict: Add qdict_array_split()Max Reitz1-0/+37
2014-01-06qerror: Remove assert_no_error()Peter Crosthwaite1-8/+0
2013-12-06Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori1-4/+10
2013-12-02qobject: Fix compiler warning (missing gnu_printf format attribute)Stefan Weil1-2/+2
2013-11-29qdict: Optimise qdict_do_flatten()Kevin Wolf1-3/+7
2013-11-29qdict: Fix memory leak in qdict_do_flatten()Kevin Wolf1-1/+3
2013-09-25qdict: Extract qdict_extract_subqdictBenoƮt Canet1-0/+21
2013-07-26Implement qdict_flatten()Kevin Wolf1-0/+51
2013-07-26qapi: Anonymous unionsKevin Wolf1-0/+2
2013-05-23json-parser: fix handling of large whole number valuesMichael Roth1-3/+23
2013-04-13qjson: to_json() case QTYPE_QSTRING is buggy, rewriteMarkus Armbruster1-57/+45