Age | Commit message (Expand) | Author |
2018-03-02 | qapi: Move qapi-schema.json to qapi/, rename generated files | Markus Armbruster |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2018-02-09 | Include qapi/qmp/qstring.h exactly where needed | Markus Armbruster |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster |
2018-02-09 | Include qapi/qmp/qlist.h exactly where needed | Markus Armbruster |
2018-02-09 | Include qapi/qmp/qobject.h exactly where needed | Markus Armbruster |
2018-02-09 | qdict qlist: Make most helper macros functions | Markus Armbruster |
2018-02-09 | Eliminate qapi/qmp/types.h | Markus Armbruster |
2018-02-09 | Typedef the subtypes of QObject in qemu/typedefs.h, too | Markus Armbruster |
2018-02-09 | Drop superfluous includes of qapi-types.h and test-qapi-types.h | Markus Armbruster |
2018-02-09 | Clean up includes | Markus Armbruster |
2018-02-06 | error: Improve documentation of error_append_hint() | Markus Armbruster |
2017-11-17 | qapi: Add qobject_is_equal() | Max Reitz |
2017-11-17 | qapi/qlist: Add qlist_append_null() macro | Max Reitz |
2017-11-17 | qapi/qnull: Add own header | Max Reitz |
2017-09-04 | qapi: Change data type of the FOO_lookup generated for enum FOO | Marc-André Lureau |
2017-09-04 | qapi: Generate FOO_str() macro for QAPI enum FOO | Markus Armbruster |
2017-09-04 | qapi: Drop superfluous qapi_enum_parse() parameter max | Markus Armbruster |
2017-09-04 | qlit: add QLIT_QNULL and QLIT_BOOL | Marc-André Lureau |
2017-09-04 | qlit: make qlit_equal_qobject() take const arguments | Marc-André Lureau |
2017-09-04 | qlit: make qlit_equal_qobject return a bool | Marc-André Lureau |
2017-09-04 | qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject() | Marc-André Lureau |
2017-09-04 | qlit: Change compound literals to initializers | Marc-André Lureau |
2017-09-04 | qlit: use QLit prefix consistently | Marc-André Lureau |
2017-09-04 | qlit: move qlit from check-qjson to qobject/ | Marc-André Lureau |
2017-09-04 | qdict: Add qdict_put_null() helper, and put it to use | Marc-André Lureau |
2017-09-04 | qobject: Explain how QNum works, and why | Markus Armbruster |
2017-07-31 | docs: fix broken paths to docs/devel/qapi-code-gen.txt | Philippe Mathieu-Daudé |
2017-07-24 | qapi: Introduce a first class 'null' type | Markus Armbruster |
2017-07-24 | qapi: Use QNull for a more regular visit_type_null() | Markus Armbruster |
2017-07-24 | qapi: Separate type QNull from QObject | Markus Armbruster |
2017-07-14 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into... | Peter Maydell |
2017-07-13 | error: Implement the warn and free Error functions | Alistair Francis |
2017-07-11 | block: remove all encryption handling APIs | Daniel P. Berrange |
2017-06-20 | qnum: add uint type | Marc-André Lureau |
2017-06-20 | qapi: Remove visit_start_alternate() parameter promote_int | Marc-André Lureau |
2017-06-20 | qapi: merge QInt and QFloat in QNum | Marc-André Lureau |
2017-05-31 | qapi: Document visit_type_any() issues with keyval input | Markus Armbruster |
2017-05-09 | qapi: Document intended use of @name within alternate visits | Markus Armbruster |
2017-05-09 | qapi: New QAPI_CLONE_MEMBERS() | Markus Armbruster |
2017-05-08 | qobject: Add helper macros for common scalar insertions | Eric Blake |
2017-03-07 | qapi: New qobject_input_visitor_new_str() for convenience | Markus Armbruster |
2017-03-07 | qapi: New parse_qapi_name() | Markus Armbruster |
2017-03-07 | qobject: Propagate parse errors through qobject_from_json() | Markus Armbruster |
2017-03-07 | qobject: Propagate parse errors through qobject_from_jsonv() | Markus Armbruster |
2017-03-07 | qapi: qobject input visitor variant for use with keyval_parse() | Daniel P. Berrange |
2017-03-05 | qapi: Improve qobject visitor documentation | Markus Armbruster |
2017-03-05 | qapi: Make input visitors detect unvisited list tails | Markus Armbruster |
2017-03-05 | qapi: Drop unused non-strict qobject input visitor | Markus Armbruster |