Age | Commit message (Expand) | Author | Files | Lines |
2014-09-04 | qom: Add automatic arrayification to object_property_add() | Peter Crosthwaite | 1 | -0/+21 |
2014-09-04 | qom: Make object_child_foreach() safe for objects removal | Alexey Kardashevskiy | 1 | -2/+2 |
2014-09-02 | qom/object.c, hmp.c: fix string_output_get_string() memory leak | Chen Fan | 1 | -2/+10 |
2014-08-17 | qom: object: move unparenting to the child property's release callback | Paolo Bonzini | 1 | -10/+4 |
2014-08-17 | qom: object: delete properties before calling instance_finalize | Paolo Bonzini | 1 | -1/+1 |
2014-07-01 | qom: object: Ignore refs/unrefs of NULL | Peter Crosthwaite | 1 | -6/+8 |
2014-07-01 | qom: object: remove parent pointer when unparenting | Peter Crosthwaite | 1 | -0/+1 |
2014-07-01 | qom: allow creating an alias of a child<> property | Paolo Bonzini | 1 | -1/+11 |
2014-07-01 | qom: add a generic mechanism to resolve paths | Paolo Bonzini | 1 | -29/+53 |
2014-07-01 | qom: add object_property_add_alias() | Stefan Hajnoczi | 1 | -0/+51 |
2014-06-19 | qom: introduce object_property_get_enum and object_property_get_uint16List | Hu Tao | 1 | -0/+35 |
2014-04-25 | qerror.h: Remove QERR defines that are only used once | Cole Robinson | 1 | -2/+3 |
2014-04-11 | qom: Fix crash with qom-list and link properties | Cole Robinson | 1 | -1/+2 |
2014-03-19 | qom: Add check() argument to object_property_add_link() | Stefan Hajnoczi | 1 | -1/+17 |
2014-03-19 | qom: Make QOM link property unref optional | Stefan Hajnoczi | 1 | -3/+33 |
2014-03-19 | qom: Don't make link NULL on object_property_set_link() failure | Stefan Hajnoczi | 1 | -14/+15 |
2014-03-19 | qom: Split object_property_set_link() | Stefan Hajnoczi | 1 | -20/+40 |
2014-03-13 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 1 | -22/+32 |
2014-03-13 | object: add object_get_canonical_path_component() | Stefan Hajnoczi | 1 | -22/+32 |
2014-03-12 | qom: Avoid leaking str and bool properties on failure | Stefan Hajnoczi | 1 | -2/+12 |
2014-02-14 | qapi: Add human mode to StringOutputVisitor | Paolo Bonzini | 1 | -2/+2 |
2014-01-14 | Merge remote branch 'luiz/queue/qmp' into qmpq | Edgar E. Iglesias | 1 | -3/+8 |
2014-01-06 | qom: catch errors in object_property_add_child | Paolo Bonzini | 1 | -3/+8 |
2013-12-24 | qom: Detect bad reentrance during object_class_foreach() | Hervé Poussineau | 1 | -0/+5 |
2013-12-24 | qom: Do not register interface "types" in the type table and fix names | Paolo Bonzini | 1 | -11/+21 |
2013-12-24 | qom: Split out object and class caches | Peter Crosthwaite | 1 | -6/+7 |
2013-11-19 | qom: Fix memory leak in object_property_set_link() | Vlad Yasevich | 1 | -2/+3 |
2013-10-14 | qom: add pointer to int property helpers | Michael S. Tsirkin | 1 | -0/+60 |
2013-08-30 | qom: Assert instance size in object_initialize_with_type() | Andreas Färber | 1 | -3/+4 |
2013-08-30 | qom: Pass available size to object_initialize() | Andreas Färber | 1 | -1/+1 |
2013-08-16 | qom: Introduce instance_post_init hook | Eduardo Habkost | 1 | -0/+14 |
2013-07-10 | qom: Fix class cast of NULL classes | Peter Crosthwaite | 1 | -3/+3 |
2013-07-04 | qom: Use atomics for object refcounting | Jan Kiszka | 1 | -3/+2 |
2013-05-22 | qom/object: Don't poll cast cache for NULL objects | Peter Crosthwaite | 1 | -2/+2 |
2013-05-13 | qom: aggressively optimize qom casting | Anthony Liguori | 1 | -2/+38 |
2013-05-13 | qom: allow turning cast debugging off | Paolo Bonzini | 1 | -4/+11 |
2013-05-13 | qom: trace asserting casts | Paolo Bonzini | 1 | -1/+9 |
2013-05-13 | qom: pass file/line/function to asserting casts | Paolo Bonzini | 1 | -6/+9 |
2013-05-13 | qom: add a fast path to object_class_dynamic_cast | Paolo Bonzini | 1 | -0/+5 |
2013-05-13 | qom: allow casting of a NULL class | Paolo Bonzini | 1 | -3/+9 |
2013-04-30 | QOM: Fail casts for unknown types | Alexander Graf | 1 | -0/+5 |
2013-04-29 | qom: do not return root for empty path | Paolo Bonzini | 1 | -10/+2 |
2013-04-16 | qom: do nothing on unparent of object without parent | Paolo Bonzini | 1 | -0/+4 |
2013-03-26 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori | 1 | -3/+3 |
2013-03-26 | qom: call class destructor before unparent | Michael S. Tsirkin | 1 | -3/+3 |
2013-03-26 | qom: Detect attempts to add a property that already exists | Peter Maydell | 1 | -1/+12 |
2013-02-21 | qom/object.c: Allow itf cast with num_itfs = 0 | Peter Crosthwaite | 1 | -1/+2 |
2013-02-21 | qom/object.c: Reset interface list on inheritance | Peter Crosthwaite | 1 | -0/+1 |
2013-02-01 | qom: remove object_delete | Paolo Bonzini | 1 | -7/+0 |
2013-02-01 | qom: preserve object while unparenting it | Paolo Bonzini | 1 | -0/+2 |