aboutsummaryrefslogtreecommitdiff
path: root/qobject/qlist.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-06include/qapi: add g_autoptr support for qobject typesMarc-André Lureau1-0/+5
2020-12-19qobject: Move internals to qobject-internal.hMarkus Armbruster1-0/+1
2020-04-30qobject: Eliminate qlist_iter(), use QLIST_FOREACH_ENTRY() insteadMarkus Armbruster1-32/+12
2018-08-24qobject: Drop superfluous includes of qemu-common.hMarkus Armbruster1-1/+0
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-2/+2
2018-03-19qapi: Remove qobject_to_X() functionsMax Reitz1-11/+0
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-3/+3
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster1-0/+24
2017-11-17qapi: Add qobject_is_equal()Max Reitz1-0/+32
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-4/+1
2016-02-04qobject: Clean up includesPeter Maydell1-0/+1
2015-12-17qobject: Simplify QObjectEric Blake1-9/+2
2015-10-29qlist: Make conversion from QObject * accept nullMarkus Armbruster1-2/+1
2013-01-12build: move qobject files to qobject/ and libqemuutil.aPaolo Bonzini1-0/+170