aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)Author
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
2020-06-10qom: remove index from object_resolve_abs_path()Masahiro Yamada
2020-06-10qom/object: Fix object_child_foreach_recursive() return valueCédric Le Goater
2020-06-01hmp: Simplify qom-setDr. David Alan Gilbert
2020-06-01hmp: Implement qom-get HMP commandDr. David Alan Gilbert
2020-05-15various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé
2020-05-15qom: Drop @errp parameter of object_property_del()Markus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster
2020-05-15qom: Make all the object_property_add_FOO() return the propertyMarkus Armbruster
2020-05-15qom: Drop convenience method object_property_get_uint16List()Markus Armbruster