Age | Commit message (Expand) | Author |
2017-01-24 | object: make some funcs static | Marc-André Lureau |
2017-01-24 | object.h: spelling fix | Marc-André Lureau |
2016-07-06 | qom: Fix comment typo | Changlong Xie |
2016-06-17 | qom: API to get instance_size of a type | Bharata B Rao |
2016-06-07 | all: Remove unnecessary glib.h includes | Peter Maydell |
2016-03-22 | Use scripts/clean-includes to drop redundant qemu/typedefs.h | Markus Armbruster |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-02-23 | include: Clean up includes | Peter Maydell |
2016-02-11 | qom: Correct object_property_get_int() description | Alistair Francis |
2016-02-08 | qom: Swap 'name' next to visitor in ObjectPropertyAccessor | Eric Blake |
2016-02-08 | qom: Use typedef for Visitor | Eric Blake |
2016-01-18 | qom: Change object property iterator API contract | Daniel P. Berrange |
2016-01-18 | qom: Allow properties to be registered against classes | Daniel P. Berrange |
2015-12-03 | qom: Update documentation comment of struct Object | Cao jin |
2015-11-19 | qom: Replace object property list with GHashTable | Pavel Fedin |
2015-11-18 | qom: Introduce ObjectPropertyIterator struct for iteration | Daniel P. Berrange |
2015-11-06 | qom/object: fix 2 comment typos | Cao jin |
2015-09-08 | qom: Add recursive version of object_child_for_each | Peter Crosthwaite |
2015-06-19 | qom: Don't pass string table to object_get_enum() function | Daniel P. Berrange |
2015-06-19 | qom: Add an object_property_add_enum() helper function | Daniel P. Berrange |
2015-06-19 | qom: Make enum string tables const-correct | Daniel P. Berrange |
2015-06-19 | qom: Add object_new_with_props() / object_new_withpropv() helpers | Daniel P. Berrange |
2015-06-19 | qom: Add helper function for getting user objects root | Daniel P. Berrange |
2015-06-05 | qom: add object_property_add_const_link | Paolo Bonzini |
2015-03-09 | Generalize QOM publishing of date and time from mc146818rtc.c | David Gibson |
2015-02-16 | qom: Fix typo, 'my_class_init' -> 'derived_class_init' | Zhoujian |
2014-10-15 | qom: Add description field in ObjectProperty struct | Gonglei |
2014-07-01 | qom: add a generic mechanism to resolve paths | Paolo Bonzini |
2014-07-01 | qom: add object_property_add_alias() | Stefan Hajnoczi |
2014-06-19 | qom: introduce object_property_get_enum and object_property_get_uint16List | Hu Tao |
2014-03-19 | qom: Add check() argument to object_property_add_link() | Stefan Hajnoczi |
2014-03-19 | qom: Make QOM link property unref optional | Stefan Hajnoczi |
2014-03-13 | object: add object_get_canonical_path_component() | Stefan Hajnoczi |
2014-02-14 | qapi: Add human mode to StringOutputVisitor | Paolo Bonzini |
2013-12-24 | qom: Do not register interface "types" in the type table and fix names | Paolo Bonzini |
2013-12-24 | qom: Split out object and class caches | Peter Crosthwaite |
2013-11-05 | qom: Fix pointer to int property helpers' documentation | Michael S. Tsirkin |
2013-10-14 | qom: add pointer to int property helpers | Michael S. Tsirkin |
2013-10-14 | qom: cleanup struct Error references | Michael S. Tsirkin |
2013-10-14 | cleanup object.h: include error.h directly | Igor Mammedov |
2013-08-30 | qom: Assert instance size in object_initialize_with_type() | Andreas Färber |
2013-08-30 | qom: Pass available size to object_initialize() | Andreas Färber |
2013-08-30 | qom: Fix object_initialize_with_type() argument name in documentation | Andreas Färber |
2013-08-30 | object: Fix typo in qom/object.h | Peter Chubb |
2013-08-16 | qom: Introduce instance_post_init hook | Eduardo Habkost |
2013-05-13 | qom: aggressively optimize qom casting | Anthony Liguori |
2013-05-13 | qom: allow turning cast debugging off | Paolo Bonzini |
2013-05-13 | qom: pass file/line/function to asserting casts | Paolo Bonzini |
2013-05-13 | qom: improve documentation of cast functions | Paolo Bonzini |
2013-03-22 | Fix typos and misspellings | Peter Maydell |