aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)Author
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
2020-12-10qom: code hardening - have bound checking while looping with integer valueAni Sinha
2020-12-10qom: eliminate identical functionsPaolo Bonzini
2020-12-10qom: Improve {qom,device}-list-properties error messagesMarkus Armbruster
2020-10-15qom: Add user_creatable_print_help_from_qdict()Kevin Wolf
2020-10-15qom: Factor out helpers from user_creatable_print_help()Kevin Wolf
2020-10-12qom: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé
2020-10-06qom: Improve error message displayed with missing object propertiesPhilippe Mathieu-Daudé
2020-09-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé
2020-09-18qom: Allow objects to be allocated with increased alignmentRichard Henderson
2020-09-18qom: Clean up object_property_get_enum()'s error valueMarkus Armbruster
2020-09-15object_initialize: try module loadGerd Hoffmann
2020-09-08qom: make object_ref/unref use a void * instead of Object *.Daniel P. Berrangé
2020-08-21meson: convert common QMP bits for qemu and qemu-storage-daemonPaolo Bonzini
2020-08-21meson: convert crypto directory to MesonMarc-André Lureau
2020-08-21meson: convert qom directory to Meson (tools part)Marc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-21qom: Make info qom-tree sort children more efficientlyMarkus Armbruster
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster
2020-07-17qom: Plug memory leak in "info qom-tree"Markus Armbruster
2020-07-10qom: Introduce object_property_try_add_child()Eric Auger
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster