aboutsummaryrefslogtreecommitdiff
path: root/include/qapi/qmp
AgeCommit message (Expand)Author
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-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
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-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-24qapi: Introduce a first class 'null' typeMarkus Armbruster
2017-07-24qapi: Separate type QNull from QObjectMarkus Armbruster
2017-06-20qnum: add uint typeMarc-André Lureau
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-05-08qobject: Add helper macros for common scalar insertionsEric Blake
2017-03-07qobject: Propagate parse errors through qobject_from_json()Markus Armbruster
2017-03-07qobject: Propagate parse errors through qobject_from_jsonv()Markus Armbruster
2017-03-05qmp: Eliminate silly QERR_QMP_* macrosMarkus Armbruster
2017-03-05qapi: Support multiple command registries per programMarkus Armbruster
2016-10-25qdict: implement a qdict_crumple method for un-flattening a dictDaniel P. Berrange
2016-09-19qapi: Support unregistering QMP commandsMarkus Armbruster
2016-07-13blockjob: Update description of the 'id' fieldAlberto Garcia
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster
2016-07-06qapi: Improve use of qmp/types.hEric Blake