aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-24vl: print default value in object helpMarc-André Lureau1-0/+6
2020-01-24qdev: rename DeviceClass.propsPaolo Bonzini1-1/+1
2020-01-24object: return self in object_ref()Marc-André Lureau1-2/+3
2020-01-24object: release all propsMarc-André Lureau1-11/+10
2020-01-24object: add object_class_property_add_link()Marc-André Lureau1-1/+45
2020-01-24object: express const link with link propertyMarc-André Lureau1-18/+23
2020-01-24object: add direct link flagMarc-André Lureau1-6/+20
2020-01-24object: rename link "child" to "target"Marc-André Lureau1-12/+12
2020-01-24object: check strong flag with &Marc-André Lureau1-1/+1
2020-01-24object: do not free class propertiesMarc-André Lureau1-4/+4
2020-01-24object: add object_property_set_defaultMarc-André Lureau1-0/+48
2020-01-24object: make object_class_property_add* return propertyMarc-André Lureau1-20/+44
2020-01-24object: add class property initializerMarc-André Lureau1-0/+14
2020-01-24object: avoid extra class property key duplicationMarc-André Lureau1-3/+3
2020-01-24object: add extra sanity checksMarc-André Lureau1-0/+1
2020-01-24qom/object: Display more helpful message when a parent is missingPhilippe Mathieu-Daudé1-1/+5
2020-01-24qom/object: Display more helpful message when an interface is missingPhilippe Mathieu-Daudé1-0/+5
2020-01-07qdev/qom: remove some TODO limitations now that PROP_PTR is goneMarc-André Lureau1-10/+0
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+26