1. b166099 QAPI: Fix blockdev-add example documentation by Jeff Cody · 8 years ago
  2. 31eb120 iscsi: Add blockdev-add support by Kevin Wolf · 8 years ago
  3. 1d56010 iscsi: Add timeout option by Kevin Wolf · 8 years ago
  4. 81aa2a0 iscsi: Add header-digest option by Kevin Wolf · 8 years ago
  5. d4e7992 iscsi: Add initiator-name option by Kevin Wolf · 8 years ago
  6. 4317142 iscsi: Handle -iscsi user/password in bdrv_parse_filename() by Kevin Wolf · 8 years ago
  7. d5895fc iscsi: Split URL into individual options by Kevin Wolf · 8 years ago
  8. a1cf5fa Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-21' into staging by Peter Maydell · 8 years ago
  9. f778a82 hw/i386: Deprecate -drive if=scsi with PC machine types by Markus Armbruster · 8 years ago
  10. a64aa57 hw: Deprecate -drive if=scsi with non-onboard HBAs by Markus Armbruster · 8 years ago
  11. fb8b660 hw/scsi: Concentrate -drive if=scsi auto-create in one place by Markus Armbruster · 8 years ago
  12. 8f2d75e hw: Drop superfluous special checks for orphaned -drive by Markus Armbruster · 8 years ago
  13. 720b8dc blockdev: Make orphaned -drive fatal by Markus Armbruster · 8 years ago
  14. 664cc62 blockdev: Improve message for orphaned -drive by Markus Armbruster · 8 years ago
  15. 2a7ae4e hw/arm/highbank: Default -drive to if=ide instead of if=scsi by Markus Armbruster · 8 years ago
  16. 7e46551 hw: Default -drive to if=none instead of scsi when scsi cannot work by Markus Armbruster · 8 years ago
  17. a27fa28 hw: Default -drive to if=none instead of ide when ide cannot work by Markus Armbruster · 8 years ago
  18. e0319b0 hw/arm/cubieboard hw/arm/xlnx-ep108: Fix units_per_default_bus by Markus Armbruster · 8 years ago
  19. 2059839 hw: Default -drive to if=ide explicitly where it works by Markus Armbruster · 8 years ago
  20. a0775e2 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 8 years ago
  21. a7b91d3 coroutine-lock: make CoRwlock thread-safe and fair by Paolo Bonzini · 8 years ago
  22. 1ace7ce coroutine-lock: add mutex argument to CoQueue APIs by Paolo Bonzini · 8 years ago
  23. f8c6e1c coroutine-lock: place CoMutex before CoQueue in header by Paolo Bonzini · 8 years ago
  24. c05df34 test-aio-multithread: add performance comparison with thread-based mutexes by Paolo Bonzini · 8 years ago
  25. 480cff6 coroutine-lock: add limited spinning to CoMutex by Paolo Bonzini · 8 years ago
  26. fed20a7 coroutine-lock: make CoMutex thread-safe by Paolo Bonzini · 8 years ago
  27. 91bcea4 block: document fields protected by AioContext lock by Paolo Bonzini · 8 years ago
  28. bd45143 async: remove unnecessary inc/dec pairs by Paolo Bonzini · 8 years ago
  29. a153bf5 aio-posix: partially inline aio_dispatch into aio_poll by Paolo Bonzini · 8 years ago
  30. b9e413d block: explicitly acquire aiocontext in aio callbacks that need it by Paolo Bonzini · 8 years ago
  31. 1919631 block: explicitly acquire aiocontext in bottom halves that need it by Paolo Bonzini · 8 years ago
  32. 9d45665 block: explicitly acquire aiocontext in callbacks that need it by Paolo Bonzini · 8 years ago
  33. 2f47da5 block: explicitly acquire aiocontext in timers that need it by Paolo Bonzini · 8 years ago
  34. 0836c72 aio: push aio_context_acquire/release down to dispatching by Paolo Bonzini · 8 years ago
  35. b20123a qed: introduce qed_aio_start_io and qed_aio_next_io_cb by Paolo Bonzini · 8 years ago
  36. e5c67ab blkdebug: reschedule coroutine on the AioContext it is running on by Paolo Bonzini · 8 years ago
  37. a9d9235 coroutine-lock: reschedule coroutine on the AioContext it was running on by Paolo Bonzini · 8 years ago
  38. ff82911 nbd: convert to use qio_channel_yield by Paolo Bonzini · 8 years ago
  39. c4c497d io: make qio_channel_yield aware of AioContexts by Paolo Bonzini · 8 years ago
  40. bf88c12 io: add methods to set I/O handlers on AioContext by Paolo Bonzini · 8 years ago
  41. 934ebf4 test-thread-pool: use generic AioContext infrastructure by Paolo Bonzini · 8 years ago
  42. 35f106e block-backend: allow blk_prw from coroutine context by Paolo Bonzini · 8 years ago
  43. 0c330a7 aio: introduce aio_co_schedule and aio_co_wake by Paolo Bonzini · 8 years ago
  44. c2b38b2 block: move AioContext, QEMUTimer, main-loop to libqemuutil by Paolo Bonzini · 8 years ago
  45. b856256 Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170221-1' into staging by Peter Maydell · 8 years ago
  46. 31fb444 usb-ccid: add check message size checks by Gerd Hoffmann · 8 years ago
  47. 7569c54 usb-ccid: move header size check by Gerd Hoffmann · 8 years ago
  48. 0aeebc7 usb-ccid: better bulk_out error handling by Gerd Hoffmann · 8 years ago
  49. 558ff1b xhci: drop via vendor command handling by Gerd Hoffmann · 8 years ago
  50. 2992d6b xhci: fix nec vendor quirk handling by Gerd Hoffmann · 8 years ago
  51. 72a810f xhci: add qemu xhci controller by Gerd Hoffmann · 8 years ago
  52. 898248a xhci: drop ER_FULL_HACK workaround by Gerd Hoffmann · 8 years ago
  53. f89b60f xhci: apply limits to loops by Gerd Hoffmann · 8 years ago
  54. 95ed569 usb: ohci: limit the number of link eds by Li Qiang · 8 years ago
  55. 26f670a usb: ohci: fix error return code in servicing iso td by Li Qiang · 8 years ago
  56. d710e1e usb: ehci: fix memory leak in ehci by Li Qiang · 8 years ago
  57. 56f9e46 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-02-20' into staging by Peter Maydell · 8 years ago
  58. c8f21db Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170220-1' into staging by Peter Maydell · 8 years ago
  59. 6753e4e Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20170220-1' into staging by Peter Maydell · 8 years ago
  60. fea346f Makefile: Put VERSION info into version.texi rather than using -D by Peter Maydell · 8 years ago
  61. 1ede77d qapi2texi: replace quotation by bold section name by Marc-André Lureau · 8 years ago
  62. 5d42ff9 Merge remote-tracking branch 'remotes/huth/tags/coldfire-20170219' into staging by Peter Maydell · 8 years ago
  63. 0ea1523 egl-helpers: Support newer MESA versions by Frediano Ziglio · 8 years ago
  64. 7b52550 spice: allow to specify drm rendernode by Marc-André Lureau · 8 years ago
  65. 378af96 Add wctablet device by Anatoli Huseu1 · 8 years ago
  66. ed6f72b ps2: fix mouse mappings for right/middle button by Fabian Lesniak · 8 years ago
  67. d514cfd Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 8 years ago
  68. 5baf274 MAINTAINERS: Add odd fixer for the ColdFire boards by Thomas Huth · 8 years ago
  69. 88b8698 hw/m68k: QOMify the ColdFire interrupt controller by Thomas Huth · 8 years ago
  70. 22f2dbe hw/m68k: Remove dummy machine by Thomas Huth · 8 years ago
  71. 7e58326 intel_iommu: vtd_slpt_level_shift check level by Peter Xu · 8 years ago
  72. 6c441e1 intel_iommu: convert dbg macros to trace for trans by Peter Xu · 8 years ago
  73. bc535e5 intel_iommu: convert dbg macros to traces for inv by Peter Xu · 8 years ago
  74. 6e90556 intel_iommu: renaming gpa to iova where proper by Peter Xu · 8 years ago
  75. 046ab7e intel_iommu: simplify irq region translation by Peter Xu · 8 years ago
  76. 3b40f0e intel_iommu: add "caching-mode" option by Aviv Ben-David · 8 years ago
  77. dfbd90e vfio: allow to notify unmap for very large region by Peter Xu · 8 years ago
  78. 4a4b88f vfio: introduce vfio_get_vaddr() by Peter Xu · 8 years ago
  79. 3213835 vfio: trace map/unmap for notify as well by Peter Xu · 8 years ago
  80. d4e9b75 pcie: simplify pcie_add_capability() by Peter Xu · 8 years ago
  81. b4b9862 virtio: Fix no interrupt when not creating msi controller by Michael S. Tsirkin · 8 years ago
  82. 97cd965 virtio: use VRingMemoryRegionCaches for avail and used rings by Paolo Bonzini · 8 years ago
  83. ca0176a virtio: check for vring setup in virtio_queue_update_used_idx by Paolo Bonzini · 8 years ago
  84. 991976f virtio: use VRingMemoryRegionCaches for descriptor ring by Paolo Bonzini · 8 years ago
  85. c611c76 virtio: add MemoryListener to cache ring translations by Paolo Bonzini · 8 years ago
  86. 5eba040 virtio: use MemoryRegionCache to access descriptors by Paolo Bonzini · 8 years ago
  87. 91047df exec: make address_space_cache_destroy idempotent by Paolo Bonzini · 8 years ago
  88. 9796d0a virtio: use address_space_map/unmap to access descriptors by Paolo Bonzini · 8 years ago
  89. e6a830d virtio: add virtio_*_phys_cached by Paolo Bonzini · 8 years ago
  90. 1d8280c memory: make memory_listener_unregister idempotent by Paolo Bonzini · 8 years ago
  91. 79c0f39 docs: add document to explain the usage of vNVDIMM by Haozhong Zhang · 8 years ago
  92. 0793169 virtio: Report real progress in VQ aio poll handler by Fam Zheng · 8 years ago
  93. 4bb571d pci/pcie: don't assume cap id 0 is reserved by Michael S. Tsirkin · 8 years ago
  94. ad584d3 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 8 years ago
  95. 65c9d60 target-i386: correctly propagate retaddr into SVM helpers by Paolo Bonzini · 8 years ago
  96. 7a37b59 Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-upstream-pull-request' into staging by Peter Maydell · 8 years ago
  97. f47291b vl: log available guest crash information by Anton Nefedov · 8 years ago
  98. c86f106 report guest crash information in GUEST_PANICKED event by Anton Nefedov · 8 years ago
  99. d187e08 i386/cpu: add crash-information QOM property by Anton Nefedov · 8 years ago
  100. d9e73d3 Makefile: avoid leaving the temporary QEMU_PKGVERSION header file by Lin Ma · 8 years ago