aboutsummaryrefslogtreecommitdiff
path: root/qom/object.c
AgeCommit message (Expand)Author
2019-05-24qom/object: Display more helpful message when an object type is missingPhilippe Mathieu-Daudé
2019-05-20Revert "globals: Allow global properties to be optional"Daniel P. Berrangé
2019-05-03qom: use object_new_with_type in object_new_with_propvWei Yang
2019-03-11qom: Move compat_props machinery from qdev to QOMMarkus Armbruster
2019-02-26qom: don't require user creatable objects to be registeredDaniel P. Berrangé
2019-01-17globals: Allow global properties to be optionalEduardo Habkost
2019-01-10qom: Don't keep error value between object_property_parse() callsEduardo Habkost
2019-01-07qdev-props: call object_apply_global_props()Marc-André Lureau
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau
2018-12-11qom: remove unimplemented class_finalizeMarc-André Lureau
2018-12-11qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau
2018-10-05qom/object: register 'type' property as class propertyMarc-André Lureau
2018-10-05qom/object: fix iterating properties over a classMarc-André Lureau
2018-10-02qom/object: add some interface assertsMarc-André Lureau
2018-07-17qom/object: Add a new function object_initialize_child()Thomas Huth
2018-06-13Purge uses of banned g_assert_FOO()Markus Armbruster
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau
2018-06-01qom: support orphan objects in object_get_canonical_pathPaolo Bonzini
2018-05-09qom: allow object_get_canonical_path_component without parentPaolo Bonzini
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-19qobject: let object_property_get_str() use new APIPeter Xu
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini
2018-03-06qmp: Add qom-list-properties to list QOM object propertiesAlexey Kardashevskiy
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster
2017-10-17qom: introduce type_register_static_array()Igor Mammedov
2017-10-03qom: provide root container for internal objsPeter Xu
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau
2017-07-17qom: Fix ambiguous path detection when ambiguous=NULLEduardo Habkost
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov
2017-06-20object: add uint property setter/getterMarc-André Lureau
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-06-19object: fix potential leak in gettersMarc-André Lureau
2017-01-24object: make some funcs staticMarc-André Lureau
2017-01-16qom: Make all interface types abstractEduardo Habkost
2016-10-04qom/object: update class cache atomicallyAlex Bennée
2016-07-06qapi: Add new visit_complete() functionEric Blake
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake
2016-07-06string-input-visitor: Favor new visit_free() functionEric Blake
2016-07-06qapi: Add parameter to visit_end_*Eric Blake
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost
2016-06-17qom: API to get instance_size of a typeBharata B Rao
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake