aboutsummaryrefslogtreecommitdiffstats
path: root/qom (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/sparc/cpu: Rename the CPU models with a "+" in their namesThomas Huth2024-05-051-8/+0
* qom: add default valueMaksim Davydov2024-04-251-0/+1
* qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definitionPhilippe Mathieu-Daudé2024-04-241-2/+2
* qapi: Inline QERR_INVALID_PARAMETER_TYPE definition (constant value)Philippe Mathieu-Daudé2024-04-241-4/+8
* hw/acpi: move object_resolve_type_unambiguous to core QOMPaolo Bonzini2024-02-271-0/+16
* target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rulesThomas Huth2024-02-051-4/+0
* qom/object: Limit type names to alphanumerical and some few special charactersThomas Huth2023-12-201-0/+41
* qom: Add object_property_set_default_list()Kevin Wolf2023-11-101-0/+6
* qom/object_interfaces: Clean up global variable shadowingPhilippe Mathieu-Daudé2023-10-061-8/+8
* qom: Propagate alignment through type systemRichard Henderson2023-10-031-0/+14
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-1/+1
* qom/object_interfaces: Fix QAPI headers includedPhilippe Mathieu-Daudé2023-02-271-1/+1
* qom: Move HMP commands from monitor/ to qom/Markus Armbruster2023-02-041-0/+67
* qapi qdev qom: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-6/+1
* module: add Error arguments to module_load and module_load_qomClaudio Fontana2022-11-061-4/+14
* module: rename module_load_one to module_loadClaudio Fontana2022-11-061-2/+2
* qom: Improve error messages when property has no getter or setterMarkus Armbruster2022-10-271-2/+4
* include: add qemu/keyval.hMarc-André Lureau2022-04-211-0/+1
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2022-03-081-1/+5
|\
| * qom: assert integer does not overflowMichael S. Tsirkin2022-03-041-1/+5
* | osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
|/
* Mark remaining global TypeInfo instances as constBernhard Beschow2022-02-211-2/+2
* monitor: Fix find_device_state() for IDs containing slashesMarkus Armbruster2021-11-101-0/+11
* qom: Reduce use of error_propagate()Kevin Wolf2021-10-152-17/+9
* qom: use correct field name when getting/setting alias propertiesPaolo Bonzini2021-07-231-2/+7
* qom: export more functions for use with non-UserCreatable objectsPaolo Bonzini2021-07-061-16/+42
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-04-01' into stagingPeter Maydell2021-04-011-1/+1
|\
| * qom: Fix default values in helpMarkus Armbruster2021-04-011-1/+1
* | Revert "qom: use qemu_printf to print help for user-creatable objects"Thomas Huth2021-04-011-1/+0
|/
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into stagingPeter Maydell2021-03-191-0/+1
|\
| * qom: use qemu_printf to print help for user-creatable objectsPaolo Bonzini2021-03-191-0/+1
* | qom: move user_creatable_add_opts logic to vl.c and QAPIfy itPaolo Bonzini2021-03-191-54/+0
* | qom: Support JSON in HMP object_add and tools --objectKevin Wolf2021-03-191-11/+21
* | qom: Add user_creatable_parse_str()Kevin Wolf2021-03-191-6/+14
* | hmp: QAPIfy object_addKevin Wolf2021-03-191-5/+6
* | qom: Add user_creatable_add_from_str()Kevin Wolf2021-03-191-5/+24
* | qom: Factor out user_creatable_process_cmdline()Kevin Wolf2021-03-192-20/+51
* | qom: Remove user_creatable_add_dict()Kevin Wolf2021-03-191-32/+0
* | qom: Make "object" QemuOptsList optionalKevin Wolf2021-03-191-2/+5
* | qapi/qom: QAPIfy object-addKevin Wolf2021-03-191-2/+23
* | qapi/qom: Drop deprecated 'props' from object-addKevin Wolf2021-03-191-21/+0
|/
* qom: Check for wellformed id in user_creatable_add_type()Kevin Wolf2021-03-061-0/+9
* qom/object.c: Fix typoDoug Evans2021-02-251-1/+1
* qom: Allow optional sugar propsGreg Kurz2021-02-081-1/+3
* qom: Assert that objects being destroyed have no parentEduardo Habkost2021-01-021-0/+1
* Revert "qobject: let object_property_get_str() use new API"Markus Armbruster2020-12-191-3/+6
* qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster2020-12-192-6/+5
* qobject: Make qobject_to_json_pretty() take a pretty argumentMarkus Armbruster2020-12-191-1/+1