aboutsummaryrefslogtreecommitdiff
path: root/include/qapi/qmp
AgeCommit message (Expand)AuthorFilesLines
2018-07-03qmp qemu-ga: Fix qemu-ga not to accept "control"Markus Armbruster1-2/+4
2018-06-15block: Add block-specific QDict headerMax Reitz1-17/+0
2018-05-30qapi: introduce new cmd option "allow-preconfig"Igor Mammedov1-0/+1
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 Armbruster1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-09Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster1-2/+0
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-1/+1
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster2-2/+0
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster2-2/+0
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
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-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-24qapi: Introduce a first class 'null' typeMarkus Armbruster1-2/+2
2017-07-24qapi: Separate type QNull from QObjectMarkus Armbruster1-3/+7
2017-06-20qnum: add uint typeMarc-André Lureau1-0/+7
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau6-61/+51
2017-05-08qobject: Add helper macros for common scalar insertionsEric Blake2-0/+16
2017-03-07qobject: Propagate parse errors through qobject_from_json()Markus Armbruster1-1/+1
2017-03-07qobject: Propagate parse errors through qobject_from_jsonv()Markus Armbruster1-1/+2
2017-03-05qmp: Eliminate silly QERR_QMP_* macrosMarkus Armbruster1-9/+0
2017-03-05qapi: Support multiple command registries per programMarkus Armbruster1-8/+14
2016-10-25qdict: implement a qdict_crumple method for un-flattening a dictDaniel P. Berrange1-0/+1
2016-09-19qapi: Support unregistering QMP commandsMarkus Armbruster1-0/+1
2016-07-13blockjob: Update description of the 'id' fieldAlberto Garcia1-3/+0