summaryrefslogtreecommitdiff
path: root/tests/device-introspect-test.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-12/+12
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-7/+7
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster1-0/+1
2017-07-17qmp: Include parent type on 'qom-list-types' outputEduardo Habkost1-10/+74
2017-07-17qmp: Include 'abstract' field on 'qom-list-types' outputEduardo Habkost1-13/+40
2017-07-17tests: Simplify abstract-interfaces check with a helperEduardo Habkost1-18/+25
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake1-2/+2
2017-01-16qom: Make all interface types abstractEduardo Habkost1-3/+57
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-02-16tests: Clean up includesPeter Maydell1-1/+1
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster1-27/+0
2015-10-09qmp: Fix device-list-properties not to crash for abstract deviceMarkus Armbruster1-11/+4
2015-10-09device-introspect-test: New, covering device introspectionMarkus Armbruster1-0/+158