aboutsummaryrefslogtreecommitdiff
path: root/tests/check-qlist.c
AgeCommit message (Expand)Author
2020-04-30qobject: Eliminate qlist_iter(), use QLIST_FOREACH_ENTRY() insteadMarkus Armbruster
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-06-20tests: remove /{qnum, qlist, dict}/destroy testMarc-André Lureau
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell
2016-02-16tests: Clean up includesPeter Maydell
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-03-30test makefile overhaulPaolo Bonzini