aboutsummaryrefslogtreecommitdiff
path: root/qom/object.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-20qom: reverse order of instance_post_init callsPaolo Bonzini1-4/+4
2025-05-09qom/object: Fix typo in commentGustavo Romero1-1/+1
2025-04-25qom/object: Fix type conflict of GLib function pointersKohei Tokunaga1-3/+4
2025-04-25qom: Constify TypeInfo::class_dataPhilippe Mathieu-Daudé1-1/+1
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé1-2/+2
2025-04-25qom: Have class_base_init() take a const data argumentPhilippe Mathieu-Daudé1-1/+1
2025-02-10qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé1-5/+5
2025-01-09qom: remove unused InterfaceInfo::concrete_class fieldPaolo Bonzini1-1/+0
2025-01-09qom: Use object_get_container()Peter Xu1-1/+1
2025-01-09qom: Add object_get_container()Peter Xu1-0/+10
2024-12-20qom: Create system containers explicitlyPeter Xu1-1/+23
2024-12-20qom: Add TYPE_CONTAINER macroPeter Xu1-2/+2
2024-12-10qom/object: Remove type_register()Zhao Liu1-6/+1
2024-10-31qom: let object_new use a module if the type is not presentPaolo Bonzini1-1/+1
2024-10-31qom: centralize module-loading functionalityPaolo Bonzini1-36/+36
2024-10-31qom: remove unused functionPaolo Bonzini1-8/+0
2024-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-5/+8
2024-10-03qom: set *ambiguous on all pathsMarc-André Lureau1-0/+3
2024-10-03qom: rename object_resolve_path_type() "ambiguousp"Marc-André Lureau1-5/+5
2024-10-02qom/object: fix -Werror=maybe-uninitializedMarc-André Lureau1-1/+1
2024-09-24qom: remove return after g_assert_not_reached()Pierrick Bouvier1-1/+0
2024-05-05target/sparc/cpu: Rename the CPU models with a "+" in their namesThomas Huth1-8/+0
2024-04-24qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definitionPhilippe Mathieu-Daudé1-2/+2
2024-04-24qapi: Inline QERR_INVALID_PARAMETER_TYPE definition (constant value)Philippe Mathieu-Daudé1-4/+8
2024-02-27hw/acpi: move object_resolve_type_unambiguous to core QOMPaolo Bonzini1-0/+16
2024-02-05target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rulesThomas Huth1-4/+0
2023-12-20qom/object: Limit type names to alphanumerical and some few special charactersThomas Huth1-0/+41
2023-11-10qom: Add object_property_set_default_list()Kevin Wolf1-0/+6
2023-10-03qom: Propagate alignment through type systemRichard Henderson1-0/+14
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana1-4/+14
2022-11-06module: rename module_load_one to module_loadClaudio Fontana1-2/+2
2022-10-27qom: Improve error messages when property has no getter or setterMarkus Armbruster1-2/+4
2022-03-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+5
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2022-03-04qom: assert integer does not overflowMichael S. Tsirkin1-1/+5
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow1-2/+2
2021-11-10monitor: Fix find_device_state() for IDs containing slashesMarkus Armbruster1-0/+11
2021-10-15qom: Reduce use of error_propagate()Kevin Wolf1-4/+3
2021-07-23qom: use correct field name when getting/setting alias propertiesPaolo Bonzini1-2/+7
2021-02-25qom/object.c: Fix typoDoug Evans1-1/+1
2021-02-08qom: Allow optional sugar propsGreg Kurz1-1/+3
2021-01-02qom: Assert that objects being destroyed have no parentEduardo Habkost1-0/+1
2020-12-19Revert "qobject: let object_property_get_str() use new API"Markus Armbruster1-3/+6
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-29/+7
2020-12-10qom: code hardening - have bound checking while looping with integer valueAni Sinha1-2/+3
2020-12-10qom: eliminate identical functionsPaolo Bonzini1-29/+7
2020-10-06qom: Improve error message displayed with missing object propertiesPhilippe Mathieu-Daudé1-1/+2
2020-09-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-10/+10
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-10/+10
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé1-25/+35