1. 6134d75 qom: don't require user creatable objects to be registered by Daniel P. Berrangé · 7 years ago
  2. d774174 globals: Allow global properties to be optional by Eduardo Habkost · 6 years ago
  3. d769f0d qom: Don't keep error value between object_property_parse() calls by Eduardo Habkost · 6 years ago
  4. 50545b2 qdev-props: call object_apply_global_props() by Marc-André Lureau · 6 years ago
  5. ea9ce89 hw: apply accel compat properties without touching globals by Marc-André Lureau · 6 years ago
  6. 37fdb2c qom: remove unimplemented class_finalize by Marc-André Lureau · 6 years ago
  7. 3650b2d qom: make user_creatable_complete() specific to UserCreatable by Marc-André Lureau · 6 years ago
  8. 7439a03 qom/object: register 'type' property as class property by Marc-André Lureau · 7 years ago
  9. 684546d qom/object: fix iterating properties over a class by Marc-André Lureau · 7 years ago
  10. 422ca14 qom/object: add some interface asserts by Marc-André Lureau · 6 years ago
  11. 0210b39 qom/object: Add a new function object_initialize_child() by Thomas Huth · 7 years ago
  12. 719a307 Purge uses of banned g_assert_FOO() by Markus Armbruster · 7 years ago
  13. 265b578 object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence by Marc-André Lureau · 7 years ago
  14. e40077f qom: support orphan objects in object_get_canonical_path by Paolo Bonzini · 7 years ago
  15. 770dec2 qom: allow object_get_canonical_path_component without parent by Paolo Bonzini · 7 years ago
  16. cb3e7f0 qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF by Marc-André Lureau · 7 years ago
  17. aafb21a qobject: let object_property_get_str() use new API by Peter Xu · 7 years ago
  18. 7dc847e qapi: Replace qobject_to_X(o) by qobject_to(X, o) by Max Reitz · 7 years ago
  19. 47c6600 qom: introduce object_class_get_list_sorted by Paolo Bonzini · 7 years ago
  20. 961c47b qmp: Add qom-list-properties to list QOM object properties by Alexey Kardashevskiy · 7 years ago
  21. eb815e2 qapi: Move qapi-schema.json to qapi/, rename generated files by Markus Armbruster · 7 years ago
  22. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  23. 5ee9d2f Include qapi/qmp/qobject.h exactly where needed by Markus Armbruster · 7 years ago
  24. 15280c3 qdict qlist: Make most helper macros functions by Markus Armbruster · 7 years ago
  25. aa04c9d2 qom: introduce type_register_static_array() by Igor Mammedov · 7 years ago
  26. 7c47c4e qom: provide root container for internal objs by Peter Xu · 7 years ago
  27. f7abe0e qapi: Change data type of the FOO_lookup generated for enum FOO by Marc-André Lureau · 8 years ago
  28. ebcc479 qom: Fix ambiguous path detection when ambiguous=NULL by Eduardo Habkost · 8 years ago
  29. 8f5d58e qom: enforce readonly nature of link's check callback by Igor Mammedov · 8 years ago
  30. 3152779 object: add uint property setter/getter by Marc-André Lureau · 8 years ago
  31. 01b2ffc qapi: merge QInt and QFloat in QNum by Marc-André Lureau · 8 years ago
  32. 560f19f object: fix potential leak in getters by Marc-André Lureau · 8 years ago
  33. 63f7b10 object: make some funcs static by Marc-André Lureau · 8 years ago
  34. 1c6d75d qom: Make all interface types abstract by Eduardo Habkost · 8 years ago
  35. b6b3ccf qom/object: update class cache atomically by Alex Bennée · 8 years ago
  36. 3b098d5 qapi: Add new visit_complete() function by Eric Blake · 9 years ago
  37. e7ca565 string-output-visitor: Favor new visit_free() function by Eric Blake · 9 years ago
  38. 7a0525c string-input-visitor: Favor new visit_free() function by Eric Blake · 9 years ago
  39. 1158bb2 qapi: Add parameter to visit_end_* by Eric Blake · 9 years ago
  40. 621ff94 error: Remove NULL checks on error_propagate() calls by Eduardo Habkost · 9 years ago
  41. 3f97b53 qom: API to get instance_size of a type by Bharata B Rao · 9 years ago
  42. 15c2f66 qapi: Split visit_end_struct() into pieces by Eric Blake · 9 years ago
  43. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  44. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  45. 337283d qapi: Drop unused 'kind' for struct/enum visit by Eric Blake · 9 years ago
  46. d7bce99 qom: Swap 'name' next to visitor in ObjectPropertyAccessor by Eric Blake · 9 years ago
  47. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
  48. 4fa4549 qom: Use typedef for Visitor by Eric Blake · 9 years ago
  49. 9bbc853 qom: Clean up includes by Peter Maydell · 9 years ago
  50. 7746abd qom: Change object property iterator API contract by Daniel P. Berrange · 9 years ago
  51. 16bf7f5 qom: Allow properties to be registered against classes by Daniel P. Berrange · 9 years ago
  52. 8438a13 qom: Clean up assertions to display values on failure by Andreas Färber · 9 years ago
  53. b604a85 qom: Replace object property list with GHashTable by Pavel Fedin · 9 years ago
  54. a00c948 qom: Introduce ObjectPropertyIterator struct for iteration by Daniel P. Berrange · 9 years ago
  55. 455b0fd error: More error_setg() usage by Eric Blake · 9 years ago
  56. b30d805 qom/object: fix 2 comment typos by Cao jin · 9 years ago
  57. f8b7f1a qapi: Consistent generated code: prefer visitor 'v' by Eric Blake · 9 years ago
  58. e1c8237 qom: Fix invalid error check in property_get_str() by Markus Armbruster · 10 years ago
  59. 4715d42 qom: Do not reuse errp after a possible error by Markus Armbruster · 10 years ago
  60. d714b8d qom: Add recursive version of object_child_for_each by Peter Crosthwaite · 9 years ago
  61. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  62. 75158eb qerror: Eliminate QERR_DEVICE_NOT_FOUND by Markus Armbruster · 10 years ago
  63. fc48ffc qobject: Use 'bool' for qbool by Eric Blake · 10 years ago
  64. a3590da qom: Don't pass string table to object_get_enum() function by Daniel P. Berrange · 10 years ago
  65. a8e3fbe qom: Add an object_property_add_enum() helper function by Daniel P. Berrange · 10 years ago
  66. 2e4450f qom: Make enum string tables const-correct by Daniel P. Berrange · 10 years ago
  67. a31bdae qom: Add object_new_with_props() / object_new_withpropv() helpers by Daniel P. Berrange · 10 years ago
  68. bc2256c qom: Add helper function for getting user objects root by Daniel P. Berrange · 10 years ago
  69. 1590d26 qom: strdup() target property name on object_property_add_alias() by Eduardo Habkost · 10 years ago
  70. fb9e7e3 qom: add object_property_add_const_link by Paolo Bonzini · 10 years ago
  71. a18bb41 qom: Fix object_property_add_alias() with [*] by Andreas Färber · 10 years ago
  72. 8e099d1 Generalize QOM publishing of date and time from mc146818rtc.c by David Gibson · 10 years ago
  73. 8faa2f8 qom: Demote already-has-a-parent to a regular error by Peter Crosthwaite · 10 years ago
  74. d3c4931 qom: Allow clearing of a Link property by Peter Crosthwaite · 10 years ago
  75. 8074264 qom: Add description field in ObjectProperty struct by Gonglei · 10 years ago
  76. 8ae9a9e qom: Add error handler for object alias property by Gonglei · 10 years ago
  77. 3a53009 qom: Add error handler for object_property_print() by Gonglei · 10 years ago
  78. 3396590 qom: Add automatic arrayification to object_property_add() by Peter Crosthwaite · 11 years ago
  79. 8af734c qom: Make object_child_foreach() safe for objects removal by Alexey Kardashevskiy · 11 years ago
  80. 976620a qom/object.c, hmp.c: fix string_output_get_string() memory leak by Chen Fan · 11 years ago
  81. bffc687 qom: object: move unparenting to the child property's release callback by Paolo Bonzini · 11 years ago
  82. 76a6e1c qom: object: delete properties before calling instance_finalize by Paolo Bonzini · 11 years ago
  83. 8ffad85 qom: object: Ignore refs/unrefs of NULL by Peter Crosthwaite · 11 years ago
  84. c28322d qom: object: remove parent pointer when unparenting by Peter Crosthwaite · 11 years ago
  85. d190698 qom: allow creating an alias of a child<> property by Paolo Bonzini · 11 years ago
  86. 64607d0 qom: add a generic mechanism to resolve paths by Paolo Bonzini · 11 years ago
  87. ef7c7ff qom: add object_property_add_alias() by Stefan Hajnoczi · 11 years ago
  88. 1f21772 qom: introduce object_property_get_enum and object_property_get_uint16List by Hu Tao · 11 years ago
  89. f231b88 qerror.h: Remove QERR defines that are only used once by Cole Robinson · 11 years ago
  90. 92b3eea qom: Fix crash with qom-list and link properties by Cole Robinson · 11 years ago
  91. 39f72ef qom: Add check() argument to object_property_add_link() by Stefan Hajnoczi · 11 years ago
  92. 9561fda qom: Make QOM link property unref optional by Stefan Hajnoczi · 11 years ago
  93. c6aed98 qom: Don't make link NULL on object_property_set_link() failure by Stefan Hajnoczi · 11 years ago
  94. f5ec670 qom: Split object_property_set_link() by Stefan Hajnoczi · 11 years ago
  95. 57fac92 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 11 years ago
  96. 11f590b object: add object_get_canonical_path_component() by Stefan Hajnoczi · 11 years ago
  97. a01aedc qom: Avoid leaking str and bool properties on failure by Stefan Hajnoczi · 11 years ago
  98. 0b7593e qapi: Add human mode to StringOutputVisitor by Paolo Bonzini · 11 years ago
  99. 133fe77 Merge remote branch 'luiz/queue/qmp' into qmpq by Edgar E. Iglesias · 11 years ago
  100. b0ed5e9 qom: catch errors in object_property_add_child by Paolo Bonzini · 11 years ago