aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)Author
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
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qom: Make functions taking Error ** return bool, not 0/-1Markus Armbruster
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qom: Make functions taking Error ** return bool, not voidMarkus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qom: Use return values to check for error where that's simplerMarkus Armbruster
2020-07-10qom: Rename qdev_get_type() to object_get_type()Markus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-07qdev: device module supportGerd Hoffmann
2020-07-07object: qom module supportGerd Hoffmann
2020-06-17hmp: Make json format optional for qom-setDavid Hildenbrand
2020-06-17qom-hmp-cmds: fix a memleak in hmp_qom_getPan Nengyuan
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster
2020-06-15qom: Make "info qom-tree" show children sortedMarkus Armbruster
2020-06-15qom: Constify object_get_canonical_path{,_component}()'s parameterMarkus Armbruster
2020-06-10qom/container: remove .instance_size initializer from container_infoMasahiro Yamada
2020-06-10qom/object: pass (Object *) to object_initialize_with_type()Masahiro Yamada
2020-06-10qom/object: simplify type_initialize_interface()Masahiro Yamada
2020-06-10qom/object: factor out the initialization of hash table of propertiesMasahiro Yamada