summaryrefslogtreecommitdiffstats
path: root/qom/object.c
Commit message (Expand)AuthorAgeFilesLines
* trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster2019-08-161-0/+1
* Revert "Revert "globals: Allow global properties to be optional""Dr. David Alan Gilbert2019-07-291-0/+3
* qom/object: Display more helpful message when an object type is missingPhilippe Mathieu-Daudé2019-05-241-1/+6
* Revert "globals: Allow global properties to be optional"Daniel P. Berrangé2019-05-211-3/+0Star
* qom: use object_new_with_type in object_new_with_propvWei Yang2019-05-031-1/+1
* qom: Move compat_props machinery from qdev to QOMMarkus Armbruster2019-03-111-0/+39
* qom: don't require user creatable objects to be registeredDaniel P. Berrangé2019-02-261-4/+8
* globals: Allow global properties to be optionalEduardo Habkost2019-01-181-0/+3
* qom: Don't keep error value between object_property_parse() callsEduardo Habkost2019-01-101-1/+1
* qdev-props: call object_apply_global_props()Marc-André Lureau2019-01-071-1/+11
* hw: apply accel compat properties without touching globalsMarc-André Lureau2019-01-071-0/+25
* qom: remove unimplemented class_finalizeMarc-André Lureau2018-12-111-2/+0Star
* qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau2018-12-111-4/+8
* qom/object: register 'type' property as class propertyMarc-André Lureau2018-10-051-3/+4
* qom/object: fix iterating properties over a classMarc-André Lureau2018-10-051-1/+1
* qom/object: add some interface assertsMarc-André Lureau2018-10-021-1/+8
* qom/object: Add a new function object_initialize_child()Thomas Huth2018-07-171-0/+54
* Purge uses of banned g_assert_FOO()Markus Armbruster2018-06-131-5/+5
* object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau2018-06-121-3/+5
* qom: support orphan objects in object_get_canonical_pathPaolo Bonzini2018-06-011-12/+16
* qom: allow object_get_canonical_path_component without parentPaolo Bonzini2018-05-091-2/+3
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-8/+8
* qobject: let object_property_get_str() use new APIPeter Xu2018-03-191-6/+3Star
* qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz2018-03-191-4/+4
* qom: introduce object_class_get_list_sortedPaolo Bonzini2018-03-121-0/+13
* qmp: Add qom-list-properties to list QOM object propertiesAlexey Kardashevskiy2018-03-061-0/+7
* qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2018-03-021-1/+1
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* qdict qlist: Make most helper macros functionsMarkus Armbruster2018-02-091-0/+1
* qom: introduce type_register_static_array()Igor Mammedov2017-10-171-0/+9
* qom: provide root container for internal objsPeter Xu2017-10-031-0/+11
* qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau2017-09-041-8/+8
* qom: Fix ambiguous path detection when ambiguous=NULLEduardo Habkost2017-07-171-9/+8Star
* qom: enforce readonly nature of link's check callbackIgor Mammedov2017-07-141-4/+4
* object: add uint property setter/getterMarc-André Lureau2017-06-201-0/+29
* qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-201-9/+7Star
* object: fix potential leak in gettersMarc-André Lureau2017-06-191-3/+3
* object: make some funcs staticMarc-André Lureau2017-01-241-2/+2
* qom: Make all interface types abstractEduardo Habkost2017-01-161-0/+6
* qom/object: update class cache atomicallyAlex Bennée2016-10-041-7/+8
* qapi: Add new visit_complete() functionEric Blake2016-07-061-16/+12Star
* string-output-visitor: Favor new visit_free() functionEric Blake2016-07-061-5/+6
* string-input-visitor: Favor new visit_free() functionEric Blake2016-07-061-14/+11Star
* qapi: Add parameter to visit_end_*Eric Blake2016-07-061-1/+1
* error: Remove NULL checks on error_propagate() callsEduardo Habkost2016-06-201-3/+1Star
* qom: API to get instance_size of a typeBharata B Rao2016-06-171-0/+8
* qapi: Split visit_end_struct() into piecesEric Blake2016-05-121-3/+2Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1