1. 2d9e3dd hmp: Make json format optional for qom-set by David Hildenbrand · 4 years, 9 months ago
  2. 246da7d qom-hmp-cmds: fix a memleak in hmp_qom_get by Pan Nengyuan · 4 years, 9 months ago
  3. 9fc7fc4 qom: Less verbose object_initialize_child() by Markus Armbruster · 4 years, 9 months ago
  4. e8c9e65 qom: Make "info qom-tree" show children sorted by Markus Armbruster · 4 years, 9 months ago
  5. e8512df qom: Constify object_get_canonical_path{,_component}()'s parameter by Markus Armbruster · 4 years, 9 months ago
  6. c5e1870 qom/container: remove .instance_size initializer from container_info by Masahiro Yamada · 4 years, 10 months ago
  7. e27a959 qom/object: pass (Object *) to object_initialize_with_type() by Masahiro Yamada · 4 years, 10 months ago
  8. 3d91293 qom/object: simplify type_initialize_interface() by Masahiro Yamada · 4 years, 10 months ago
  9. e5a0cc5 qom/object: factor out the initialization of hash table of properties by Masahiro Yamada · 4 years, 10 months ago
  10. ad195c8 qom: remove index from object_resolve_abs_path() by Masahiro Yamada · 4 years, 10 months ago
  11. 4a39181 qom/object: Fix object_child_foreach_recursive() return value by Cédric Le Goater · 5 years ago
  12. 7d2ef6d hmp: Simplify qom-set by Dr. David Alan Gilbert · 4 years, 10 months ago
  13. 89cf4fe hmp: Implement qom-get HMP command by Dr. David Alan Gilbert · 4 years, 10 months ago
  14. 688ffbb various: Remove unnecessary OBJECT() cast by Philippe Mathieu-Daudé · 4 years, 10 months ago
  15. df4fe0b qom: Drop @errp parameter of object_property_del() by Markus Armbruster · 4 years, 10 months ago
  16. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
  17. 7eecec7 qom: Drop object_property_set_description() parameter @errp by Markus Armbruster · 4 years, 10 months ago
  18. 7025188 qom: Make all the object_property_add_FOO() return the property by Markus Armbruster · 4 years, 10 months ago
  19. 44a17fe qom: Drop convenience method object_property_get_uint16List() by Markus Armbruster · 4 years, 10 months ago
  20. b555f89 qom: Simplify object_property_get_enum() by Markus Armbruster · 4 years, 10 months ago
  21. f73a32a qom: Drop object_property_del_child()'s unused parameter @errp by Markus Armbruster · 4 years, 10 months ago
  22. ddfb0ba qom: Clean up inconsistent use of gchar * vs. char * by Markus Armbruster · 4 years, 10 months ago
  23. 975ac45 qom: Clearer reference counting in object_initialize_childv() by Markus Armbruster · 4 years, 10 months ago
  24. eaae29e qemu-storage-daemon: Fix non-string --object properties by Kevin Wolf · 4 years, 11 months ago
  25. d6a5bee qom: Factor out user_creatable_add_dict() by Kevin Wolf · 4 years, 11 months ago
  26. ea097df qom: Simplify object_property_get_enum() by Markus Armbruster · 4 years, 10 months ago
  27. 7f5d9b2 object-add: don't create return value if failed by Paolo Bonzini · 5 years ago
  28. 836e1b3 qom/object: enable setter for uint types by Felipe Franciosi · 5 years ago
  29. 9b6abdc qom-qmp-cmds: fix two memleaks in qmp_object_add by Pan Nengyuan · 5 years ago
  30. d6da78b qemu-storage-daemon: Add --object option by Kevin Wolf · 5 years ago
  31. 5f07c4d qapi: Flatten object-add by Kevin Wolf · 5 years ago
  32. 1bb3d7d qapi/qmp: add ObjectPropertyInfo.default-value by Marc-André Lureau · 5 years ago
  33. 4df8161 qom: introduce object_property_help() by Marc-André Lureau · 5 years ago
  34. c1f472e qom: simplify qmp_device_list_properties() by Paolo Bonzini · 5 years ago
  35. f902cb2 vl: print default value in object help by Marc-André Lureau · 5 years ago
  36. 385d8f2 qdev: rename DeviceClass.props by Paolo Bonzini · 5 years ago
  37. b77ade9 object: return self in object_ref() by Marc-André Lureau · 5 years ago
  38. 9859fac object: release all props by Marc-André Lureau · 5 years ago
  39. 840ecdf object: add object_class_property_add_link() by Marc-André Lureau · 5 years ago
  40. 4a8d579 object: express const link with link property by Marc-André Lureau · 5 years ago
  41. 9941d37 object: add direct link flag by Marc-André Lureau · 5 years ago
  42. 3685420 object: rename link "child" to "target" by Marc-André Lureau · 5 years ago
  43. 8770baf object: check strong flag with & by Marc-André Lureau · 5 years ago
  44. fc4fe71 object: do not free class properties by Marc-André Lureau · 5 years ago
  45. 0e76ed0 object: add object_property_set_default by Marc-André Lureau · 5 years ago
  46. a3a1621 object: make object_class_property_add* return property by Marc-André Lureau · 5 years ago
  47. 2a1be4b object: add class property initializer by Marc-André Lureau · 5 years ago
  48. ba806ff object: avoid extra class property key duplication by Marc-André Lureau · 5 years ago
  49. d5e633f object: add extra sanity checks by Marc-André Lureau · 5 years ago
  50. 89d337f qom/object: Display more helpful message when a parent is missing by Philippe Mathieu-Daudé · 5 years ago
  51. a9ee3a9 qom/object: Display more helpful message when an interface is missing by Philippe Mathieu-Daudé · 5 years ago
  52. f0d753b qdev/qom: remove some TODO limitations now that PROP_PTR is gone by Marc-André Lureau · 5 years ago
  53. 4800819 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
  54. 187c614 hmp: drop Error pointer indirection in hmp_handle_error by Vladimir Sementsov-Ogievskiy · 5 years ago
  55. 3c75e12 qom: add object_new_with_class by Paolo Bonzini · 5 years ago
  56. 1fff3c2 qom: introduce object_register_sugar_prop by Paolo Bonzini · 5 years ago
  57. d55e937 qom: Fix error message in object_class_property_add() by Greg Kurz · 5 years ago
  58. 3e9297f vl: Split off user_creatable_print_help() by Kevin Wolf · 5 years ago
  59. 2e5b09f hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ by Markus Armbruster · 6 years ago
  60. d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 6 years ago
  61. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  62. db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
  63. 6a0acff Clean up inclusion of exec/cpu-common.h by Markus Armbruster · 6 years ago
  64. 13d4ff0 trace: Do not include qom/cpu.h into generated trace.h by Markus Armbruster · 6 years ago
  65. 92fd453 Revert "Revert "globals: Allow global properties to be optional"" by Dr. David Alan Gilbert · 6 years ago
  66. 3950a37 qom: Move HMP command handlers to qom/ by Markus Armbruster · 6 years ago
  67. cfbe46f qom: Move QMP command handlers to qom/ by Markus Armbruster · 6 years ago
  68. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  69. 14a48c1 qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h by Markus Armbruster · 6 years ago
  70. 5e14019 cpu: Move icount_decr to CPUNegativeOffsetState by Richard Henderson · 6 years ago
  71. e02bdf1 qom/object: Display more helpful message when an object type is missing by Philippe Mathieu-Daudé · 6 years ago
  72. 8fa70db Revert "globals: Allow global properties to be optional" by Daniel P. Berrangé · 6 years ago
  73. 66e1155 qom: use object_new_with_type in object_new_with_propv by Wei Yang · 6 years ago
  74. 90c84c5 qom/cpu: Simplify how CPUClass:cpu_dump_state() prints by Markus Armbruster · 6 years ago
  75. 11cb6c1 qom/cpu: Simplify how CPUClass::dump_statistics() prints by Markus Armbruster · 6 years ago
  76. 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
  77. 617902a qom: Move compat_props machinery from qdev to QOM by Markus Armbruster · 6 years ago
  78. 611dbe4 qom: cpu: destroy work_mutex in cpu_common_finalize by Li Qiang · 6 years ago
  79. 6134d75 qom: don't require user creatable objects to be registered by Daniel P. Berrangé · 7 years ago
  80. 7ea7b9a qom/cpu: Add cluster_index to CPUState by Peter Maydell · 6 years ago
  81. d774174 globals: Allow global properties to be optional by Eduardo Habkost · 6 years ago
  82. d769f0d qom: Don't keep error value between object_property_parse() calls by Eduardo Habkost · 6 years ago
  83. 50545b2 qdev-props: call object_apply_global_props() by Marc-André Lureau · 6 years ago
  84. cff8b71 qdev-props: remove errp from GlobalProperty by Marc-André Lureau · 6 years ago
  85. ea9ce89 hw: apply accel compat properties without touching globals by Marc-André Lureau · 6 years ago
  86. 37fdb2c qom: remove unimplemented class_finalize by Marc-André Lureau · 6 years ago
  87. 3650b2d qom: make user_creatable_complete() specific to UserCreatable by Marc-André Lureau · 6 years ago
  88. 13399aa Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into staging by Peter Maydell · 6 years ago
  89. 7e1e0c1 qom: Clean up error reporting in user_creatable_add_opts_foreach() by Markus Armbruster · 6 years ago
  90. fff42f1 tcg: access cpu->icount_decr.u16.high with atomics by Emilio G. Cota · 6 years ago
  91. c95ac10 cpu: Provide a proper prototype for target_words_bigendian() in a header by Thomas Huth · 6 years ago
  92. 1195fa2 vl: list user creatable properties when 'help' is argument by Marc-André Lureau · 6 years ago
  93. 7439a03 qom/object: register 'type' property as class property by Marc-André Lureau · 6 years ago
  94. 684546d qom/object: fix iterating properties over a class by Marc-André Lureau · 6 years ago
  95. 422ca14 qom/object: add some interface asserts by Marc-André Lureau · 6 years ago
  96. 0210b39 qom/object: Add a new function object_initialize_child() by Thomas Huth · 7 years ago
  97. 719a307 Purge uses of banned g_assert_FOO() by Markus Armbruster · 7 years ago
  98. 265b578 object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence by Marc-André Lureau · 7 years ago
  99. e40077f qom: support orphan objects in object_get_canonical_path by Paolo Bonzini · 7 years ago
  100. 29de4ec memdev: remove "id" property by Paolo Bonzini · 7 years ago