aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)Author
35 hoursqapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definitionPhilippe Mathieu-Daudé
35 hoursqapi: 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
2021-03-19qom: Make "object" QemuOptsList optionalKevin Wolf
2021-03-19qapi/qom: QAPIfy object-addKevin Wolf
2021-03-19qapi/qom: Drop deprecated 'props' from object-addKevin Wolf
2021-03-06qom: Check for wellformed id in user_creatable_add_type()Kevin Wolf
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-19qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster
2020-12-19qobject: Make qobject_to_json_pretty() take a pretty argumentMarkus Armbruster
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell