1. 0be6390 qdev: support to get a device firmware path directly by Gonglei · 10 years ago
  2. 707ff80 Add device listener interface by Paul Durrant · 10 years ago
  3. 4ad6088 Drop superfluous conditionals around qemu_opts_del() by Markus Armbruster · 10 years ago
  4. 4cae4d5 hmp: fix regression of HMP device_del auto-completion by Marcel Apfelbaum · 10 years ago
  5. b797318 sysbus: Expose IRQ enumeration helpers by Alexander Graf · 10 years ago
  6. 0811867 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  7. 17a96a1 qdev: gpio: Define qdev_pass_gpios() by Peter Crosthwaite · 10 years ago
  8. aef0869 qdev: gpio: Remove qdev_init_gpio_out x1 restriction by Peter Crosthwaite · 10 years ago
  9. 15942b6 qdev: gpio: delete NamedGPIOList::out by Peter Crosthwaite · 10 years ago
  10. 0c24db2 qdev: gpio: Add API for intercepting a GPIO by Peter Crosthwaite · 10 years ago
  11. 02757df qdev: gpio: Re-implement qdev_connect_gpio QOM style by Peter Crosthwaite · 10 years ago
  12. 66e56b1 qdev: add qdev_build_hotpluggable_device_list helper by Zhu Guihua · 10 years ago
  13. b8c9cd5 qdev: Set the object property's description to the qdev property's. by Gonglei · 10 years ago
  14. 7716b8c qdev: HotplugHandler: Add support for unplugging BUS-less devices by Igor Mammedov · 10 years ago
  15. 2d9a982 qdev: Drop legacy hotplug fields/methods by Igor Mammedov · 10 years ago
  16. e378acb qdev: Drop hotplug check from bus_add_child() by Igor Mammedov · 10 years ago
  17. 431bbb2 qdev: Add wrapper to set BUS as HotplugHandler by Igor Mammedov · 10 years ago
  18. 014176f qdev: Add simple/generic unplug callback for HotplugHandler by Igor Mammedov · 10 years ago
  19. 181a2c6 qdev: HotplugHandler: Provide unplug callback by Igor Mammedov · 10 years ago
  20. 14d5a28 qdev: HotplugHandler: Rename unplug callback to unplug_request by Igor Mammedov · 10 years ago
  21. 39b888b Access BusState::allow_hotplug using wraper qbus_is_hotpluggable() by Igor Mammedov · 10 years ago
  22. 688b057 qdev: gpio: Register GPIO outputs as QOM links by Peter Crosthwaite · 10 years ago
  23. a69bef1 qdev: gpio: Register GPIO inputs as child objects by Peter Crosthwaite · 10 years ago
  24. b235a71 qdev: gpio: Don't allow name share between I and O by Peter Crosthwaite · 10 years ago
  25. 1d45a70 qdev: Add cleanup logic in device_set_realized() to avoid resource leak by Gonglei · 10 years ago
  26. cd4520a qdev: Use NULL instead of local_err for qbus_child unrealize by Gonglei · 10 years ago
  27. d578029 qdev: Use error_abort instead of using local_err by Gonglei · 11 years ago
  28. 3196270 qdev: Don't abort() in case globals can't be set by Eduardo Habkost · 11 years ago
  29. 8593efa Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 11 years ago
  30. c26f3a0 Merge remote-tracking branch 'remotes/bonzini/memory' into staging by Peter Maydell · 11 years ago
  31. 352e8da qdev: correctly send DEVICE_DELETED for recursively-deleted devices by Paolo Bonzini · 11 years ago
  32. 67cc7e0 qdev: add qdev_alias_all_properties() by Stefan Hajnoczi · 11 years ago
  33. f173d57 irq: Allocate IRQs individually by Peter Crosthwaite · 11 years ago
  34. 24b699f qapi event: convert DEVICE_DELETED by Wenchao Xia · 11 years ago
  35. 5942a19 qdev: recursively unrealize devices when unrealizing bus by Paolo Bonzini · 11 years ago
  36. b7b34d0 qdev: reorganize error reporting in bus_set_realized by Paolo Bonzini · 11 years ago
  37. d012ffc qdev: expose DeviceState.hotplugged field as a property by Igor Mammedov · 11 years ago
  38. b745454 qdev: hotplug for bus-less devices by Igor Mammedov · 11 years ago
  39. a5f5429 qdev: Implement named GPIOs by Peter Crosthwaite · 11 years ago
  40. f5a014d hw/9pfs: Add missing 'static' attributes by Stefan Weil · 11 years ago
  41. a7737e4 hw: Consistently name Error ** objects errp, and not err by Markus Armbruster · 11 years ago
  42. 3a87f8b Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging by Peter Maydell · 11 years ago
  43. 6b1566c qdev: Introduce FWPathProvider interface by Paolo Bonzini · 11 years ago
  44. 39f72ef qom: Add check() argument to object_property_add_link() by Stefan Hajnoczi · 11 years ago
  45. 9561fda qom: Make QOM link property unref optional by Stefan Hajnoczi · 11 years ago
  46. 5c21ce7 qdev: Realize buses on device realization by Bandan Das · 11 years ago
  47. 02e7f85 qdev: Prepare realize/unrealize hooks for BusState by Bandan Das · 11 years ago
  48. 267a326 qdev: Set DeviceClass::hotpluggable default in class_init() by Igor Mammedov · 11 years ago
  49. 2b81b35 qdev: Fix bus dependency of DeviceState::hotpluggable getter by Andreas Färber · 11 years ago
  50. 61de367 qdev: Keep global allocation counter per bus by Alexander Graf · 11 years ago
  51. 61e8a92 Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 11 years ago
  52. 7ce7ffe qdev: Legacy properties are just strings by Paolo Bonzini · 11 years ago
  53. 03ff777 qdev: Legacy properties are now read-only by Paolo Bonzini · 11 years ago
  54. 5e95494 hw/pci: switch to a generic hotplug handling for PCIDevice by Igor Mammedov · 11 years ago
  55. 1a37eca qdev: add "hotpluggable" property to Device by Igor Mammedov · 11 years ago
  56. 0ee4de6 qdev: add to BusState "hotplug-handler" link by Igor Mammedov · 11 years ago
  57. 133fe77 Merge remote branch 'luiz/queue/qmp' into qmpq by Edgar E. Iglesias · 11 years ago
  58. d181976 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  59. 5433a0a hw: Remove assert_no_error usages by Peter Crosthwaite · 11 years ago
  60. 90c3f6e qdev: Delete dead code by Peter Crosthwaite · 11 years ago
  61. 6780a22 qdev: Drop misleading qbus_free() function by Stefan Hajnoczi · 11 years ago
  62. dcc2093 qdev: switch reset to post-order by Paolo Bonzini · 11 years ago
  63. 0293214 qdev: allow both pre- and post-order vists in qdev walking functions by Paolo Bonzini · 11 years ago
  64. 02a5c4c qdev: Drop misleading qdev_free() function by Stefan Hajnoczi · 11 years ago
  65. 213f0c4 qom: Pass available size to object_initialize() by Andreas Färber · 12 years ago
  66. fb17dfe qdev: Pass size to qbus_create_inplace() by Andreas Färber · 12 years ago
  67. 99a0b03 qdev: Set globals in instance_post_init function by Eduardo Habkost · 12 years ago
  68. bbfa18f qdev: fix get_fw_dev_path to support to add nothing to fw_dev_path by Amos Kong · 12 years ago
  69. b1fe9bc qdev: Let qdev_prop_parse() pass through Error by Andreas Färber · 12 years ago
  70. 120dc38 qdev: skip bus check for bus-less devices in qdev_unplug() by Igor Mammedov · 12 years ago
  71. cffc511 qdev: Report errors collected during device realization by Jan Kiszka · 12 years ago
  72. a7ddba5 qdev: Set device's parent before calling realize() down inheritance chain by Igor Mammedov · 12 years ago
  73. fe6c211 qdev: Fix QOM unrealize behavior by Andreas Färber · 12 years ago
  74. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/qdev.c]
  75. b1ee582 qdev: only send deleted event if device was realized by Anthony Liguori · 12 years ago
  76. 404e7a4 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  77. 15054fc qmp: add path to device_deleted event by Michael S. Tsirkin · 12 years ago
  78. e769bdc hw/qdev: Abort rather than ignoring errors adding device properties by Peter Maydell · 12 years ago
  79. b000dfb hw/qdev-properties.c: Improve diagnostic for setting property after realize by Peter Maydell · 12 years ago
  80. 01ed1d5 qdev: remove redundant abort() by liguang · 12 years ago
  81. 0402a5d qdev: DEVICE_DELETED event by Michael S. Tsirkin · 12 years ago
  82. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  83. b4a42f8 hw: move qdev-monitor.o to toplevel directory by Paolo Bonzini · 12 years ago
  84. 312fd5f error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 12 years ago
  85. b09995a qdev: drop extra references at creation time by Paolo Bonzini · 12 years ago
  86. dc7389b qdev: inline object_delete into qbus_free/qdev_free by Paolo Bonzini · 12 years ago
  87. 62d7ba6 qdev: add reference for the bus while it is referred to by the DeviceState by Paolo Bonzini · 12 years ago
  88. 06f7f2b qdev: move unrealization of devices from finalize to unparent by Paolo Bonzini · 12 years ago
  89. 6853d27 qdev: move deletion of children from finalize to unparent by Paolo Bonzini · 12 years ago
  90. 9d12782 qdev: add reference count to a device for the BusChild by Paolo Bonzini · 12 years ago
  91. 39355c3 qdev: change first argument of qbus_create_inplace to void * by Paolo Bonzini · 12 years ago
  92. 013e118 qdev: remove duplication between qbus_create and qbus_create_inplace by Paolo Bonzini · 12 years ago
  93. 249d417 qdev: Prepare "realized" property by Andreas Färber · 12 years ago
  94. 7983c8a qdev: Fold state enum into bool realized by Andreas Färber · 12 years ago
  95. d0508c3 qdev: add qbus_reset_all by Paolo Bonzini · 12 years ago
  96. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  97. 5d5b24d qdev: Don't assume existence of parent bus on unparenting by Andreas Färber · 12 years ago
  98. 501a7ce Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu by Andreas Färber · 12 years ago
  99. a404b61 qdev-properties.c: Separate core from the code used only by qemu-system-* by Eduardo Habkost · 12 years ago
  100. 04a2d61 qdev: Coding style fixes by Eduardo Habkost · 12 years ago