aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake1-21/+8
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-29/+7
2020-12-10qom: code hardening - have bound checking while looping with integer valueAni Sinha1-2/+3
2020-12-10qom: eliminate identical functionsPaolo Bonzini1-29/+7
2020-12-10qom: Improve {qom,device}-list-properties error messagesMarkus Armbruster1-11/+6
2020-10-15qom: Add user_creatable_print_help_from_qdict()Kevin Wolf1-0/+9
2020-10-15qom: Factor out helpers from user_creatable_print_help()Kevin Wolf1-38/+52
2020-10-12qom: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé1-8/+0
2020-10-06qom: Improve error message displayed with missing object propertiesPhilippe Mathieu-Daudé1-1/+2
2020-09-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-10/+10