Age | Commit message (Expand) | Author | Files | Lines |
2020-05-15 | various: Remove unnecessary OBJECT() cast | Philippe Mathieu-Daudé | 1 | -2/+2 |
2020-05-15 | qom: Drop @errp parameter of object_property_del() | Markus Armbruster | 2 | -8/+2 |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 3 | -207/+102 |
2020-05-15 | qom: Drop object_property_set_description() parameter @errp | Markus Armbruster | 1 | -15/+4 |
2020-05-15 | qom: Make all the object_property_add_FOO() return the property | Markus Armbruster | 1 | -123/+127 |
2020-05-15 | qom: Drop convenience method object_property_get_uint16List() | Markus Armbruster | 1 | -23/+0 |
2020-05-15 | qom: Simplify object_property_get_enum() | Markus Armbruster | 1 | -9/+2 |
2020-05-15 | qom: Drop object_property_del_child()'s unused parameter @errp | Markus Armbruster | 1 | -2/+2 |
2020-05-15 | qom: Clean up inconsistent use of gchar * vs. char * | Markus Armbruster | 2 | -23/+25 |
2020-05-15 | qom: Clearer reference counting in object_initialize_childv() | Markus Armbruster | 1 | -8/+8 |
2020-04-30 | qemu-storage-daemon: Fix non-string --object properties | Kevin Wolf | 2 | -3/+7 |
2020-04-30 | qom: Factor out user_creatable_add_dict() | Kevin Wolf | 2 | -23/+28 |
2020-04-30 | qom: Simplify object_property_get_enum() | Markus Armbruster | 1 | -3/+1 |
2020-04-02 | object-add: don't create return value if failed | Paolo Bonzini | 1 | -4/+1 |
2020-03-16 | qom/object: enable setter for uint types | Felipe Franciosi | 1 | -24/+188 |
2020-03-11 | qom-qmp-cmds: fix two memleaks in qmp_object_add | Pan Nengyuan | 1 | -10/+6 |
2020-03-06 | qemu-storage-daemon: Add --object option | Kevin Wolf | 1 | -0/+1 |
2020-03-06 | qapi: Flatten object-add | Kevin Wolf | 1 | -7/+35 |
2020-01-24 | qapi/qmp: add ObjectPropertyInfo.default-value | Marc-André Lureau | 1 | -0/+2 |
2020-01-24 | qom: introduce object_property_help() | Marc-André Lureau | 1 | -17/+28 |
2020-01-24 | qom: simplify qmp_device_list_properties() | Paolo Bonzini | 1 | -47/+5 |
2020-01-24 | vl: print default value in object help | Marc-André Lureau | 1 | -0/+6 |
2020-01-24 | qdev: rename DeviceClass.props | Paolo Bonzini | 1 | -1/+1 |
2020-01-24 | object: return self in object_ref() | Marc-André Lureau | 1 | -2/+3 |
2020-01-24 | object: release all props | Marc-André Lureau | 1 | -11/+10 |
2020-01-24 | object: add object_class_property_add_link() | Marc-André Lureau | 1 | -1/+45 |
2020-01-24 | object: express const link with link property | Marc-André Lureau | 1 | -18/+23 |
2020-01-24 | object: add direct link flag | Marc-André Lureau | 1 | -6/+20 |
2020-01-24 | object: rename link "child" to "target" | Marc-André Lureau | 1 | -12/+12 |
2020-01-24 | object: check strong flag with & | Marc-André Lureau | 1 | -1/+1 |
2020-01-24 | object: do not free class properties | Marc-André Lureau | 1 | -4/+4 |
2020-01-24 | object: add object_property_set_default | Marc-André Lureau | 1 | -0/+48 |
2020-01-24 | object: make object_class_property_add* return property | Marc-André Lureau | 1 | -20/+44 |
2020-01-24 | object: add class property initializer | Marc-André Lureau | 1 | -0/+14 |
2020-01-24 | object: avoid extra class property key duplication | Marc-André Lureau | 1 | -3/+3 |
2020-01-24 | object: add extra sanity checks | Marc-André Lureau | 1 | -0/+1 |
2020-01-24 | qom/object: Display more helpful message when a parent is missing | Philippe Mathieu-Daudé | 1 | -1/+5 |
2020-01-24 | qom/object: Display more helpful message when an interface is missing | Philippe Mathieu-Daudé | 1 | -0/+5 |
2020-01-07 | qdev/qom: remove some TODO limitations now that PROP_PTR is gone | Marc-André Lureau | 1 | -10/+0 |
2019-12-20 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -2/+26 |
2019-12-18 | hmp: drop Error pointer indirection in hmp_handle_error | Vladimir Sementsov-Ogievskiy | 1 | -2/+2 |
2019-12-17 | qom: add object_new_with_class | Paolo Bonzini | 1 | -0/+5 |
2019-12-17 | qom: introduce object_register_sugar_prop | Paolo Bonzini | 1 | -2/+21 |
2019-11-12 | qom: Fix error message in object_class_property_add() | Greg Kurz | 1 | -6/+4 |
2019-10-14 | vl: Split off user_creatable_print_help() | Kevin Wolf | 1 | -0/+61 |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster | 2 | -459/+0 |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Clean up inclusion of exec/cpu-common.h | Markus Armbruster | 1 | -1/+0 |