1. 8438a13 qom: Clean up assertions to display values on failure by Andreas Färber · 9 years ago
  2. b604a85 qom: Replace object property list with GHashTable by Pavel Fedin · 9 years ago
  3. a00c948 qom: Introduce ObjectPropertyIterator struct for iteration by Daniel P. Berrange · 9 years ago
  4. 455b0fd error: More error_setg() usage by Eric Blake · 9 years ago
  5. b30d805 qom/object: fix 2 comment typos by Cao jin · 9 years ago
  6. f8b7f1a qapi: Consistent generated code: prefer visitor 'v' by Eric Blake · 9 years ago
  7. e1c8237 qom: Fix invalid error check in property_get_str() by Markus Armbruster · 10 years ago
  8. 4715d42 qom: Do not reuse errp after a possible error by Markus Armbruster · 10 years ago
  9. 1c9f03b Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  10. bac05aa cpu: Add crash_occurred flag into CPUState by Andrey Smetanin · 10 years ago
  11. 0c7012e qom: allow QOM to be linked into tools binaries by Daniel P. Berrange · 10 years ago
  12. a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  13. 376692b cpus: protect work list with work_mutex by Paolo Bonzini · 10 years ago
  14. ab096a7 tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accesses by Paolo Bonzini · 10 years ago
  15. d714b8d qom: Add recursive version of object_child_for_each by Peter Crosthwaite · 9 years ago
  16. 414b15c exec: drop cpu_can_do_io, just read cpu->can_do_io by Paolo Bonzini · 10 years ago
  17. b7bca73 cpu: Convert cpu_index into a bitmap by Bharata B Rao · 10 years ago
  18. 7c39163 cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn() by Eduardo Habkost · 10 years ago
  19. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  20. 75158eb qerror: Eliminate QERR_DEVICE_NOT_FOUND by Markus Armbruster · 10 years ago
  21. fc48ffc qobject: Use 'bool' for qbool by Eric Blake · 10 years ago
  22. a3590da qom: Don't pass string table to object_get_enum() function by Daniel P. Berrange · 10 years ago
  23. a8e3fbe qom: Add an object_property_add_enum() helper function by Daniel P. Berrange · 10 years ago
  24. 2e4450f qom: Make enum string tables const-correct by Daniel P. Berrange · 10 years ago
  25. a31bdae qom: Add object_new_with_props() / object_new_withpropv() helpers by Daniel P. Berrange · 10 years ago
  26. bc2256c qom: Add helper function for getting user objects root by Daniel P. Berrange · 10 years ago
  27. 1590d26 qom: strdup() target property name on object_property_add_alias() by Eduardo Habkost · 10 years ago
  28. fb9e7e3 qom: add object_property_add_const_link by Paolo Bonzini · 10 years ago
  29. d6edb15 qom: Add can_be_deleted callback to UserCreatableClass by Lin Ma · 10 years ago
  30. a18bb41 qom: Fix object_property_add_alias() with [*] by Andreas Färber · 10 years ago
  31. fbe95bf qom: Fix warning from Sparse by Stefan Weil · 10 years ago
  32. 8e099d1 Generalize QOM publishing of date and time from mc146818rtc.c by David Gibson · 10 years ago
  33. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  34. f9d8f66 cpu: initialize cpu->exception_index on reset by Paolo Bonzini · 10 years ago
  35. fcd702e qom/cpu: remove the unused CPU hot-plug notifier by Gu Zheng · 10 years ago
  36. 8faa2f8 qom: Demote already-has-a-parent to a regular error by Peter Crosthwaite · 10 years ago
  37. d3c4931 qom: Allow clearing of a Link property by Peter Crosthwaite · 10 years ago
  38. 8074264 qom: Add description field in ObjectProperty struct by Gonglei · 10 years ago
  39. 8ae9a9e qom: Add error handler for object alias property by Gonglei · 10 years ago
  40. 3a53009 qom: Add error handler for object_property_print() by Gonglei · 10 years ago
  41. 9585db6 qom: Add cpu_exec_interrupt hook by Richard Henderson · 10 years ago
  42. cffe7b3 qom: Add cpu_exec_enter and cpu_exec_exit hooks by Richard Henderson · 10 years ago
  43. 86025ee cpu-exec: Make debug_excp_handler a QOM CPU method by Peter Maydell · 10 years ago
  44. 3396590 qom: Add automatic arrayification to object_property_add() by Peter Crosthwaite · 11 years ago
  45. 8af734c qom: Make object_child_foreach() safe for objects removal by Alexey Kardashevskiy · 11 years ago
  46. 976620a qom/object.c, hmp.c: fix string_output_get_string() memory leak by Chen Fan · 11 years ago
  47. bffc687 qom: object: move unparenting to the child property's release callback by Paolo Bonzini · 11 years ago
  48. 76a6e1c qom: object: delete properties before calling instance_finalize by Paolo Bonzini · 11 years ago
  49. 8ffad85 qom: object: Ignore refs/unrefs of NULL by Peter Crosthwaite · 11 years ago
  50. c28322d qom: object: remove parent pointer when unparenting by Peter Crosthwaite · 11 years ago
  51. d190698 qom: allow creating an alias of a child<> property by Paolo Bonzini · 11 years ago
  52. 64607d0 qom: add a generic mechanism to resolve paths by Paolo Bonzini · 11 years ago
  53. ef7c7ff qom: add object_property_add_alias() by Stefan Hajnoczi · 11 years ago
  54. bf7663c cpu: introduce CPUClass::virtio_is_big_endian() by Greg Kurz · 11 years ago
  55. 1f21772 qom: introduce object_property_get_enum and object_property_get_uint16List by Hu Tao · 11 years ago
  56. f231b88 qerror.h: Remove QERR defines that are only used once by Cole Robinson · 11 years ago
  57. 92b3eea qom: Fix crash with qom-list and link properties by Cole Robinson · 11 years ago
  58. 39f72ef qom: Add check() argument to object_property_add_link() by Stefan Hajnoczi · 11 years ago
  59. 9561fda qom: Make QOM link property unref optional by Stefan Hajnoczi · 11 years ago
  60. c6aed98 qom: Don't make link NULL on object_property_set_link() failure by Stefan Hajnoczi · 11 years ago
  61. f5ec670 qom: Split object_property_set_link() by Stefan Hajnoczi · 11 years ago
  62. 8cd7043 cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  63. 28ecfd7 cpu: Move icount_decr field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  64. efee734 cpu: Move icount_extra field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  65. 99df7dc cpu: Move can_do_io field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  66. 93afead cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  67. 9262685 cpu: Factor out cpu_generic_init() by Andreas Färber · 11 years ago
  68. 1590bbc cpu: Implement CPUClass::parse_features() for the rest of CPUs by Andreas Färber · 11 years ago
  69. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 12 years ago
  70. 9d11118 cpu: Don't clear cpu->exit_request on reset by Edgar E. Iglesias · 11 years ago
  71. 57fac92 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 11 years ago
  72. 11f590b object: add object_get_canonical_path_component() by Stefan Hajnoczi · 11 years ago
  73. a01aedc qom: Avoid leaking str and bool properties on failure by Stefan Hajnoczi · 11 years ago
  74. 0b7593e qapi: Add human mode to StringOutputVisitor by Paolo Bonzini · 11 years ago
  75. 269e09f add optional 2nd stage initialization to -object/object-add commands by Igor Mammedov · 11 years ago
  76. 133fe77 Merge remote branch 'luiz/queue/qmp' into qmpq by Edgar E. Iglesias · 11 years ago
  77. b0ed5e9 qom: catch errors in object_property_add_child by Paolo Bonzini · 11 years ago
  78. f54c19c qom: Detect bad reentrance during object_class_foreach() by Hervé Poussineau · 11 years ago
  79. b061dc4 qom: Do not register interface "types" in the type table and fix names by Paolo Bonzini · 11 years ago
  80. 0ab4c94 qom: Split out object and class caches by Peter Crosthwaite · 11 years ago
  81. ffa9571 cpu: Document why cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  82. efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  83. 2d3aa28 qom: Fix memory leak in object_property_set_link() by Vlad Yasevich · 11 years ago
  84. b0eb759 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  85. e732ea6 qom: add pointer to int property helpers by Michael S. Tsirkin · 11 years ago
  86. 97577fd cpu: Move cpu state syncs up into cpu_dump_state() by James Hogan · 12 years ago
  87. aaa6a40 Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 12 years ago
  88. 38fcbd3 cpu: Replace qemu_for_each_cpu() by Andreas Färber · 12 years ago
  89. 5b9237f qom: Assert instance size in object_initialize_with_type() by Andreas Färber · 12 years ago
  90. 213f0c4 qom: Pass available size to object_initialize() by Andreas Färber · 12 years ago
  91. 8231c2d qom: Introduce instance_post_init hook by Eduardo Habkost · 12 years ago
  92. 35143f0 gdbstub: Fix gdb_register_coprocessor() register counting by Andreas Färber · 12 years ago
  93. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" by Andreas Färber · 12 years ago
  94. 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 12 years ago
  95. a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 12 years ago
  96. 51455c5 Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 12 years ago
  97. 9d6a3d5 qom: Fix class cast of NULL classes by Peter Crosthwaite · 12 years ago
  98. 91b1df8 cpu: Move reset logging to CPUState by Andreas Färber · 12 years ago
  99. f08c03f qom: Use atomics for object refcounting by Jan Kiszka · 12 years ago
  100. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago