summaryrefslogtreecommitdiffstats
path: root/include/qapi
Commit message (Expand)AuthorAgeFilesLines
* qapi: introduce new cmd option "allow-preconfig"Igor Mammedov2018-05-301-0/+1
* qobject: Modify qobject_ref() to return objMarc-André Lureau2018-05-042-3/+9
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-042-23/+19Star
* qobject: use a QObjectBase_ structMarc-André Lureau2018-05-047-17/+26
* qobject: Ensure base is at offset 0Marc-André Lureau2018-05-041-3/+2Star
* qmp: support out-of-band (oob) executionPeter Xu2018-03-191-0/+2
* qapi: introduce new cmd option "allow-oob"Peter Xu2018-03-191-2/+3
* qobject: introduce qobject_get_try_str()Peter Xu2018-03-191-0/+1
* qobject: introduce qstring_get_try_str()Peter Xu2018-03-191-0/+1
* qapi: Remove qobject_to_X() functionsMax Reitz2018-03-195-5/+0Star
* qapi: Add qobject_to()Max Reitz2018-03-191-0/+29
* qlit: add qobject_from_qlit()Marc-André Lureau2018-03-191-0/+2
* qlit: use QType instead of intMarc-André Lureau2018-03-191-1/+1
* qdict: Introduce qdict_rename_keys()Kevin Wolf2018-03-091-0/+6
* qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2018-03-022-2/+2
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-024-4/+3Star
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster2018-02-091-2/+0Star
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-092-2/+1Star
* Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster2018-02-092-2/+0Star
* Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster2018-02-095-5/+1Star
* qdict qlist: Make most helper macros functionsMarkus Armbruster2018-02-092-23/+8Star
* Eliminate qapi/qmp/types.hMarkus Armbruster2018-02-091-24/+0Star
* Typedef the subtypes of QObject in qemu/typedefs.h, tooMarkus Armbruster2018-02-095-10/+10
* Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster2018-02-091-1/+0Star
* Clean up includesMarkus Armbruster2018-02-091-1/+0Star
* error: Improve documentation of error_append_hint()Markus Armbruster2018-02-061-0/+8
* qapi: Add qobject_is_equal()Max Reitz2017-11-177-0/+16
* qapi/qlist: Add qlist_append_null() macroMax Reitz2017-11-171-0/+3
* qapi/qnull: Add own headerMax Reitz2017-11-174-12/+32
* qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau2017-09-042-3/+8
* qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster2017-09-041-0/+1
* qapi: Drop superfluous qapi_enum_parse() parameter maxMarkus Armbruster2017-09-041-1/+1
* qlit: add QLIT_QNULL and QLIT_BOOLMarc-André Lureau2017-09-041-0/+5
* qlit: make qlit_equal_qobject() take const argumentsMarc-André Lureau2017-09-041-1/+1
* qlit: make qlit_equal_qobject return a boolMarc-André Lureau2017-09-041-1/+1
* qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject()Marc-André Lureau2017-09-041-1/+1
* qlit: Change compound literals to initializersMarc-André Lureau2017-09-041-4/+4
* qlit: use QLit prefix consistentlyMarc-André Lureau2017-09-041-12/+12
* qlit: move qlit from check-qjson to qobject/Marc-André Lureau2017-09-041-0/+49
* qdict: Add qdict_put_null() helper, and put it to useMarc-André Lureau2017-09-041-1/+3
* qobject: Explain how QNum works, and whyMarkus Armbruster2017-09-041-0/+21
* docs: fix broken paths to docs/devel/qapi-code-gen.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* qapi: Introduce a first class 'null' typeMarkus Armbruster2017-07-241-2/+2
* qapi: Use QNull for a more regular visit_type_null()Markus Armbruster2017-07-242-5/+6
* qapi: Separate type QNull from QObjectMarkus Armbruster2017-07-241-3/+7
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell2017-07-141-0/+11
|\
| * error: Implement the warn and free Error functionsAlistair Francis2017-07-131-0/+11
* | block: remove all encryption handling APIsDaniel P. Berrange2017-07-111-1/+0Star
|/
* qnum: add uint typeMarc-André Lureau2017-06-201-0/+7