summaryrefslogtreecommitdiffstats
path: root/tests/test-qobject-output-visitor.c
Commit message (Expand)AuthorAgeFilesLines
* 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-201-30/+41
* tests/qapi-schema: Avoid 'str' in alternate test casesMarkus Armbruster2017-05-311-2/+2
* qobject: Use simpler QDict/QList scalar insertion macrosEric Blake2017-05-091-3/+3
* tests: Use error_free_or_abort() where appropriateMarkus Armbruster2017-03-151-4/+2Star
* tests: Don't check qobject_type() before qobject_to_qbool()Markus Armbruster2017-02-221-7/+5Star
* tests: Don't check qobject_type() before qobject_to_qfloat()Markus Armbruster2017-02-221-4/+4
* tests: Don't check qobject_type() before qobject_to_qint()Markus Armbruster2017-02-221-16/+12Star
* tests: Don't check qobject_type() before qobject_to_qstring()Markus Armbruster2017-02-221-20/+17Star
* tests: Don't check qobject_type() before qobject_to_qlist()Markus Armbruster2017-02-221-5/+2Star
* Don't check qobject_type() before qobject_to_qdict()Markus Armbruster2017-02-221-29/+12Star
* qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange2016-10-251-1/+1
* qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange2016-10-251-0/+876