aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-10/+10
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé1-25/+35
2020-09-18qom: Allow objects to be allocated with increased alignmentRichard Henderson1-3/+33
2020-09-18qom: Clean up object_property_get_enum()'s error valueMarkus Armbruster1-3/+3
2020-09-15object_initialize: try module loadGerd Hoffmann1-0/+6
2020-09-08qom: make object_ref/unref use a void * instead of Object *.Daniel P. Berrangé1-2/+4
2020-08-21meson: convert common QMP bits for qemu and qemu-storage-daemonPaolo Bonzini2-2/+3
2020-08-21meson: convert crypto directory to MesonMarc-André Lureau1-1/+1
2020-08-21meson: convert qom directory to Meson (tools part)Marc-André Lureau2-3/+15
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-21qom: Make info qom-tree sort children more efficientlyMarkus Armbruster1-12/+13
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster2-11/+7
2020-07-17qom: Plug memory leak in "info qom-tree"Markus Armbruster1-2/+4
2020-07-10qom: Introduce object_property_try_add_child()Eric Auger2-7/+21
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster2-24/+14
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster1-3/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-24/+8
2020-07-10qom: Make functions taking Error ** return bool, not 0/-1Markus Armbruster1-7/+7
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2-14/+7
2020-07-10qom: Make functions taking Error ** return bool, not voidMarkus Armbruster3-47/+79
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster5-33/+34
2020-07-10qom: Use return values to check for error where that's simplerMarkus Armbruster1-11/+14
2020-07-10qom: Rename qdev_get_type() to object_get_type()Markus Armbruster1-2/+2
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2-30/+15
2020-07-07qdev: device module supportGerd Hoffmann1-1/+2
2020-07-07object: qom module supportGerd Hoffmann1-0/+14
2020-06-17hmp: Make json format optional for qom-setDavid Hildenbrand1-4/+16
2020-06-17qom-hmp-cmds: fix a memleak in hmp_qom_getPan Nengyuan1-0/+1
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-4/+15
2020-06-15qom: Make "info qom-tree" show children sortedMarkus Armbruster1-8/+16
2020-06-15qom: Constify object_get_canonical_path{,_component}()'s parameterMarkus Armbruster1-2/+2
2020-06-10qom/container: remove .instance_size initializer from container_infoMasahiro Yamada1-1/+0
2020-06-10qom/object: pass (Object *) to object_initialize_with_type()Masahiro Yamada1-3/+1
2020-06-10qom/object: simplify type_initialize_interface()Masahiro Yamada1-2/+1
2020-06-10qom/object: factor out the initialization of hash table of propertiesMasahiro Yamada1-5/+3
2020-06-10qom: remove index from object_resolve_abs_path()Masahiro Yamada1-10/+9
2020-06-10qom/object: Fix object_child_foreach_recursive() return valueCédric Le Goater1-1/+4
2020-06-01hmp: Simplify qom-setDr. David Alan Gilbert1-11/+5
2020-06-01hmp: Implement qom-get HMP commandDr. David Alan Gilbert1-0/+18
2020-05-15various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé1-2/+2