summaryrefslogtreecommitdiff
path: root/tests/test-qobject-output-visitor.c
AgeCommit message (Expand)AuthorFilesLines
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