1. 07578b0 qdev: Let the hotplug_handler_unplug() caller delete the device by David Hildenbrand · 6 years ago
  2. 12b2e9f qdev/core: fix qbus_is_full() by Tony Krowiak · 6 years ago
  3. 9c2762b qdev-monitor: Make device options help nicer by Max Reitz · 6 years ago
  4. a95db58 qdev-monitor: print help to stdout by Marc-André Lureau · 6 years ago
  5. 47c6600 qom: introduce object_class_get_list_sorted by Paolo Bonzini · 7 years ago
  6. 35f6376 qmp: Merge ObjectPropertyInfo and DevicePropertyInfo by Alexey Kardashevskiy · 7 years ago
  7. 112ed24 qapi: Empty out qapi-schema.json by Markus Armbruster · 7 years ago
  8. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  9. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  10. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  11. 03fcbd9 qdev: Check for the availability of a hotplug controller before adding a device by Thomas Huth · 7 years ago
  12. 5834621 qdev_monitor: Simplify error handling in qdev_device_add() by Thomas Huth · 7 years ago
  13. ab37bfc pci-assign: Remove by Paolo Bonzini · 7 years ago
  14. c4b63b7 migration: Move remaining exported functions to migration/misc.h by Juan Quintela · 8 years ago
  15. e90f2a8 qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable by Eduardo Habkost · 8 years ago
  16. b06424d migration: Disable hotplug/unplug during migration by Juan Quintela · 8 years ago
  17. 3290067 qdev: Move qdev_unplug() to qdev-monitor.c by Juan Quintela · 8 years ago
  18. 7562f90 migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratable by Ashijeet Acharya · 8 years ago
  19. ba31cc7 Introduce DEVICE_CATEGORY_CPU for CPU devices by Thomas Huth · 8 years ago
  20. a3a3d8c migration: Allow "device add" options to only add migratable devices by Ashijeet Acharya · 8 years ago
  21. ce49b73 qdev: add function qdev_set_id() by Juergen Gross · 8 years ago
  22. 9680cae qdev-monitor: Add blk_by_qdev_id() by Kevin Wolf · 8 years ago
  23. 6c1db52 qdev-monitor: Factor out find_device_state() by Kevin Wolf · 8 years ago
  24. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  25. 588c36c qdev-monitor: add missing aliases for virtio device classes by Sascha Silbe · 9 years ago
  26. 36e9916 qdev-monitor: sort alias table by typename by Sascha Silbe · 9 years ago
  27. f6b5319 qdev-monitor: improve error message when alias device is unavailable by Sascha Silbe · 9 years ago
  28. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  29. 7828867 error: Use error_report_err() instead of ad hoc prints by Markus Armbruster · 9 years ago
  30. 543202c error: Don't append a newline when printing the error hint by Markus Armbruster · 9 years ago
  31. 0bf224d Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 9 years ago
  32. 8304402 e1000: use alias for default model by Jason Wang · 9 years ago
  33. 33fe968 Revert "qdev: Use qdev_get_device_class() for -device <type>,help" by Markus Armbruster · 9 years ago
  34. 6287d82 monitor: allow device_del to accept QOM paths by Daniel P. Berrange · 9 years ago
  35. 50b7b00 hmp: Allow for error message hints on HMP by Eric Blake · 9 years ago
  36. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  37. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  38. 485febc qmp: Wean off qerror_report() by Markus Armbruster · 10 years ago
  39. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  40. 75158eb qerror: Eliminate QERR_DEVICE_NOT_FOUND by Markus Armbruster · 10 years ago
  41. 70b9433 QemuOpts: Wean off qerror_report_err() by Markus Armbruster · 10 years ago
  42. f006cf7 qdev-monitor: Propagate errors through qdev_device_add() by Markus Armbruster · 10 years ago
  43. 4caa489 qdev-monitor: Propagate errors through set_property() by Markus Armbruster · 10 years ago
  44. d282842 qdev-monitor: Convert qbus_find() to Error by Markus Armbruster · 10 years ago
  45. ed238ba qdev-monitor: Fix check for full bus by Markus Armbruster · 10 years ago
  46. a5ec494 qdev-monitor: Stop error avalanche in qbus_find_recursive() by Markus Armbruster · 10 years ago
  47. 1f68f1d s390x: Switch to s390-ccw machine as default by Alexander Graf · 10 years ago
  48. 71df1d8 QemuOpts: Convert qemu_opt_foreach() to Error by Markus Armbruster · 10 years ago
  49. 1640b20 QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure by Markus Armbruster · 10 years ago
  50. 3751d7c vl: allow full-blown QemuOpts syntax for -global by Paolo Bonzini · 10 years ago
  51. a01ff75 qom: Implement info qom-tree HMP command by Andreas Färber · 11 years ago
  52. f43e47d QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use by Markus Armbruster · 10 years ago
  53. 1ce6be2 hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() by Markus Armbruster · 10 years ago
  54. 31bed55 qdev: Use qdev_get_device_class() for -device <type>,help by Eduardo Habkost · 10 years ago
  55. 5185f0e qdev: Move error printing to the end of qdev_device_help() by Eduardo Habkost · 10 years ago
  56. 43c95d7 qdev: Create qdev_get_device_class() function by Eduardo Habkost · 10 years ago
  57. 07d09c5 qmp: Print descriptions of object properties by Gonglei · 10 years ago
  58. b6cc36a qdev: device_del: Search for to be unplugged device in 'peripheral' container by Igor Mammedov · 10 years ago
  59. ce9835e qdev: do not allow to instantiate non hotpluggable device with device_add by Igor Mammedov · 10 years ago
  60. 39b888b Access BusState::allow_hotplug using wraper qbus_is_hotpluggable() by Igor Mammedov · 10 years ago
  61. 0722eba qdev-monitor: fix segmentation fault on qdev_device_help() by Gonglei · 10 years ago
  62. 142f4ac Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' into staging by Peter Maydell · 11 years ago
  63. 8108fd3 don't use 'Yoda conditions' by Gonglei · 11 years ago
  64. ef52358 qdev-monitor: include QOM properties in -device FOO, help output by Stefan Hajnoczi · 11 years ago
  65. a5f5429 qdev: Implement named GPIOs by Peter Crosthwaite · 11 years ago
  66. ce0abca qdev: Fix crash by validating the object type by Amos Kong · 11 years ago
  67. f231b88 qerror.h: Remove QERR defines that are only used once by Cole Robinson · 11 years ago
  68. 7b03094 qdev-monitor: Set properties after parent is assigned in device_add by Amos Kong · 11 years ago
  69. 52aa17c qdev-monitor: set DeviceState opts before calling realize by Bandan Das · 11 years ago
  70. 61e8a92 Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 11 years ago
  71. 84d18f0 Use error_is_set() only when necessary by Markus Armbruster · 11 years ago
  72. dae3bda qdev: Use human mode in "info qtree" by Paolo Bonzini · 11 years ago
  73. 0b7593e qapi: Add human mode to StringOutputVisitor by Paolo Bonzini · 11 years ago
  74. 98a6528 qdev: Inline qdev_prop_parse() by Paolo Bonzini · 11 years ago
  75. 133fe77 Merge remote branch 'luiz/queue/qmp' into qmpq by Edgar E. Iglesias · 11 years ago
  76. 87ea75d qemu-option: Remove qemu_opts_create_nofail by Peter Crosthwaite · 11 years ago
  77. 11c308b qdev-monitor: Improve error message for -device nonexistant by Markus Armbruster · 11 years ago
  78. 061e84f qdev-monitor: Avoid device_add crashing on non-device driver name by Markus Armbruster · 11 years ago
  79. 7ea5e78 qdev: Do not let the user try to device_add when it cannot work by Markus Armbruster · 11 years ago
  80. efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  81. 852e2c5 qdev-monitor: Inline qdev_init() for device_add by Andreas Färber · 11 years ago
  82. 2bcb0c6 qdev-monitor: Avoid qdev as variable name by Andreas Färber · 11 years ago
  83. 02a5c4c qdev: Drop misleading qdev_free() function by Stefan Hajnoczi · 11 years ago
  84. ee6abeb qdev-monitor: Unref device when device_add fails by Stefan Hajnoczi · 11 years ago
  85. 2fa4e56 qdev-monitor: Fix crash when device_add is called with abstract driver by Igor Mammedov · 11 years ago
  86. f4d8579 qdev-monitor: Clean up qdev_device_add() variable naming by Andreas Färber · 12 years ago
  87. a3400ae qdev-monitor: Group "device_add help" and "info qdm" by category by Markus Armbruster · 11 years ago
  88. 1fc224b Mostly revert "qemu-help: Sort devices by logical functionality" by Markus Armbruster · 11 years ago
  89. 3d1237f qemu-help: Sort devices by logical functionality by Marcel Apfelbaum · 12 years ago
  90. dfc6f86 misc: Use g_assert_not_reached for code which is expected to be unreachable by Stefan Weil · 12 years ago
  91. b1fe9bc qdev: Let qdev_prop_parse() pass through Error by Andreas Färber · 12 years ago
  92. 95e2af9 qbus: remove wrong error messages by Alexey Kardashevskiy · 12 years ago
  93. 2f7bd82 qdev: Fix device_add bus assumptions by Andreas Färber · 12 years ago
  94. b4a42f8 hw: move qdev-monitor.o to toplevel directory by Paolo Bonzini · 12 years ago