Age | Commit message (Expand) | Author |
2020-06-17 | hmp: Make json format optional for qom-set | David Hildenbrand |
2020-06-17 | qom-hmp-cmds: fix a memleak in hmp_qom_get | Pan Nengyuan |
2020-06-15 | qom: Less verbose object_initialize_child() | Markus Armbruster |
2020-06-15 | qom: Make "info qom-tree" show children sorted | Markus Armbruster |
2020-06-15 | qom: Constify object_get_canonical_path{,_component}()'s parameter | Markus Armbruster |
2020-06-10 | qom/container: remove .instance_size initializer from container_info | Masahiro Yamada |
2020-06-10 | qom/object: pass (Object *) to object_initialize_with_type() | Masahiro Yamada |
2020-06-10 | qom/object: simplify type_initialize_interface() | Masahiro Yamada |
2020-06-10 | qom/object: factor out the initialization of hash table of properties | Masahiro Yamada |
2020-06-10 | qom: remove index from object_resolve_abs_path() | Masahiro Yamada |
2020-06-10 | qom/object: Fix object_child_foreach_recursive() return value | Cédric Le Goater |
2020-06-01 | hmp: Simplify qom-set | Dr. David Alan Gilbert |
2020-06-01 | hmp: Implement qom-get HMP command | Dr. David Alan Gilbert |
2020-05-15 | various: Remove unnecessary OBJECT() cast | Philippe Mathieu-Daudé |
2020-05-15 | qom: Drop @errp parameter of object_property_del() | Markus Armbruster |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster |
2020-05-15 | qom: Drop object_property_set_description() parameter @errp | Markus Armbruster |
2020-05-15 | qom: Make all the object_property_add_FOO() return the property | Markus Armbruster |
2020-05-15 | qom: Drop convenience method object_property_get_uint16List() | Markus Armbruster |
2020-05-15 | qom: Simplify object_property_get_enum() | Markus Armbruster |
2020-05-15 | qom: Drop object_property_del_child()'s unused parameter @errp | Markus Armbruster |
2020-05-15 | qom: Clean up inconsistent use of gchar * vs. char * | Markus Armbruster |
2020-05-15 | qom: Clearer reference counting in object_initialize_childv() | Markus Armbruster |
2020-04-30 | qemu-storage-daemon: Fix non-string --object properties | Kevin Wolf |
2020-04-30 | qom: Factor out user_creatable_add_dict() | Kevin Wolf |
2020-04-30 | qom: Simplify object_property_get_enum() | Markus Armbruster |
2020-04-02 | object-add: don't create return value if failed | Paolo Bonzini |
2020-03-16 | qom/object: enable setter for uint types | Felipe Franciosi |
2020-03-11 | qom-qmp-cmds: fix two memleaks in qmp_object_add | Pan Nengyuan |
2020-03-06 | qemu-storage-daemon: Add --object option | Kevin Wolf |
2020-03-06 | qapi: Flatten object-add | Kevin Wolf |
2020-01-24 | qapi/qmp: add ObjectPropertyInfo.default-value | Marc-André Lureau |
2020-01-24 | qom: introduce object_property_help() | Marc-André Lureau |
2020-01-24 | qom: simplify qmp_device_list_properties() | Paolo Bonzini |
2020-01-24 | vl: print default value in object help | Marc-André Lureau |
2020-01-24 | qdev: rename DeviceClass.props | Paolo Bonzini |
2020-01-24 | object: return self in object_ref() | Marc-André Lureau |
2020-01-24 | object: release all props | Marc-André Lureau |
2020-01-24 | object: add object_class_property_add_link() | Marc-André Lureau |
2020-01-24 | object: express const link with link property | Marc-André Lureau |
2020-01-24 | object: add direct link flag | Marc-André Lureau |
2020-01-24 | object: rename link "child" to "target" | Marc-André Lureau |
2020-01-24 | object: check strong flag with & | Marc-André Lureau |
2020-01-24 | object: do not free class properties | Marc-André Lureau |
2020-01-24 | object: add object_property_set_default | Marc-André Lureau |
2020-01-24 | object: make object_class_property_add* return property | Marc-André Lureau |
2020-01-24 | object: add class property initializer | Marc-André Lureau |
2020-01-24 | object: avoid extra class property key duplication | Marc-André Lureau |
2020-01-24 | object: add extra sanity checks | Marc-André Lureau |
2020-01-24 | qom/object: Display more helpful message when a parent is missing | Philippe Mathieu-Daudé |