18 Commits (0ce265ffef87f19f4dd1ff0663e09a63d66ae408)

Author SHA1 Message Date
Eric Blake c7eb39cbd4 qapi: Improve use of qmp/types.h 10 years ago
Veronia Bahaa f348b6d1a5 util: move declarations out of qemu-common.h 10 years ago
Markus Armbruster da34e65cb4 include/qemu/osdep.h: Don't include qapi/error.h 10 years ago
Eric Blake 6e8e5cb9aa qobject: Document more shortcomings in our number handling 10 years ago
Peter Maydell f2ad72b30e qobject: Clean up includes 10 years ago
Paolo Bonzini 9bada89711 qjson: surprise, allocating 6 QObjects per token is expensive 11 years ago
Paolo Bonzini 95385fe9ac qjson: store tokens in a GQueue 11 years ago
Markus Armbruster d538b25543 qjson: Convert to parser to recursive descent 11 years ago
Markus Armbruster 6b9606f68e qjson: Inline token_is_escape() and simplify 11 years ago
Markus Armbruster 50e2a467f5 qjson: Inline token_is_keyword() and simplify 11 years ago
Markus Armbruster c54616608a qjson: Give each of the six structural chars its own token type 11 years ago
Markus Armbruster cc7a8ea740 Include qapi/qmp/qerror.h exactly where needed 11 years ago
Eric Blake fc48ffc39e qobject: Use 'bool' for qbool 11 years ago
Eric Blake e549e7161f json-parser: Accept 'null' in QMP 11 years ago
Gonglei a491af471b json-parser: drop superfluous assignment for token variable 12 years ago
Cole Robinson f231b88db1 qerror.h: Remove QERR defines that are only used once 12 years ago
Michael Roth 3d5b3ec6d4 json-parser: fix handling of large whole number values 13 years ago
Paolo Bonzini a372823a14 build: move qobject files to qobject/ and libqemuutil.a 13 years ago
Paolo Bonzini 7b1b5d1913 qapi: move include files to include/qobject/ 14 years ago
Michael Roth 65c0f1e955 json-parser: don't replicate tokens at each level of recursion 14 years ago
Michael Roth c1990ebfa1 json-parser: add handling for NULL token list 15 years ago
Anthony Liguori 11e8a46cc3 json-parser: detect premature EOI 15 years ago
Anthony Liguori ef749d07e7 json-parser: propagate error from parser 15 years ago
Stefan Weil 8b7968f7c4 Use GCC_FMT_ATTR (format checking) 16 years ago
Paul Brook 11165820d1 Move stdbool.h 16 years ago
Luiz Capitulino bd0326950f qjson: Handle "\f" 16 years ago
Amos Kong c96c84a9ff json-parser: Output the content of invalid keyword 16 years ago
Kevin Wolf d758d90fe1 json-parser: Fix segfault on malformed input 16 years ago
Roy Tam 2c0d4b36e7 json: fix PRId64 on Win32 16 years ago
Amit Shah 2da69c8d12 json-parser: remove dead increment 16 years ago
Anthony Liguori 4a5fcab7ac Add a JSON parser 17 years ago