1. 1bb3d7d qapi/qmp: add ObjectPropertyInfo.default-value by Marc-André Lureau · 5 years ago
  2. 4df8161 qom: introduce object_property_help() by Marc-André Lureau · 5 years ago
  3. c1f472e qom: simplify qmp_device_list_properties() by Paolo Bonzini · 5 years ago
  4. f902cb2 vl: print default value in object help by Marc-André Lureau · 5 years ago
  5. 385d8f2 qdev: rename DeviceClass.props by Paolo Bonzini · 5 years ago
  6. b77ade9 object: return self in object_ref() by Marc-André Lureau · 5 years ago
  7. 9859fac object: release all props by Marc-André Lureau · 5 years ago
  8. 840ecdf object: add object_class_property_add_link() by Marc-André Lureau · 5 years ago
  9. 4a8d579 object: express const link with link property by Marc-André Lureau · 5 years ago
  10. 9941d37 object: add direct link flag by Marc-André Lureau · 5 years ago
  11. 3685420 object: rename link "child" to "target" by Marc-André Lureau · 5 years ago
  12. 8770baf object: check strong flag with & by Marc-André Lureau · 5 years ago
  13. fc4fe71 object: do not free class properties by Marc-André Lureau · 5 years ago
  14. 0e76ed0 object: add object_property_set_default by Marc-André Lureau · 5 years ago
  15. a3a1621 object: make object_class_property_add* return property by Marc-André Lureau · 5 years ago
  16. 2a1be4b object: add class property initializer by Marc-André Lureau · 5 years ago
  17. ba806ff object: avoid extra class property key duplication by Marc-André Lureau · 5 years ago
  18. d5e633f object: add extra sanity checks by Marc-André Lureau · 5 years ago
  19. 89d337f qom/object: Display more helpful message when a parent is missing by Philippe Mathieu-Daudé · 5 years ago
  20. a9ee3a9 qom/object: Display more helpful message when an interface is missing by Philippe Mathieu-Daudé · 5 years ago
  21. f0d753b qdev/qom: remove some TODO limitations now that PROP_PTR is gone by Marc-André Lureau · 5 years ago
  22. 4800819 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
  23. 187c614 hmp: drop Error pointer indirection in hmp_handle_error by Vladimir Sementsov-Ogievskiy · 5 years ago
  24. 3c75e12 qom: add object_new_with_class by Paolo Bonzini · 5 years ago
  25. 1fff3c2 qom: introduce object_register_sugar_prop by Paolo Bonzini · 5 years ago
  26. d55e937 qom: Fix error message in object_class_property_add() by Greg Kurz · 5 years ago
  27. 3e9297f vl: Split off user_creatable_print_help() by Kevin Wolf · 5 years ago
  28. 2e5b09f hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ by Markus Armbruster · 6 years ago
  29. d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 5 years ago
  30. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
  31. db72581 Include qemu/main-loop.h less by Markus Armbruster · 5 years ago
  32. 6a0acff Clean up inclusion of exec/cpu-common.h by Markus Armbruster · 5 years ago
  33. 13d4ff0 trace: Do not include qom/cpu.h into generated trace.h by Markus Armbruster · 5 years ago
  34. 92fd453 Revert "Revert "globals: Allow global properties to be optional"" by Dr. David Alan Gilbert · 5 years ago
  35. 3950a37 qom: Move HMP command handlers to qom/ by Markus Armbruster · 6 years ago
  36. cfbe46f qom: Move QMP command handlers to qom/ by Markus Armbruster · 6 years ago
  37. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  38. 14a48c1 qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h by Markus Armbruster · 6 years ago
  39. 5e14019 cpu: Move icount_decr to CPUNegativeOffsetState by Richard Henderson · 6 years ago
  40. e02bdf1 qom/object: Display more helpful message when an object type is missing by Philippe Mathieu-Daudé · 6 years ago
  41. 8fa70db Revert "globals: Allow global properties to be optional" by Daniel P. Berrangé · 6 years ago
  42. 66e1155 qom: use object_new_with_type in object_new_with_propv by Wei Yang · 6 years ago
  43. 90c84c5 qom/cpu: Simplify how CPUClass:cpu_dump_state() prints by Markus Armbruster · 6 years ago
  44. 11cb6c1 qom/cpu: Simplify how CPUClass::dump_statistics() prints by Markus Armbruster · 6 years ago
  45. 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
  46. 617902a qom: Move compat_props machinery from qdev to QOM by Markus Armbruster · 6 years ago
  47. 611dbe4 qom: cpu: destroy work_mutex in cpu_common_finalize by Li Qiang · 6 years ago
  48. 6134d75 qom: don't require user creatable objects to be registered by Daniel P. Berrangé · 7 years ago
  49. 7ea7b9a qom/cpu: Add cluster_index to CPUState by Peter Maydell · 6 years ago
  50. d774174 globals: Allow global properties to be optional by Eduardo Habkost · 6 years ago
  51. d769f0d qom: Don't keep error value between object_property_parse() calls by Eduardo Habkost · 6 years ago
  52. 50545b2 qdev-props: call object_apply_global_props() by Marc-André Lureau · 6 years ago
  53. cff8b71 qdev-props: remove errp from GlobalProperty by Marc-André Lureau · 6 years ago
  54. ea9ce89 hw: apply accel compat properties without touching globals by Marc-André Lureau · 6 years ago
  55. 37fdb2c qom: remove unimplemented class_finalize by Marc-André Lureau · 6 years ago
  56. 3650b2d qom: make user_creatable_complete() specific to UserCreatable by Marc-André Lureau · 6 years ago
  57. 13399aa Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into staging by Peter Maydell · 6 years ago
  58. 7e1e0c1 qom: Clean up error reporting in user_creatable_add_opts_foreach() by Markus Armbruster · 6 years ago
  59. fff42f1 tcg: access cpu->icount_decr.u16.high with atomics by Emilio G. Cota · 6 years ago
  60. c95ac10 cpu: Provide a proper prototype for target_words_bigendian() in a header by Thomas Huth · 6 years ago
  61. 1195fa2 vl: list user creatable properties when 'help' is argument by Marc-André Lureau · 6 years ago
  62. 7439a03 qom/object: register 'type' property as class property by Marc-André Lureau · 6 years ago
  63. 684546d qom/object: fix iterating properties over a class by Marc-André Lureau · 6 years ago
  64. 422ca14 qom/object: add some interface asserts by Marc-André Lureau · 6 years ago
  65. 0210b39 qom/object: Add a new function object_initialize_child() by Thomas Huth · 6 years ago
  66. 719a307 Purge uses of banned g_assert_FOO() by Markus Armbruster · 7 years ago
  67. 265b578 object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence by Marc-André Lureau · 7 years ago
  68. e40077f qom: support orphan objects in object_get_canonical_path by Paolo Bonzini · 7 years ago
  69. 29de4ec memdev: remove "id" property by Paolo Bonzini · 7 years ago
  70. 770dec2 qom: allow object_get_canonical_path_component without parent by Paolo Bonzini · 7 years ago
  71. cb3e7f0 qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF by Marc-André Lureau · 7 years ago
  72. 036793a Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging by Peter Maydell · 7 years ago
  73. aafb21a qobject: let object_property_get_str() use new API by Peter Xu · 7 years ago
  74. 7dc847e qapi: Replace qobject_to_X(o) by qobject_to(X, o) by Max Reitz · 7 years ago
  75. 99193d8 cpu: drop unnecessary NULL check and cpu_common_class_by_name() by Igor Mammedov · 7 years ago
  76. 2278b93 Use cpu_create(type) instead of cpu_init(cpu_model) by Igor Mammedov · 7 years ago
  77. 47c6600 qom: introduce object_class_get_list_sorted by Paolo Bonzini · 7 years ago
  78. 961c47b qmp: Add qom-list-properties to list QOM object properties by Alexey Kardashevskiy · 7 years ago
  79. eb815e2 qapi: Move qapi-schema.json to qapi/, rename generated files by Markus Armbruster · 7 years ago
  80. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  81. 0dd1358 Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 7 years ago
  82. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  83. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  84. 5ee9d2f Include qapi/qmp/qobject.h exactly where needed by Markus Armbruster · 7 years ago
  85. 15280c3 qdict qlist: Make most helper macros functions by Markus Armbruster · 7 years ago
  86. 9b990ee tcg: Add CPUState cflags_next_tb by Richard Henderson · 7 years ago
  87. aa04c9d2 qom: introduce type_register_static_array() by Igor Mammedov · 7 years ago
  88. 8301ea4 qom/cpu: move cpu_model null check to cpu_class_by_name() by Philippe Mathieu-Daudé · 7 years ago
  89. 7c47c4e qom: provide root container for internal objs by Peter Xu · 7 years ago
  90. 4482e05 cpu: make cpu_generic_init() abort QEMU on error by Igor Mammedov · 7 years ago
  91. 3c72234 qom: cpus: split cpu_generic_init() on feature parsing and cpu creation parts by Igor Mammedov · 7 years ago
  92. 9d5139e vl: Clean up user-creatable objects when exiting by Eduardo Habkost · 7 years ago
  93. ed86012 boards.h: Define new flag ignore_memory_transaction_failures by Peter Maydell · 7 years ago
  94. 98bfaac Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' into staging by Peter Maydell · 7 years ago
  95. f7abe0e qapi: Change data type of the FOO_lookup generated for enum FOO by Marc-André Lureau · 7 years ago
  96. 3e2cf18 qom: cpu: fix parsed feature string length by Igor Mammedov · 7 years ago
  97. 5ce46cb cpu: cpu_by_arch_id() helper by Eduardo Habkost · 7 years ago
  98. 3beacfb qom: Remove unused errp parameter from can_be_deleted() by Eduardo Habkost · 7 years ago
  99. cde0a63 Revert "cpu: add APIs to allocate/free CPU environment" by Michael S. Tsirkin · 8 years ago
  100. e2a7f28 cpu: add APIs to allocate/free CPU environment by Michael S. Tsirkin · 8 years ago