1. 7cef3d1 scsi-cd: Fix inserting read-only media in empty drive by Kevin Wolf · 6 years ago
  2. 9c5aad8 virtio-scsi: fixed virtio_scsi_ctx_check failed when detaching scsi disk by Zhengui li · 6 years ago
  3. 1849f29 scsi-generic: Check sense key before request snooping and patching by Shin'ichiro Kawasaki · 6 years ago
  4. 68fa7ca vhost-user-scsi: Call virtio_scsi_common_unrealize() when device realize failed by Xie Yongji · 6 years ago
  5. 934443c vhost-scsi: Call virtio_scsi_common_unrealize() when device realize failed by Xie Yongji · 6 years ago
  6. 12e1dc4 virtio-scsi: remove unused argument to virtio_scsi_common_realize by Paolo Bonzini · 6 years ago
  7. bdf9613 scsi: explicitly list guest-recoverable sense codes by Paolo Bonzini · 6 years ago
  8. d31347f scsi-disk: pass sense correctly for guest-recoverable errors by Shinichiro Kawasaki · 6 years ago
  9. 1a8c091 virtio-scsi: restart DMA after iothread by Stefan Hajnoczi · 6 years ago
  10. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  11. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  12. 856dfd8 qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h by Markus Armbruster · 6 years ago
  13. 0d74f3b Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into staging by Peter Maydell · 6 years ago
  14. 347a6f4 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 6 years ago
  15. 824755b hw/scsi: Use the QOM BUS() macro to access BusState.qbus by Philippe Mathieu-Daudé · 6 years ago
  16. 573c3e0 hw/scsi/vmw_pvscsi: Use qbus_reset_all() directly by Philippe Mathieu-Daudé · 6 years ago
  17. 4f71fb4 scsi-disk: Use qdev_prop_drive_iothread by Kevin Wolf · 6 years ago
  18. d861ab3 block: Add BlockBackend.ctx by Kevin Wolf · 6 years ago
  19. 97896a4 block: Add Error to blk_set_aio_context() by Kevin Wolf · 6 years ago
  20. b3e89c9 vhost-scsi: Allow user to enable migration by Liran Alon · 6 years ago
  21. 4ea5742 vhost-scsi: Add VMState descriptor by Nir Weiner · 6 years ago
  22. c6d369f vhost-scsi: The vhost backend should be stopped when the VM is not running by Nir Weiner · 6 years ago
  23. 386cff4 vhost: fix memory leak in vhost_user_scsi_realize by Jie Wang · 6 years ago
  24. 2e56fbc megasas: fix mapped frame size by Peter Lieven · 6 years ago
  25. 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
  26. 0b99f22 vhost-user: simplify vhost_user_init/vhost_user_cleanup by Marc-André Lureau · 6 years ago
  27. ce2918c spapr: Use CamelCase properly by David Gibson · 6 years ago
  28. e6c165f lsi: 810/895A are always little endian by Sven Schnelle · 6 years ago
  29. 07163c9 lsi: return dfifo value by Sven Schnelle · 6 years ago
  30. 82cf2bc lsi: use SCSI phase names instead of numbers in trace by Sven Schnelle · 6 years ago
  31. 4ae63d3 lsi: use enum type for s->msg_action by Sven Schnelle · 6 years ago
  32. f08ec2b lsi: use enum type for s->waiting by Sven Schnelle · 6 years ago
  33. 811a75b lsi: use ldn_le_p()/stn_le_p() by Sven Schnelle · 6 years ago
  34. 1505421 scsi-disk: Fix crash if request is invaild or disk is no medium by Zhengui Li · 6 years ago
  35. 2265e98 lsi: check if SIGP bit is already set in Wait reselect by Sven Schnelle · 6 years ago
  36. 12dd89f lsi: implement basic SBCL functionality by Sven Schnelle · 6 years ago
  37. d804232 virtio-scsi: Fix build with gcc 9 by Greg Kurz · 6 years ago
  38. b42075b virtio: express virtio dependencies with Kconfig by Yang Zhong · 6 years ago
  39. 03b348b scsi: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  40. 7c28b92 build: convert pci.mak to Kconfig by Paolo Bonzini · 6 years ago
  41. e0e312f build: switch to Kconfig by Paolo Bonzini · 6 years ago
  42. 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
  43. 94d1cc5 qdev: pass an Object * to qbus_set_hotplug_handler() by Michael Roth · 6 years ago
  44. 5685349 scsi-generic: Convert from DPRINTF() macro to trace events by Laurent Vivier · 6 years ago
  45. 59ee950 scsi-disk: Convert from DPRINTF() macro to trace events by Laurent Vivier · 6 years ago
  46. e909ff9 scsi-generic: avoid possible out-of-bounds access to r->buf by Paolo Bonzini · 6 years ago
  47. 7471a64 scsi-disk: Add device_id property by Kevin Wolf · 6 years ago
  48. a8f58af scsi-disk: Don't use empty string as device id by Kevin Wolf · 6 years ago
  49. eb97813 virtio-scsi: Forbid devices with different iothreads sharing a blockdev by Alberto Garcia · 6 years ago
  50. 3ff35ba scsi-disk: Acquire the AioContext in scsi_*_realize() by Alberto Garcia · 6 years ago
  51. a6f230c virtio-scsi: Move BlockBackend back to the main AioContext on unplug by Alberto Garcia · 6 years ago
  52. a5390d9 qemu: avoid memory leak while remove disk by Jian Wang · 6 years ago
  53. 7d37435 avoid TABs in files that only contain a few by Paolo Bonzini · 6 years ago
  54. eae3eb3 qemu/queue.h: simplify reverse access to QTAILQ by Paolo Bonzini · 6 years ago
  55. ea84a44 scsi: esp: Defer command completion until previous interrupts have been handled by Guenter Roeck · 6 years ago
  56. c2d6eed esp-pci: Fix status register write erase control by Guenter Roeck · 6 years ago
  57. 03fee66 vmstate: constify VMStateField by Marc-André Lureau · 6 years ago
  58. 56333e6 lsi: Reselection needed to remove pending commands from queue by George Kennedy · 6 years ago
  59. 1c7f618 scsi-disk: Fix crash if underlying host file or disk returns error by Richard W.M. Jones · 6 years ago
  60. fa27257 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 6 years ago
  61. 763c568 scsi-generic: do not do VPD emulation for sense other than ILLEGAL_REQUEST by Paolo Bonzini · 6 years ago
  62. 3d4a8bf scsi-generic: avoid invalid access to struct when emulating block limits by Paolo Bonzini · 6 years ago
  63. 57dbb58 scsi-generic: avoid out-of-bounds access to VPD page list by Paolo Bonzini · 6 years ago
  64. 6c219fc scsi-generic: keep VPD page list sorted by Paolo Bonzini · 6 years ago
  65. e58ccf0 lsi53c895a: check message length value is valid by Prasad J Pandit · 6 years ago
  66. e6cc11d vhost-scsi: prevent using uninitialized vqs by yuchenlin · 6 years ago
  67. 40dce4e scsi-disk: fix rerror/werror=ignore by Paolo Bonzini · 6 years ago
  68. e6aa5ba scsi-disk: fix double completion of failing passthrough requests by Paolo Bonzini · 6 years ago
  69. 8b5e6ca call HotplugHandler->plug() as the last step in device realization by Igor Mammedov · 6 years ago
  70. 9786650 hw/scsi/mptendian: Avoid taking address of fields in packed structs by Peter Maydell · 6 years ago
  71. c921370 lsi53c895a: convert to trace-events by Mark Cave-Ayland · 6 years ago
  72. 51f43d5 scsi-block: Deprecate rotation_rate by Fam Zheng · 6 years ago
  73. 3cc1b9c lsi53c895a: add optional external IRQ via qdev by Mark Cave-Ayland · 6 years ago
  74. e090a05 scsi: remove unused lsi53c895a_create() and lsi53c810_create() functions by Mark Cave-Ayland · 6 years ago
  75. f74a4f3 scsi: add lsi53c8xx_handle_legacy_cmdline() function by Mark Cave-Ayland · 6 years ago
  76. f287fdd vhost-scsi: expose 't10_pi' property for VIRTIO_SCSI_F_T10_PI by Greg Edwards · 7 years ago
  77. b1110d8 vhost-scsi: unify vhost-scsi get_features implementations by Greg Edwards · 7 years ago
  78. eb5757f vhost-user-scsi: move host_features into VHostSCSICommon by Greg Edwards · 7 years ago
  79. 966a09f lsi_scsi: add support for PPR Extended Message by George Kennedy · 7 years ago
  80. 48285ba megasas: fix sglist leak by Marc-André Lureau · 7 years ago
  81. a736d71 scsi: mptsas: Mark as storage device by Guenter Roeck · 7 years ago
  82. 572023f block: Remove deprecated -drive option serial by Kevin Wolf · 7 years ago
  83. 8449bcf virtio-scsi: fix hotplug ->reset() vs event race by Stefan Hajnoczi · 7 years ago
  84. 740842c scsi-disk: Block Device Characteristics emulation fix by Daniel Henrique Barboza · 7 years ago
  85. 44e8b46 Revert "block: Remove deprecated -drive option serial" by Cornelia Huck · 7 years ago
  86. 7e46260 hw/scsi: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  87. ce59ecc Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  88. b8efb36 usb-storage: Add rerror/werror properties by Kevin Wolf · 7 years ago
  89. a71c775 hw/scsi: add VPD Block Limits emulation by Daniel Henrique Barboza · 7 years ago
  90. a0c7e35 hw/scsi: centralize SG_IO calls into single function by Daniel Henrique Barboza · 7 years ago
  91. 0a96ca2 hw/scsi: cleanups before VPD BL emulation by Daniel Henrique Barboza · 7 years ago
  92. e7d9982 esp: remove legacy esp_init() function by Mark Cave-Ayland · 7 years ago
  93. a1d30f2 Replace '-enable-kvm' with '-accel kvm' in docs and help texts by Thomas Huth · 7 years ago
  94. b008326 block: Remove deprecated -drive option serial by Kevin Wolf · 7 years ago
  95. f67c9b6 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
  96. afd76ff Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  97. dbff516 vhost-scsi: drop an unused include by Michael S. Tsirkin · 7 years ago
  98. b5dfdb0 hw: make virtio devices configurable via default-configs/ by Paolo Bonzini · 7 years ago
  99. 6dd046a hw: Do not include "sysemu/blockdev.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  100. 0304f9e hw: Do not include "sysemu/block-backend.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago