aboutsummaryrefslogtreecommitdiff
path: root/include/qapi
AgeCommit message (Expand)Author
2018-07-03qmp: Use QDict * instead of QObject * for response objectsMarkus Armbruster
2018-07-03qmp: De-duplicate error response buildingMarkus Armbruster
2018-07-03qobject: New qdict_from_jsonf_nofail()Markus Armbruster
2018-07-03qmp: Don't let malformed in-band commands jump the queueMarkus Armbruster
2018-07-03qmp qemu-ga: Fix qemu-ga not to accept "control"Markus Armbruster
2018-06-15block: Add block-specific QDict headerMax Reitz
2018-05-30qapi: introduce new cmd option "allow-preconfig"Igor Mammedov
2018-05-04qobject: Modify qobject_ref() to return objMarc-André Lureau
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-05-04qobject: use a QObjectBase_ structMarc-André Lureau
2018-05-04qobject: Ensure base is at offset 0Marc-André Lureau
2018-03-19qmp: support out-of-band (oob) executionPeter Xu
2018-03-19qapi: introduce new cmd option "allow-oob"Peter Xu
2018-03-19qobject: introduce qobject_get_try_str()Peter Xu
2018-03-19qobject: introduce qstring_get_try_str()Peter Xu
2018-03-19qapi: Remove qobject_to_X() functionsMax Reitz
2018-03-19qapi: Add qobject_to()Max Reitz
2018-03-19qlit: add qobject_from_qlit()Marc-André Lureau
2018-03-19qlit: use QType instead of intMarc-André Lureau
2018-03-09qdict: Introduce qdict_rename_keys()Kevin Wolf
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster
2018-02-09Typedef the subtypes of QObject in qemu/typedefs.h, tooMarkus Armbruster
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster
2018-02-09Clean up includesMarkus Armbruster
2018-02-06error: Improve documentation of error_append_hint()Markus Armbruster
2017-11-17qapi: Add qobject_is_equal()Max Reitz
2017-11-17qapi/qlist: Add qlist_append_null() macroMax Reitz
2017-11-17qapi/qnull: Add own headerMax Reitz
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster
2017-09-04qapi: Drop superfluous qapi_enum_parse() parameter maxMarkus Armbruster
2017-09-04qlit: add QLIT_QNULL and QLIT_BOOLMarc-André Lureau
2017-09-04qlit: make qlit_equal_qobject() take const argumentsMarc-André Lureau
2017-09-04qlit: make qlit_equal_qobject return a boolMarc-André Lureau
2017-09-04qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject()Marc-André Lureau
2017-09-04qlit: Change compound literals to initializersMarc-André Lureau
2017-09-04qlit: use QLit prefix consistentlyMarc-André Lureau
2017-09-04qlit: move qlit from check-qjson to qobject/Marc-André Lureau
2017-09-04qdict: Add qdict_put_null() helper, and put it to useMarc-André Lureau
2017-09-04qobject: Explain how QNum works, and whyMarkus Armbruster
2017-07-31docs: fix broken paths to docs/devel/qapi-code-gen.txtPhilippe Mathieu-Daudé
2017-07-24qapi: Introduce a first class 'null' typeMarkus Armbruster