aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)Author
2024-10-31qom: allow user-creatable classes to be in modulesPaolo Bonzini
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: use object_new_with_class when possiblePaolo 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-25qom: add default valueMaksim Davydov
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-06qom/object_interfaces: Clean up global variable shadowingPhilippe Mathieu-Daudé
2023-10-03qom: Propagate alignment through type systemRichard Henderson
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-02-27qom/object_interfaces: Fix QAPI headers includedPhilippe Mathieu-Daudé
2023-02-04qom: Move HMP commands from monitor/ to qom/Markus Armbruster
2022-12-14qapi qdev qom: Elide redundant has_FOO in generated CMarkus Armbruster
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-04-21include: add qemu/keyval.hMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus 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-07-06qom: export more functions for use with non-UserCreatable objectsPaolo Bonzini
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-04-01Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-04-...Peter Maydell
2021-04-01qom: Fix default values in helpMarkus Armbruster
2021-04-01Revert "qom: use qemu_printf to print help for user-creatable objects"Thomas Huth
2021-03-19Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-03-19qom: use qemu_printf to print help for user-creatable objectsPaolo Bonzini
2021-03-19qom: move user_creatable_add_opts logic to vl.c and QAPIfy itPaolo Bonzini
2021-03-19qom: Support JSON in HMP object_add and tools --objectKevin Wolf
2021-03-19qom: Add user_creatable_parse_str()Kevin Wolf
2021-03-19hmp: QAPIfy object_addKevin Wolf
2021-03-19qom: Add user_creatable_add_from_str()Kevin Wolf
2021-03-19qom: Factor out user_creatable_process_cmdline()Kevin Wolf
2021-03-19qom: Remove user_creatable_add_dict()Kevin Wolf