1. be17f18 qom: pass file/line/function to asserting casts by Paolo Bonzini · 12 years ago
  2. 33bc94e qom: improve documentation of cast functions by Paolo Bonzini · 12 years ago
  3. 085d813 Fix typos and misspellings by Peter Maydell · 12 years ago
  4. b76facc qom: remove object_delete by Paolo Bonzini · 12 years ago
  5. 6c232d2 qom: document reference counting of link properties by Paolo Bonzini · 12 years ago
  6. 1786237 qom: Introduce object_class_is_abstract() by Andreas Färber · 12 years ago
  7. 782beb5 qom: Extend documentation on QOM method concepts by Andreas Färber · 12 years ago
  8. 3e84b48 qom: Make object_resolve_path_component() path argument const by Andreas Färber · 12 years ago
  9. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  10. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  11. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago[Renamed from include/qemu/object.h]
  12. 339c270 qom: make object_finalize static by Paolo Bonzini · 12 years ago
  13. fde9bf4 qom: make object_delete usable for statically-allocated objects by Paolo Bonzini · 12 years ago
  14. 667d22d qdev: move bus removal to object_unparent by Paolo Bonzini · 12 years ago
  15. 0e55884 object: add object_property_add_bool (v2) by Anthony Liguori · 13 years ago
  16. 33e95c6 qom: Reimplement Interfaces by Anthony Liguori · 13 years ago
  17. 89bfe00 qom: Push error reporting to object_property_find() by Paolo Bonzini · 13 years ago
  18. 8cb6789 qdev: Remove qdev_prop_exists() by Paolo Bonzini · 13 years ago
  19. 9c4b4cc qom: Drop type_register_static_alias() macro by Paolo Bonzini · 13 years ago
  20. 745549c qom: Make Object a type by Paolo Bonzini · 13 years ago
  21. 3b50e31 qom: Add class_base_init by Paolo Bonzini · 13 years ago
  22. 32efc53 qom: Add object_child_foreach() by Paolo Bonzini · 13 years ago
  23. e7cce67 qom: Add object_class_get_parent() by Paolo Bonzini · 13 years ago
  24. 0466e45 qom: Documentation addition for object_class_by_name() by Paolo Bonzini · 13 years ago
  25. dfe47e7 qom: Refine container_get() to allow using a custom root by Andreas Färber · 13 years ago
  26. a612b2a qom: add container_get by Paolo Bonzini · 13 years ago
  27. 418ba9e qom: Introduce object_class_get_list() by Andreas Färber · 13 years ago
  28. 93148aa Spelling fixes in comments (it's -> its) by Stefan Weil · 13 years ago
  29. 441dd5e qom: Fix spelling in documentation by Stefan Weil · 13 years ago
  30. 358b546 qom: Document ways to retrieve child object added by object_property_add_child() by Alexander Barabash · 13 years ago
  31. b2cd7de qom: add generic string parsing/printing by Paolo Bonzini · 13 years ago
  32. 438e1c7 qom: Fix identifiers in documentation by Andreas Färber · 13 years ago
  33. a0dbf40 qom: Fix typo in Object's documentation by Andreas Färber · 13 years ago
  34. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  35. 1d9c5a1 qom: add property get/set wrappers for links by Paolo Bonzini · 13 years ago
  36. 02fe2db qom: add object_resolve_path_type by Paolo Bonzini · 13 years ago
  37. 7b7b7d1 qom: add property get/set wrappers for C types by Paolo Bonzini · 13 years ago
  38. 0815a85 qom: more documentation on subclassing by Paolo Bonzini · 13 years ago
  39. 1ed5b91 qom: clean up cast macros by Paolo Bonzini · 13 years ago
  40. 57c9faf qom: move properties from qdev to object by Anthony Liguori · 13 years ago
  41. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  42. 93c511a qom: allow object_class_foreach to take additional parameters to refine search by Anthony Liguori · 13 years ago
  43. 2f28d2ff qom: add the base Object class (v2) by Anthony Liguori · 13 years ago