summaryrefslogtreecommitdiffstats
path: root/include/qom/object.h
Commit message (Expand)AuthorAgeFilesLines
* Initial overlay of HQEMU 2.5.2 changes onto underlying 2.5.0 QEMU GIT tree2.5_overlayTimothy Pearson2019-11-291-0/+7
* qom: Update documentation comment of struct ObjectCao jin2015-12-031-3/+0
* qom: Replace object property list with GHashTablePavel Fedin2015-11-191-3/+7
* qom: Introduce ObjectPropertyIterator struct for iterationDaniel P. Berrange2015-11-181-0/+49
* qom/object: fix 2 comment typosCao jin2015-11-061-5/+5
* qom: Add recursive version of object_child_for_eachPeter Crosthwaite2015-09-081-0/+15
* qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange2015-06-191-2/+2
* qom: Add an object_property_add_enum() helper functionDaniel P. Berrange2015-06-191-0/+19
* qom: Make enum string tables const-correctDaniel P. Berrange2015-06-191-1/+1
* qom: Add object_new_with_props() / object_new_withpropv() helpersDaniel P. Berrange2015-06-191-0/+128
* qom: Add helper function for getting user objects rootDaniel P. Berrange2015-06-191-0/+12
* qom: add object_property_add_const_linkPaolo Bonzini2015-06-051-0/+18
* Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson2015-03-091-0/+14
* qom: Fix typo, 'my_class_init' -> 'derived_class_init'Zhoujian2015-02-161-1/+1
* qom: Add description field in ObjectProperty structGonglei2014-10-151-0/+14
* qom: add a generic mechanism to resolve pathsPaolo Bonzini2014-07-011-5/+29
* qom: add object_property_add_alias()Stefan Hajnoczi2014-07-011-0/+20
* qom: introduce object_property_get_enum and object_property_get_uint16ListHu Tao2014-06-191-0/+28
* qom: Add check() argument to object_property_add_link()Stefan Hajnoczi2014-03-191-0/+18
* qom: Make QOM link property unref optionalStefan Hajnoczi2014-03-191-1/+10
* object: add object_get_canonical_path_component()Stefan Hajnoczi2014-03-131-0/+8
* qapi: Add human mode to StringOutputVisitorPaolo Bonzini2014-02-141-1/+2
* qom: Do not register interface "types" in the type table and fix namesPaolo Bonzini2013-12-241-0/+1
* qom: Split out object and class cachesPeter Crosthwaite2013-12-241-1/+2
* qom: Fix pointer to int property helpers' documentationMichael S. Tsirkin2013-11-051-21/+52
* qom: add pointer to int property helpersMichael S. Tsirkin2013-10-141-0/+21
* qom: cleanup struct Error referencesMichael S. Tsirkin2013-10-141-25/+25
* cleanup object.h: include error.h directlyIgor Mammedov2013-10-141-1/+1
* qom: Assert instance size in object_initialize_with_type()Andreas Färber2013-08-301-1/+2
* qom: Pass available size to object_initialize()Andreas Färber2013-08-301-1/+2
* qom: Fix object_initialize_with_type() argument name in documentationAndreas Färber2013-08-301-1/+1
* object: Fix typo in qom/object.hPeter Chubb2013-08-301-1/+1
* qom: Introduce instance_post_init hookEduardo Habkost2013-08-161-0/+3
* qom: aggressively optimize qom castingAnthony Liguori2013-05-131-0/+4
* qom: allow turning cast debugging offPaolo Bonzini2013-05-131-5/+6
* qom: pass file/line/function to asserting castsPaolo Bonzini2013-05-131-5/+11
* qom: improve documentation of cast functionsPaolo Bonzini2013-05-131-2/+21
* Fix typos and misspellingsPeter Maydell2013-03-221-1/+1
* qom: remove object_deletePaolo Bonzini2013-02-011-17/+10
* qom: document reference counting of link propertiesPaolo Bonzini2013-02-011-0/+5
* qom: Introduce object_class_is_abstract()Andreas Färber2013-01-271-0/+8
* qom: Extend documentation on QOM method conceptsAndreas Färber2013-01-171-3/+101
* qom: Make object_resolve_path_component() path argument constAndreas Färber2013-01-151-1/+1
* Make all static TypeInfos constAndreas Färber2013-01-101-3/+3
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* qom: move include files to include/qom/Paolo Bonzini2012-12-191-0/+1003
OpenPOWER on IntegriCloud