1. 7634fe3 sysbus: Add new platform bus helper device by Alexander Graf · 10 years ago
  2. 471a9bc sysbus: Expose MMIO enumeration helper by Alexander Graf · 10 years ago
  3. b797318 sysbus: Expose IRQ enumeration helpers by Alexander Graf · 10 years ago
  4. 33cd52b sysbus: Make devices spawnable via -device by Alexander Graf · 11 years ago
  5. eb57228 sysbus: Add dynamic sysbus device search by Alexander Graf · 10 years ago
  6. 25bda50 hw/core/loader: implement address translation in uimage loader by Max Filippov · 10 years ago
  7. 0811867 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  8. b591721 sysbus: Use TYPE_DEVICE GPIO functionality by Peter Crosthwaite · 10 years ago
  9. 17a96a1 qdev: gpio: Define qdev_pass_gpios() by Peter Crosthwaite · 10 years ago
  10. aef0869 qdev: gpio: Remove qdev_init_gpio_out x1 restriction by Peter Crosthwaite · 10 years ago
  11. 15942b6 qdev: gpio: delete NamedGPIOList::out by Peter Crosthwaite · 10 years ago
  12. b58c303 irq: Remove qemu_irq_intercept_out by Peter Crosthwaite · 10 years ago
  13. 60a7901 qtest/irq: Rework IRQ interception by Peter Crosthwaite · 10 years ago
  14. 0c24db2 qdev: gpio: Add API for intercepting a GPIO by Peter Crosthwaite · 10 years ago
  15. 02757df qdev: gpio: Re-implement qdev_connect_gpio QOM style by Peter Crosthwaite · 10 years ago
  16. 66e56b1 qdev: add qdev_build_hotpluggable_device_list helper by Zhu Guihua · 10 years ago
  17. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  18. 18b91a3 qdev: Drop legacy_name from qdev properties by Gonglei · 10 years ago
  19. b8c9cd5 qdev: Set the object property's description to the qdev property's. by Gonglei · 10 years ago
  20. 51b2e8c qdev: Add description field in PropertyInfo struct by Gonglei · 10 years ago
  21. 7716b8c qdev: HotplugHandler: Add support for unplugging BUS-less devices by Igor Mammedov · 10 years ago
  22. 2d9a982 qdev: Drop legacy hotplug fields/methods by Igor Mammedov · 10 years ago
  23. e378acb qdev: Drop hotplug check from bus_add_child() by Igor Mammedov · 10 years ago
  24. 431bbb2 qdev: Add wrapper to set BUS as HotplugHandler by Igor Mammedov · 10 years ago
  25. 014176f qdev: Add simple/generic unplug callback for HotplugHandler by Igor Mammedov · 10 years ago
  26. 181a2c6 qdev: HotplugHandler: Provide unplug callback by Igor Mammedov · 10 years ago
  27. 14d5a28 qdev: HotplugHandler: Rename unplug callback to unplug_request by Igor Mammedov · 10 years ago
  28. 39b888b Access BusState::allow_hotplug using wraper qbus_is_hotpluggable() by Igor Mammedov · 10 years ago
  29. 688b057 qdev: gpio: Register GPIO outputs as QOM links by Peter Crosthwaite · 10 years ago
  30. a69bef1 qdev: gpio: Register GPIO inputs as child objects by Peter Crosthwaite · 10 years ago
  31. b235a71 qdev: gpio: Don't allow name share between I and O by Peter Crosthwaite · 10 years ago
  32. 10e11f4 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  33. b3ce84f qdev: Move global validation to a single function by Eduardo Habkost · 11 years ago
  34. d828c43 qdev: Rename qdev_prop_check_global() to qdev_prop_check_globals() by Eduardo Habkost · 11 years ago
  35. 556068e hw/machine: Free old values of string properties by Eduardo Habkost · 11 years ago
  36. 2b31cd4 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  37. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 10 years ago
  38. 2d6838e Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging by Peter Maydell · 10 years ago
  39. ea87616 loader: Add load_image_size() to replace load_image() by Benjamin Herrenschmidt · 11 years ago
  40. 1d45a70 qdev: Add cleanup logic in device_set_realized() to avoid resource leak by Gonglei · 10 years ago
  41. cd4520a qdev: Use NULL instead of local_err for qbus_child unrealize by Gonglei · 10 years ago
  42. d578029 qdev: Use error_abort instead of using local_err by Gonglei · 11 years ago
  43. f242694 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 11 years ago
  44. ac40aa1 intel-iommu: fix coding style issues around in q35.c and machine.c by Le Tan · 11 years ago
  45. a52a7fd intel-iommu: add Intel IOMMU emulation to q35 and add a machine option "iommu" as a switch by Le Tan · 11 years ago
  46. 9cb805f cpus: Define callback for QEMU "nmi" command by Alexey Kardashevskiy · 11 years ago
  47. 235e74a loader: Add load_image_gzipped function. by Richard W.M. Jones · 11 years ago
  48. 0e4a773 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  49. 401cf7f loader: Abstract away ref to memory region names by Peter Crosthwaite · 11 years ago
  50. 1dd79a2 sysbus: remove unused function sysbus_del_io by Paolo Bonzini · 11 years ago
  51. b0ddb8b machine: Replace underscores in machine's property names by Marcel Apfelbaum · 11 years ago
  52. dd98b71 qdev: Fix crash when using non-device class name on -global by Eduardo Habkost · 11 years ago
  53. 3196270 qdev: Don't abort() in case globals can't be set by Eduardo Habkost · 11 years ago
  54. 8593efa Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 11 years ago
  55. c26f3a0 Merge remote-tracking branch 'remotes/bonzini/memory' into staging by Peter Maydell · 11 years ago
  56. 352e8da qdev: correctly send DEVICE_DELETED for recursively-deleted devices by Paolo Bonzini · 11 years ago
  57. 1351d1e qdev: drop iothread property type by Stefan Hajnoczi · 11 years ago
  58. 67cc7e0 qdev: add qdev_alias_all_properties() by Stefan Hajnoczi · 11 years ago
  59. 615c489 irq: Slim conversion of qemu_irq to QOM by Andreas Färber · 11 years ago
  60. f173d57 irq: Allocate IRQs individually by Peter Crosthwaite · 11 years ago
  61. f3c7d03 hw: Fix qemu_allocate_irqs() leaks by Andreas Färber · 11 years ago
  62. 575a1c0 net: move queue number into NICPeers by Jiri Pirko · 11 years ago
  63. 24b699f qapi event: convert DEVICE_DELETED by Wenchao Xia · 11 years ago
  64. 5942a19 qdev: recursively unrealize devices when unrealizing bus by Paolo Bonzini · 11 years ago
  65. b7b34d0 qdev: reorganize error reporting in bus_set_realized by Paolo Bonzini · 11 years ago
  66. d012ffc qdev: expose DeviceState.hotplugged field as a property by Igor Mammedov · 11 years ago
  67. b745454 qdev: hotplug for bus-less devices by Igor Mammedov · 11 years ago
  68. 26edf8c Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 11 years ago
  69. 9f9260a qdev: Display warning about unused -global by Don Slutz · 11 years ago
  70. a5f5429 qdev: Implement named GPIOs by Peter Crosthwaite · 11 years ago
  71. 6b1b144 machine: Make -machine opts properties of MachineState by Marcel Apfelbaum · 11 years ago
  72. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  73. 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
  74. f5a014d hw/9pfs: Add missing 'static' attributes by Stefan Weil · 11 years ago
  75. 65cd906 qom: Clean up fragile use of error_is_set() in set() methods by Markus Armbruster · 11 years ago
  76. a7737e4 hw: Consistently name Error ** objects errp, and not err by Markus Armbruster · 11 years ago
  77. 2f719f1 hw: Consistently name Error * objects err, and not errp by Markus Armbruster · 11 years ago
  78. f231b88 qerror.h: Remove QERR defines that are only used once by Cole Robinson · 11 years ago
  79. 20c50a9 fw-path-provider: Change GPL version to 2+ by Alexey Kardashevskiy · 11 years ago
  80. 3a87f8b Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging by Peter Maydell · 11 years ago
  81. 6b1566c qdev: Introduce FWPathProvider interface by Paolo Bonzini · 11 years ago
  82. 39f72ef qom: Add check() argument to object_property_add_link() by Stefan Hajnoczi · 11 years ago
  83. 9561fda qom: Make QOM link property unref optional by Stefan Hajnoczi · 11 years ago
  84. 57fac92 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 11 years ago
  85. 6e4a876 iothread: add "iothread" qdev property type by Stefan Hajnoczi · 11 years ago
  86. 7d1de46 qdev: make get_pointer() handle temporary strings by Igor Mammedov · 11 years ago
  87. 5c21ce7 qdev: Realize buses on device realization by Bandan Das · 11 years ago
  88. 02e7f85 qdev: Prepare realize/unrealize hooks for BusState by Bandan Das · 11 years ago
  89. 36d20cb hw/core: Introduce QEMU machine as QOM object by Marcel Apfelbaum · 11 years ago
  90. 267a326 qdev: Set DeviceClass::hotpluggable default in class_init() by Igor Mammedov · 11 years ago
  91. 2b81b35 qdev: Fix bus dependency of DeviceState::hotpluggable getter by Andreas Färber · 11 years ago
  92. ac41881 pc: avoid duplicate names for ROM MRs by Michael S. Tsirkin · 11 years ago
  93. 98bc3ab loader: rename in_ram/has_mr by Michael S. Tsirkin · 11 years ago
  94. 61de367 qdev: Keep global allocation counter per bus by Alexander Graf · 11 years ago
  95. 18674b2 elf-loader: add more return codes by Alexey Kardashevskiy · 11 years ago
  96. 61e8a92 Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 11 years ago
  97. 85ca120 qdev: Use QAPI type names for properties by Paolo Bonzini · 11 years ago
  98. 104059d qdev: Add enum property types to QAPI schema by Paolo Bonzini · 11 years ago
  99. f31c41f block: Handle "rechs" and "large" translation options by Paolo Bonzini · 11 years ago
  100. c7bcc85 qdev: Remove hex8/32/64 property types by Paolo Bonzini · 11 years ago