aboutsummaryrefslogtreecommitdiff
path: root/qom/object.c
AgeCommit message (Expand)Author
2024-10-31qom: let object_new use a module if the type is not presentPaolo Bonzini
2024-10-31qom: centralize module-loading functionalityPaolo Bonzini
2024-10-31qom: remove unused functionPaolo Bonzini
2024-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-10-03qom: set *ambiguous on all pathsMarc-André Lureau
2024-10-03qom: rename object_resolve_path_type() "ambiguousp"Marc-André Lureau
2024-10-02qom/object: fix -Werror=maybe-uninitializedMarc-André Lureau
2024-09-24qom: remove return after g_assert_not_reached()Pierrick Bouvier
2024-05-05target/sparc/cpu: Rename the CPU models with a "+" in their namesThomas Huth
2024-04-24qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definitionPhilippe Mathieu-Daudé
2024-04-24qapi: Inline QERR_INVALID_PARAMETER_TYPE definition (constant value)Philippe Mathieu-Daudé
2024-02-27hw/acpi: move object_resolve_type_unambiguous to core QOMPaolo Bonzini
2024-02-05target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rulesThomas Huth
2023-12-20qom/object: Limit type names to alphanumerical and some few special charactersThomas Huth
2023-11-10qom: Add object_property_set_default_list()Kevin Wolf
2023-10-03qom: Propagate alignment through type systemRichard Henderson
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana
2022-11-06module: rename module_load_one to module_loadClaudio Fontana
2022-10-27qom: Improve error messages when property has no getter or setterMarkus Armbruster
2022-03-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-03-04qom: assert integer does not overflowMichael S. Tsirkin
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow
2021-11-10monitor: Fix find_device_state() for IDs containing slashesMarkus Armbruster
2021-10-15qom: Reduce use of error_propagate()Kevin Wolf
2021-07-23qom: use correct field name when getting/setting alias propertiesPaolo Bonzini
2021-02-25qom/object.c: Fix typoDoug Evans
2021-02-08qom: Allow optional sugar propsGreg Kurz
2021-01-02qom: Assert that objects being destroyed have no parentEduardo Habkost
2020-12-19Revert "qobject: let object_property_get_str() use new API"Markus Armbruster
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-12-10qom: code hardening - have bound checking while looping with integer valueAni Sinha
2020-12-10qom: eliminate identical functionsPaolo Bonzini
2020-10-06qom: Improve error message displayed with missing object propertiesPhilippe Mathieu-Daudé
2020-09-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé
2020-09-18qom: Allow objects to be allocated with increased alignmentRichard Henderson
2020-09-18qom: Clean up object_property_get_enum()'s error valueMarkus Armbruster
2020-09-15object_initialize: try module loadGerd Hoffmann
2020-09-08qom: make object_ref/unref use a void * instead of Object *.Daniel P. Berrangé
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster
2020-07-10qom: Introduce object_property_try_add_child()Eric Auger
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qom: Make functions taking Error ** return bool, not 0/-1Markus Armbruster
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qom: Make functions taking Error ** return bool, not voidMarkus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster