1. aae1672 hw/core/qdev-properties-system: Allow the 'slew' policy only on x86 by Thomas Huth · 2 years, 2 months ago
  2. edf5ca5 include/hw/pci: Split pci_device.h off pci.h by Markus Armbruster · 2 years, 2 months ago
  3. d1c81c3 qapi: Use returned bool to check for failure (again) by Markus Armbruster · 2 years, 3 months ago
  4. e287bf7 net: Introduce NetClientInfo.check_peer_type() by Kevin Wolf · 3 years, 5 months ago
  5. d1a58c1 qdev: allow setting drive property for realized device by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  6. 1e19871 qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr() by Eduardo Habkost · 4 years, 3 months ago
  7. ea7c1e5 qdev: Move dev->realized check to qdev_property_set() by Eduardo Habkost · 4 years, 3 months ago
  8. 991f0ac qdev: Avoid using prop->name unnecessarily by Eduardo Habkost · 4 years, 3 months ago
  9. e68c2cb qdev: Get just property name at error_set_from_qdev_prop_error() by Eduardo Habkost · 4 years, 3 months ago
  10. ce35e22 qdev: Move softmmu properties to qdev-properties-system.h by Eduardo Habkost · 4 years, 3 months ago
  11. 38255ef qdev: Move UUID property to qdev-properties-system.c by Eduardo Habkost · 4 years, 3 months ago
  12. c7525b1 qdev: Make error_set_from_qdev_prop_error() get Object* argument by Eduardo Habkost · 4 years, 3 months ago
  13. 3814815 qdev: Make check_prop_still_unset() get Object* argument by Eduardo Habkost · 4 years, 3 months ago
  14. 3950127 qdev: Make qdev_find_global_prop() get Object* argument by Eduardo Habkost · 4 years, 3 months ago
  15. 828ade8 qdev: Make qdev_get_prop_ptr() get Object* arg by Eduardo Habkost · 4 years, 3 months ago
  16. 40ea00b qdev: Make PropertyInfo.print method get Object* argument by Eduardo Habkost · 4 years, 3 months ago
  17. 6cc0667 Tweak a few "Parameter 'NAME' expects THING" error message by Markus Armbruster · 4 years, 4 months ago
  18. 28afbc1 Revert "hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()" by Michael S. Tsirkin · 4 years, 3 months ago
  19. 5937835 block: move logical block size check function to a common utility function by Coiby Xu · 4 years, 6 months ago
  20. aa1859c hw/core/qdev-properties: Extract system-mode specific properties by Philippe Mathieu-Daudé · 4 years, 5 months ago
  21. efba159 qom: simplify object_find_property / object_class_find_property by Daniel P. Berrangé · 4 years, 6 months ago
  22. 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 8 months ago
  23. 73ac1aa qdev: Make functions taking Error ** return bool, not void by Markus Armbruster · 4 years, 8 months ago
  24. 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 8 months ago
  25. 62a35aa qapi: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 8 months ago
  26. 934df91 qdev: Make qdev_prop_set_drive() match the other helpers by Markus Armbruster · 4 years, 8 months ago
  27. 9572a78 qdev: Reject chardev property override by Markus Armbruster · 4 years, 8 months ago
  28. 84b0475 qdev: Reject drive property override by Markus Armbruster · 4 years, 8 months ago
  29. 1bc1333 qdev: Improve netdev property override error a bit by Markus Armbruster · 4 years, 8 months ago
  30. 466c298 qdev: Eliminate get_pointer(), set_pointer() by Markus Armbruster · 4 years, 8 months ago
  31. 88e47b9 audio: add audiodev properties to frontends by Kővágó, Zoltán · 6 years ago
  32. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  33. 307a5f6 block: Add qdev_prop_drive_iothread property type by Kevin Wolf · 6 years ago
  34. d861ab3 block: Add BlockBackend.ctx by Kevin Wolf · 6 years ago
  35. afb73d5 hw: set_netdev: remove useless code by Li Qiang · 6 years ago
  36. af1a5c3 net: Remove the deprecated "vlan" parameter by Thomas Huth · 7 years ago
  37. f1faf2d Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 7 years ago
  38. 89be9e9 tpm: move qdev_prop_tpm to hw/tpm/ by Cornelia Huck · 7 years ago
  39. a12aef2 qdev: drop unused #include "sysemu/iothread.h" by Stefan Hajnoczi · 7 years ago
  40. 493b783 qdev: add DEFINE_PROP_TPMBE by Marc-André Lureau · 7 years ago
  41. 1b6b7d1 qdev: Add const qualifier to PropertyInfo definitions by Fam Zheng · 8 years ago
  42. 1ce2610 char: make chr_fe_deinit() optionaly delete backend by Marc-André Lureau · 8 years ago
  43. 4d43a60 char: move CharBackend handling in char-fe unit by Marc-André Lureau · 8 years ago
  44. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
  45. be9721f qdev: Constify local variable returned by blk_bs by Krzysztof Kozlowski · 8 years ago
  46. 9588c58 block: add missed aio_context_acquire into release_drive by Denis V. Lunev · 8 years ago
  47. a17c17a hw/block: Request permissions by Kevin Wolf · 8 years ago
  48. d708642 block: Add error parameter to blk_insert_bs() by Kevin Wolf · 8 years ago
  49. 6d0eb64 block: Add permissions to blk_new() by Kevin Wolf · 8 years ago
  50. 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
  51. 2209401 qdev: fix use-after-free regression from becdfa00cfa by Marc-André Lureau · 8 years ago
  52. c39860e char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit by Marc-André Lureau · 8 years ago
  53. becdfa0 char: replace PROP_CHR with CharBackend by Marc-André Lureau · 8 years ago
  54. bd7c417 block/qdev: Let 'drive' property fall back to node name by Kevin Wolf · 9 years ago
  55. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
  56. 8daea51 block/qdev: Allow node name for drive properties by Kevin Wolf · 9 years ago
  57. 8d76bfe qdev: Eliminate qemu_add_globals() function by Eduardo Habkost · 9 years ago
  58. a9d52a7 block/qdev: Fix NULL access when using BB twice by Kevin Wolf · 9 years ago
  59. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  60. d7bce99 qom: Swap 'name' next to visitor in ObjectPropertyAccessor by Eric Blake · 9 years ago
  61. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
  62. 18c86e2 hw/core: Clean up includes by Peter Maydell · 9 years ago
  63. 6231a6d hw: Inline the qdev_prop_set_drive_nofail() wrapper by Markus Armbruster · 9 years ago
  64. 007b065 Use error_fatal to simplify obvious fatal errors by Markus Armbruster · 9 years ago
  65. 62f7dbd qdev-properties-system: Improve error message for drive assignment conflict by Peter Maydell · 10 years ago
  66. f1fb9f0 qdev-properties-system: Change set_pointer's parse callback to use Error by Peter Maydell · 10 years ago
  67. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  68. 28d0de7 QemuOpts: Convert qemu_opts_foreach() to Error by Markus Armbruster · 10 years ago
  69. a4c7367 QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure by Markus Armbruster · 10 years ago
  70. 9b3d111 hw: Propagate errors through qdev_prop_set_drive() by Markus Armbruster · 10 years ago
  71. 23120b1 net: don't use set/get_pointer() in set/get_netdev() by Jason Wang · 10 years ago
  72. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  73. 18b91a3 qdev: Drop legacy_name from qdev properties by Gonglei · 10 years ago
  74. 51b2e8c qdev: Add description field in PropertyInfo struct by Gonglei · 10 years ago
  75. b3ce84f qdev: Move global validation to a single function by Eduardo Habkost · 11 years ago
  76. dd98b71 qdev: Fix crash when using non-device class name on -global by Eduardo Habkost · 11 years ago
  77. 1351d1e qdev: drop iothread property type by Stefan Hajnoczi · 11 years ago
  78. 575a1c0 net: move queue number into NICPeers by Jiri Pirko · 11 years ago
  79. 9f9260a qdev: Display warning about unused -global by Don Slutz · 11 years ago
  80. 2f719f1 hw: Consistently name Error * objects err, and not errp by Markus Armbruster · 11 years ago
  81. 6e4a876 iothread: add "iothread" qdev property type by Stefan Hajnoczi · 11 years ago
  82. 7d1de46 qdev: make get_pointer() handle temporary strings by Igor Mammedov · 11 years ago
  83. 85ca120 qdev: Use QAPI type names for properties by Paolo Bonzini · 11 years ago
  84. 5433a0a hw: Remove assert_no_error usages by Peter Crosthwaite · 11 years ago
  85. 30c367e qdev-properties-system.c: Allow vlan or netdev for -device, not both by Vlad Yasevich · 11 years ago
  86. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  87. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/qdev-properties-system.c]
  88. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  89. 44c473d qemu-char: Add qemu_chr_fe_claim / _release helper functions by Hans de Goede · 12 years ago
  90. 85d91e3 qemu-char: Move incrementing of avail_connections to qdev-properties-system by Hans de Goede · 12 years ago
  91. b000dfb hw/qdev-properties.c: Improve diagnostic for setting property after realize by Peter Maydell · 12 years ago
  92. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  93. 1ceef9f net: multiqueue support by Jason Wang · 12 years ago
  94. 7983c8a qdev: Fold state enum into bool realized by Andreas Färber · 12 years ago
  95. 501a7ce Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu by Andreas Färber · 12 years ago
  96. a404b61 qdev-properties.c: Separate core from the code used only by qemu-system-* by Eduardo Habkost · 12 years ago