aboutsummaryrefslogtreecommitdiff
path: root/qom/object.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-30qom: Simplify object_property_get_enum()Markus Armbruster1-3/+1
2020-03-16qom/object: enable setter for uint typesFelipe Franciosi1-24/+188
2020-01-24object: return self in object_ref()Marc-André Lureau1-2/+3
2020-01-24object: release all propsMarc-André Lureau1-11/+10
2020-01-24object: add object_class_property_add_link()Marc-André Lureau1-1/+45
2020-01-24object: express const link with link propertyMarc-André Lureau1-18/+23
2020-01-24object: add direct link flagMarc-André Lureau1-6/+20
2020-01-24object: rename link "child" to "target"Marc-André Lureau1-12/+12
2020-01-24object: check strong flag with &Marc-André Lureau1-1/+1
2020-01-24object: do not free class propertiesMarc-André Lureau1-4/+4
2020-01-24object: add object_property_set_defaultMarc-André Lureau1-0/+48
2020-01-24object: make object_class_property_add* return propertyMarc-André Lureau1-20/+44
2020-01-24object: add class property initializerMarc-André Lureau1-0/+14
2020-01-24object: avoid extra class property key duplicationMarc-André Lureau1-3/+3
2020-01-24object: add extra sanity checksMarc-André Lureau1-0/+1
2020-01-24qom/object: Display more helpful message when a parent is missingPhilippe Mathieu-Daudé1-1/+5
2020-01-24qom/object: Display more helpful message when an interface is missingPhilippe Mathieu-Daudé1-0/+5
2019-12-17qom: add object_new_with_classPaolo Bonzini1-0/+5
2019-12-17qom: introduce object_register_sugar_propPaolo Bonzini1-2/+21
2019-11-12qom: Fix error message in object_class_property_add()Greg Kurz1-6/+4
2019-08-16trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster1-0/+1
2019-07-29Revert "Revert "globals: Allow global properties to be optional""Dr. David Alan Gilbert1-0/+3
2019-05-24qom/object: Display more helpful message when an object type is missingPhilippe Mathieu-Daudé1-1/+6
2019-05-20Revert "globals: Allow global properties to be optional"Daniel P. Berrangé1-3/+0
2019-05-03qom: use object_new_with_type in object_new_with_propvWei Yang1-1/+1
2019-03-11qom: Move compat_props machinery from qdev to QOMMarkus Armbruster1-0/+39
2019-02-26qom: don't require user creatable objects to be registeredDaniel P. Berrangé1-4/+8
2019-01-17globals: Allow global properties to be optionalEduardo Habkost1-0/+3
2019-01-10qom: Don't keep error value between object_property_parse() callsEduardo Habkost1-1/+1
2019-01-07qdev-props: call object_apply_global_props()Marc-André Lureau1-1/+11
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau1-0/+25
2018-12-11qom: remove unimplemented class_finalizeMarc-André Lureau1-2/+0
2018-12-11qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau1-4/+8
2018-10-05qom/object: register 'type' property as class propertyMarc-André Lureau1-3/+4
2018-10-05qom/object: fix iterating properties over a classMarc-André Lureau1-1/+1
2018-10-02qom/object: add some interface assertsMarc-André Lureau1-1/+8
2018-07-17qom/object: Add a new function object_initialize_child()Thomas Huth1-0/+54
2018-06-13Purge uses of banned g_assert_FOO()Markus Armbruster1-5/+5
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau1-3/+5
2018-06-01qom: support orphan objects in object_get_canonical_pathPaolo Bonzini1-12/+16
2018-05-09qom: allow object_get_canonical_path_component without parentPaolo Bonzini1-2/+3
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-8/+8
2018-03-19qobject: let object_property_get_str() use new APIPeter Xu1-6/+3
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-4/+4
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini1-0/+13
2018-03-06qmp: Add qom-list-properties to list QOM object propertiesAlexey Kardashevskiy1-0/+7
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster1-0/+1