aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-15qom: Drop @errp parameter of object_property_del()Markus Armbruster2-8/+2
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster3-207/+102
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster1-15/+4
2020-05-15qom: Make all the object_property_add_FOO() return the propertyMarkus Armbruster1-123/+127
2020-05-15qom: Drop convenience method object_property_get_uint16List()Markus Armbruster1-23/+0
2020-05-15qom: Simplify object_property_get_enum()Markus Armbruster1-9/+2
2020-05-15qom: Drop object_property_del_child()'s unused parameter @errpMarkus Armbruster1-2/+2
2020-05-15qom: Clean up inconsistent use of gchar * vs. char *Markus Armbruster2-23/+25
2020-05-15qom: Clearer reference counting in object_initialize_childv()Markus Armbruster1-8/+8
2020-04-30qemu-storage-daemon: Fix non-string --object propertiesKevin Wolf2-3/+7
2020-04-30qom: Factor out user_creatable_add_dict()Kevin Wolf2-23/+28
2020-04-30qom: Simplify object_property_get_enum()Markus Armbruster1-3/+1
2020-04-02object-add: don't create return value if failedPaolo Bonzini1-4/+1
2020-03-16qom/object: enable setter for uint typesFelipe Franciosi1-24/+188
2020-03-11qom-qmp-cmds: fix two memleaks in qmp_object_addPan Nengyuan1-10/+6
2020-03-06qemu-storage-daemon: Add --object optionKevin Wolf1-0/+1
2020-03-06qapi: Flatten object-addKevin Wolf1-7/+35
2020-01-24qapi/qmp: add ObjectPropertyInfo.default-valueMarc-André Lureau1-0/+2
2020-01-24qom: introduce object_property_help()Marc-André Lureau1-17/+28
2020-01-24qom: simplify qmp_device_list_properties()Paolo Bonzini1-47/+5