summaryrefslogtreecommitdiff
path: root/include/qapi
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qobject: Modify qobject_ref() to return objMarc-André Lureau2-3/+9
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2-23/+19
2018-05-04qobject: use a QObjectBase_ structMarc-André Lureau7-17/+26
2018-05-04qobject: Ensure base is at offset 0Marc-André Lureau1-3/+2
2018-03-19qmp: support out-of-band (oob) executionPeter Xu1-0/+2
2018-03-19qapi: introduce new cmd option "allow-oob"Peter Xu1-2/+3
2018-03-19qobject: introduce qobject_get_try_str()Peter Xu1-0/+1
2018-03-19qobject: introduce qstring_get_try_str()Peter Xu1-0/+1
2018-03-19qapi: Remove qobject_to_X() functionsMax Reitz5-5/+0
2018-03-19qapi: Add qobject_to()Max Reitz1-0/+29
2018-03-19qlit: add qobject_from_qlit()Marc-André Lureau1-0/+2
2018-03-19qlit: use QType instead of intMarc-André Lureau1-1/+1
2018-03-09qdict: Introduce qdict_rename_keys()Kevin Wolf1-0/+6
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2-2/+2
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster4-4/+3
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster1-2/+0
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2-2/+1
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster2-2/+0
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster5-5/+1
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster2-23/+8
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster1-24/+0
2018-02-09Typedef the subtypes of QObject in qemu/typedefs.h, tooMarkus Armbruster5-10/+10
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster1-1/+0
2018-02-09Clean up includesMarkus Armbruster1-1/+0
2018-02-06error: Improve documentation of error_append_hint()Markus Armbruster1-0/+8
2017-11-17qapi: Add qobject_is_equal()Max Reitz7-0/+16
2017-11-17qapi/qlist: Add qlist_append_null() macroMax Reitz1-0/+3
2017-11-17qapi/qnull: Add own headerMax Reitz4-12/+32
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau2-3/+8
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster1-0/+1
2017-09-04qapi: Drop superfluous qapi_enum_parse() parameter maxMarkus Armbruster1-1/+1
2017-09-04qlit: add QLIT_QNULL and QLIT_BOOLMarc-André Lureau1-0/+5
2017-09-04qlit: make qlit_equal_qobject() take const argumentsMarc-André Lureau1-1/+1
2017-09-04qlit: make qlit_equal_qobject return a boolMarc-André Lureau1-1/+1
2017-09-04qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject()Marc-André Lureau1-1/+1
2017-09-04qlit: Change compound literals to initializersMarc-André Lureau1-4/+4
2017-09-04qlit: use QLit prefix consistentlyMarc-André Lureau1-12/+12
2017-09-04qlit: move qlit from check-qjson to qobject/Marc-André Lureau1-0/+49
2017-09-04qdict: Add qdict_put_null() helper, and put it to useMarc-André Lureau1-1/+3
2017-09-04qobject: Explain how QNum works, and whyMarkus Armbruster1-0/+21
2017-07-31docs: fix broken paths to docs/devel/qapi-code-gen.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-24qapi: Introduce a first class 'null' typeMarkus Armbruster1-2/+2
2017-07-24qapi: Use QNull for a more regular visit_type_null()Markus Armbruster2-5/+6
2017-07-24qapi: Separate type QNull from QObjectMarkus Armbruster1-3/+7
2017-07-14Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell1-0/+11
2017-07-13error: Implement the warn and free Error functionsAlistair Francis1-0/+11
2017-07-11block: remove all encryption handling APIsDaniel P. Berrange1-1/+0
2017-06-20qnum: add uint typeMarc-André Lureau1-0/+7
2017-06-20qapi: Remove visit_start_alternate() parameter promote_intMarc-André Lureau2-4/+2