summaryrefslogtreecommitdiffstats
path: root/include/qom/object_interfaces.h
Commit message (Expand)AuthorAgeFilesLines
* qom: Add user_creatable_print_help_from_qdict()Kevin Wolf2020-10-151-3/+18
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+2Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+3
* qom: Make functions taking Error ** return bool, not voidMarkus Armbruster2020-07-101-3/+9
* qemu-storage-daemon: Fix non-string --object propertiesKevin Wolf2020-04-301-1/+5
* qom: Factor out user_creatable_add_dict()Kevin Wolf2020-04-301-0/+12
* qapi: Flatten object-addKevin Wolf2020-03-061-0/+7
* vl: Split off user_creatable_print_help()Kevin Wolf2019-10-141-0/+12
* qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau2018-12-111-2/+2
* qom: make interface types abstractMarc-André Lureau2018-12-111-5/+1Star
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* vl: Clean up user-creatable objects when exitingEduardo Habkost2017-09-191-0/+8
* qom: Remove unused errp parameter from can_be_deleted()Eduardo Habkost2017-09-011-3/+2Star
* monitor: reuse user_creatable_add_opts() instead of user_creatable_add()Igor Mammedov2017-01-121-17/+0Star
* qom: -object error messages lost location, restore itMarkus Armbruster2016-04-281-2/+3
* qom: add helpers for UserCreatable object typesDaniel P. Berrange2016-02-161-0/+92
* qom: Add can_be_deleted callback to UserCreatableClassLin Ma2015-04-011-0/+13
* add optional 2nd stage initialization to -object/object-add commandsIgor Mammedov2014-01-281-0/+62