aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)AuthorFilesLines
2024-05-05target/sparc/cpu: Rename the CPU models with a "+" in their namesThomas Huth1-8/+0
2024-04-25qom: add default valueMaksim Davydov1-0/+1
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-06qom/object_interfaces: Clean up global variable shadowingPhilippe Mathieu-Daudé1-8/+8
2023-10-03qom: Propagate alignment through type systemRichard Henderson1-0/+14
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-1/+1
2023-02-27qom/object_interfaces: Fix QAPI headers includedPhilippe Mathieu-Daudé1-1/+1
2023-02-04qom: Move HMP commands from monitor/ to qom/Markus Armbruster1-0/+67
2022-12-14qapi qdev qom: Elide redundant has_FOO in generated CMarkus Armbruster1-6/+1
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-04-21include: add qemu/keyval.hMarc-André Lureau1-0/+1
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
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 Wolf2-17/+9
2021-07-23qom: use correct field name when getting/setting alias propertiesPaolo Bonzini1-2/+7
2021-07-06qom: export more functions for use with non-UserCreatable objectsPaolo Bonzini1-16/+42
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-04-01Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-04-...Peter Maydell1-1/+1
2021-04-01qom: Fix default values in helpMarkus Armbruster1-1/+1
2021-04-01Revert "qom: use qemu_printf to print help for user-creatable objects"Thomas Huth1-1/+0
2021-03-19Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-0/+1
2021-03-19qom: use qemu_printf to print help for user-creatable objectsPaolo Bonzini1-0/+1
2021-03-19qom: move user_creatable_add_opts logic to vl.c and QAPIfy itPaolo Bonzini1-54/+0
2021-03-19qom: Support JSON in HMP object_add and tools --objectKevin Wolf1-11/+21
2021-03-19qom: Add user_creatable_parse_str()Kevin Wolf1-6/+14
2021-03-19hmp: QAPIfy object_addKevin Wolf1-5/+6
2021-03-19qom: Add user_creatable_add_from_str()Kevin Wolf1-5/+24
2021-03-19qom: Factor out user_creatable_process_cmdline()Kevin Wolf2-20/+51
2021-03-19qom: Remove user_creatable_add_dict()Kevin Wolf1-32/+0
2021-03-19qom: Make "object" QemuOptsList optionalKevin Wolf1-2/+5
2021-03-19qapi/qom: QAPIfy object-addKevin Wolf1-2/+23
2021-03-19qapi/qom: Drop deprecated 'props' from object-addKevin Wolf1-21/+0
2021-03-06qom: Check for wellformed id in user_creatable_add_type()Kevin Wolf1-0/+9
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-19qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster2-6/+5
2020-12-19qobject: Make qobject_to_json_pretty() take a pretty argumentMarkus Armbruster1-1/+1