1. a1190ab migration: allow unplug during migration for failover devices by Jens Freimann · 5 years ago
  2. f3a8505 qdev/qbus: add hidden device support by Jens Freimann · 5 years ago
  3. d2321d3 qdev/machine: Introduce hotplug_allowed hook by Peter Xu · 6 years ago
  4. 46517dd Include sysemu/sysemu.h a lot less by Markus Armbruster · 6 years ago
  5. 8a9358c migration: Move the VMStateDescription typedef to typedefs.h by Markus Armbruster · 6 years ago
  6. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  7. 92fd453 Revert "Revert "globals: Allow global properties to be optional"" by Dr. David Alan Gilbert · 6 years ago
  8. e965ffa qdev: add qdev_add_vm_change_state_handler() by Stefan Hajnoczi · 6 years ago
  9. 8fa70db Revert "globals: Allow global properties to be optional" by Daniel P. Berrangé · 6 years ago
  10. 617902a qom: Move compat_props machinery from qdev to QOM by Markus Armbruster · 6 years ago
  11. 1a3ec8c qdev: Fix latent bug with compat_props and onboard devices by Markus Armbruster · 6 years ago
  12. 14405c2 qdev: Provide qdev_get_bus_hotplug_handler() by David Hildenbrand · 6 years ago
  13. 17cc012 qdev: Let machine hotplug handler to override bus hotplug handler by Igor Mammedov · 6 years ago
  14. 12b2e9f qdev/core: fix qbus_is_full() by Tony Krowiak · 6 years ago
  15. 94d1cc5 qdev: pass an Object * to qbus_set_hotplug_handler() by Michael Roth · 6 years ago
  16. d774174 globals: Allow global properties to be optional by Eduardo Habkost · 6 years ago
  17. eae3eb3 qemu/queue.h: simplify reverse access to QTAILQ by Paolo Bonzini · 6 years ago
  18. cff8b71 qdev-props: remove errp from GlobalProperty by Marc-André Lureau · 6 years ago
  19. 55df8e1 qdev: all globals are now user-provided by Marc-André Lureau · 6 years ago
  20. 1c3994f qdev: make a separate helper function to apply compat properties by Marc-André Lureau · 6 years ago
  21. ea9ce89 hw: apply accel compat properties without touching globals by Marc-André Lureau · 6 years ago
  22. 27c6ef1 hw: qdev: fix error in comment by Li Qiang · 6 years ago
  23. 6038f98 hw/qdev-core: Fix description of instance_init by Thomas Huth · 7 years ago
  24. ff46d9d qdev: Remove DeviceClass::init() and ::exit() by Philippe Mathieu-Daudé · 7 years ago
  25. 4a15167 qdev: Add new qdev_init_gpio_in_named_with_opaque() by Peter Maydell · 7 years ago
  26. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  27. 46795cf qdev: add helpers to be more explicit when using abstract QOM parent functions by Philippe Mathieu-Daudé · 7 years ago
  28. b850f66 qdev: rename typedef qdev_resetfn() -> DeviceReset() by Philippe Mathieu-Daudé · 7 years ago
  29. 03fcbd9 qdev: Check for the availability of a hotplug controller before adding a device by Thomas Huth · 7 years ago
  30. 04162f8 qdev: store DeviceState's canonical path to use when unparenting by Michael Roth · 7 years ago
  31. f7abe0e qapi: Change data type of the FOO_lookup generated for enum FOO by Marc-André Lureau · 8 years ago
  32. 5cc56cc qdev: support properties which don't set a default value by Peter Maydell · 8 years ago
  33. 1b6b7d1 qdev: Add const qualifier to PropertyInfo definitions by Fam Zheng · 8 years ago
  34. 5b4ff3c qdev: Introduce DEFINE_PROP_LINK by Fam Zheng · 8 years ago
  35. faabdbb qdev: Introduce PropertyInfo.create by Fam Zheng · 8 years ago
  36. 3fb2111 qdev: avoid type casts between signed and unsigned by Marc-André Lureau · 8 years ago
  37. 7631865 qdev: wrap default property value in an union by Marc-André Lureau · 8 years ago
  38. a2740ad qdev: remove PropertyInfo.qtype field by Marc-André Lureau · 8 years ago
  39. e90f2a8 qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable by Eduardo Habkost · 8 years ago
  40. 32c7e0a Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' into staging by Peter Maydell · 8 years ago
  41. 21def24 qdev: Export qdev_hot_removed by Juan Quintela · 8 years ago
  42. 9bed84c qdev: qdev_hotplug is really a bool by Juan Quintela · 8 years ago
  43. 08f00df4 qdev: remove cannot_destroy_with_object_finalize_yet by Laurent Vivier · 8 years ago
  44. ba31cc7 Introduce DEVICE_CATEGORY_CPU for CPU devices by Thomas Huth · 8 years ago
  45. f73480c bus: simplify name handling by Marc-André Lureau · 9 years ago
  46. b3443f4 qdev: ignore GlobalProperty.errp for hotplugged devices by Greg Kurz · 9 years ago
  47. 77280ad qdev: GlobalProperty.errp field by Eduardo Habkost · 9 years ago
  48. f9a8b55 qdev: Use GList for global properties by Eduardo Habkost · 9 years ago
  49. 14b6d44 Use scripts/clean-includes to drop redundant qemu/typedefs.h by Markus Armbruster · 9 years ago
  50. 90ce6e2 include: Clean up includes by Peter Maydell · 9 years ago
  51. 1310a3d qobject: Rename qtype_code to QType by Eric Blake · 9 years ago
  52. 3b6ca40 qdev: Change Property::offset field to ptrdiff_t type by Ildar Isaev · 10 years ago
  53. ff8de07 qdev: provide qdev_reset_all_fn() by David Hildenbrand · 10 years ago
  54. 4c315c2 qdev: Protect device-list-properties against broken devices by Markus Armbruster · 9 years ago
  55. daeba96 qdev: Un-deprecate qdev_init_nofail() by Markus Armbruster · 10 years ago
  56. 0210afe qdev: Deprecated qdev_init() is finally unused, drop by Markus Armbruster · 10 years ago
  57. 2e4450f qom: Make enum string tables const-correct by Daniel P. Berrange · 10 years ago
  58. 704eb1c Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  59. a7c3181 qobject: Clean up around qtype_code by Markus Armbruster · 10 years ago
  60. c06b2ff acpi: add hardware implementation for memory hot unplug by Zhu Guihua · 10 years ago
  61. 0be6390 qdev: support to get a device firmware path directly by Gonglei · 10 years ago
  62. 707ff80 Add device listener interface by Paul Durrant · 10 years ago
  63. 4cae4d5 hmp: fix regression of HMP device_del auto-completion by Marcel Apfelbaum · 10 years ago
  64. b797318 sysbus: Expose IRQ enumeration helpers by Alexander Graf · 11 years ago
  65. 0811867 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  66. 17a96a1 qdev: gpio: Define qdev_pass_gpios() by Peter Crosthwaite · 10 years ago
  67. 15942b6 qdev: gpio: delete NamedGPIOList::out by Peter Crosthwaite · 10 years ago
  68. 0c24db2 qdev: gpio: Add API for intercepting a GPIO by Peter Crosthwaite · 10 years ago
  69. 66e56b1 qdev: add qdev_build_hotpluggable_device_list helper by Zhu Guihua · 10 years ago
  70. 18b91a3 qdev: Drop legacy_name from qdev properties by Gonglei · 10 years ago
  71. 51b2e8c qdev: Add description field in PropertyInfo struct by Gonglei · 10 years ago
  72. 2d9a982 qdev: Drop legacy hotplug fields/methods by Igor Mammedov · 10 years ago
  73. 431bbb2 qdev: Add wrapper to set BUS as HotplugHandler by Igor Mammedov · 10 years ago
  74. 014176f qdev: Add simple/generic unplug callback for HotplugHandler by Igor Mammedov · 10 years ago
  75. 39b888b Access BusState::allow_hotplug using wraper qbus_is_hotpluggable() by Igor Mammedov · 10 years ago
  76. b3ce84f qdev: Move global validation to a single function by Eduardo Habkost · 11 years ago
  77. 352e8da qdev: correctly send DEVICE_DELETED for recursively-deleted devices by Paolo Bonzini · 11 years ago
  78. 26edf8c Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 11 years ago
  79. 9f9260a qdev: Display warning about unused -global by Don Slutz · 11 years ago
  80. a5f5429 qdev: Implement named GPIOs by Peter Crosthwaite · 11 years ago
  81. 02e7f85 qdev: Prepare realize/unrealize hooks for BusState by Bandan Das · 11 years ago
  82. 61de367 qdev: Keep global allocation counter per bus by Alexander Graf · 11 years ago
  83. 61e8a92 Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 11 years ago
  84. 03ff777 qdev: Legacy properties are now read-only by Paolo Bonzini · 11 years ago
  85. 1a37eca qdev: add "hotpluggable" property to Device by Igor Mammedov · 11 years ago
  86. 0ee4de6 qdev: add to BusState "hotplug-handler" link by Igor Mammedov · 11 years ago
  87. d181976 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  88. 6780a22 qdev: Drop misleading qbus_free() function by Stefan Hajnoczi · 11 years ago
  89. dcc2093 qdev: switch reset to post-order by Paolo Bonzini · 11 years ago
  90. 0293214 qdev: allow both pre- and post-order vists in qdev walking functions by Paolo Bonzini · 11 years ago
  91. efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  92. 02a5c4c qdev: Drop misleading qdev_free() function by Stefan Hajnoczi · 12 years ago
  93. 1fc224b Mostly revert "qemu-help: Sort devices by logical functionality" by Markus Armbruster · 11 years ago
  94. fb17dfe qdev: Pass size to qbus_create_inplace() by Andreas Färber · 12 years ago
  95. 3d1237f qemu-help: Sort devices by logical functionality by Marcel Apfelbaum · 12 years ago
  96. 949fc82 hw: import bitmap operations in qdev-core header by Marcel Apfelbaum · 12 years ago
  97. fef7fbc qdev: Drop FROM_QBUS() macro by Andreas Färber · 12 years ago
  98. fe6c211 qdev: Fix QOM unrealize behavior by Andreas Färber · 12 years ago
  99. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago[Renamed from hw/qdev-core.h]
  100. 0be6bfa qdev: Implement (variable length) array properties by Peter Maydell · 12 years ago