summaryrefslogtreecommitdiff
path: root/tests/test-qobject-output-visitor.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-9/+9
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-27/+27
2018-02-10tests/qapi: use QEMU_IS_ALIGNED macroPhilippe Mathieu-Daudé1-1/+1
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster1-0/+2
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster1-1/+1
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster1-1/+0
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster1-1/+1
2017-07-24qapi: Introduce a first class 'null' typeMarkus Armbruster1-0/+10
2017-07-24qapi: Use QNull for a more regular visit_type_null()Markus Armbruster1-1/+2
2017-06-20qapi: update the qobject visitor to use QNUM_U64Marc-André Lureau1-4/+18
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-30/+41
2017-05-31tests/qapi-schema: Avoid 'str' in alternate test casesMarkus Armbruster1-2/+2
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake1-3/+3
2017-03-15tests: Use error_free_or_abort() where appropriateMarkus Armbruster1-4/+2
2017-02-22tests: Don't check qobject_type() before qobject_to_qbool()Markus Armbruster1-7/+5
2017-02-22tests: Don't check qobject_type() before qobject_to_qfloat()Markus Armbruster1-4/+4
2017-02-22tests: Don't check qobject_type() before qobject_to_qint()Markus Armbruster1-16/+12
2017-02-22tests: Don't check qobject_type() before qobject_to_qstring()Markus Armbruster1-20/+17
2017-02-22tests: Don't check qobject_type() before qobject_to_qlist()Markus Armbruster1-5/+2
2017-02-22Don't check qobject_type() before qobject_to_qdict()Markus Armbruster1-29/+12
2016-10-25qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange1-1/+1
2016-10-25qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange1-0/+876