aboutsummaryrefslogtreecommitdiff
path: root/tests/check-qobject.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-02tests: Use &error_abort where appropriateMarkus Armbruster1-3/+2
2018-07-28qstring: Move qstring_from_substr()'s @end one to the rightMarkus Armbruster1-1/+1
2018-06-15block: Add block-specific QDict headerMax Reitz1-0/+1
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-1/+1
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-1/+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-1/+2
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster1-0/+2
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster1-1/+2
2018-01-16tests: fix check-qobject leakMarc-André Lureau1-0/+2
2017-11-17tests: Add check-qobject for equality testsMax Reitz1-0/+328