/include/hw/dma/

index : bwlp/qemu.git
Experimental fork of QEMU with video encoding patchesOpenSLX
summaryrefslogtreecommitdiffstats
path: root/tests/test-qobject-output-visitor.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Clean up initialization of Error *err variablesMarkus Armbruster2019-12-181-4/+4
* tests: Rename UserDefNativeListUnion to UserDefListUnionMarkus Armbruster2019-03-051-95/+95
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-9/+9
* qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz2018-03-191-27/+27
* tests/qapi: use QEMU_IS_ALIGNED macroPhilippe Mathieu-Daudé2018-02-101-1/+1
* Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* qdict qlist: Make most helper macros functionsMarkus Armbruster2018-02-091-0/+2
* Eliminate qapi/qmp/types.hMarkus Armbruster2018-02-091-1/+1
* Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster2018-02-091-1/+0Star
* qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster2017-09-041-1/+1
* qapi: Introduce a first class 'null' typeMarkus Armbruster2017-07-241-0/+10
* qapi: Use QNull for a more regular visit_type_null()Markus Armbruster2017-07-241-1/+2
* qapi: update the qobject visitor to use QNUM_U64Marc-André Lureau2017-06-201-4/+18
* qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-20