1. 9e72c45 virtio-blk: Return UNSUPP for unknown request types by Alexey Zaytsev · 12 years ago
  2. 392808b virtio-blk: add x-data-plane=on|off performance feature by Stefan Hajnoczi · 12 years ago
  3. 8a873ba virtio-blk: restore VirtIOBlkConf->config_wce flag by Stefan Hajnoczi · 12 years ago
  4. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  5. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  6. 3e1caa5 iostatus: reorganize io error code by Paolo Bonzini · 13 years ago
  7. 1ceee0d iostatus: change is_read to a bool by Paolo Bonzini · 13 years ago
  8. 92aa5c6 iostatus: move BlockdevOnError declaration to QAPI by Paolo Bonzini · 13 years ago
  9. ff06f5f iostatus: rename BlockErrorAction, BlockQMPEventAction by Paolo Bonzini · 13 years ago
  10. ea776ab virtio-blk: hide VIRTIO_BLK_F_CONFIG_WCE from old machine types by Stefan Hajnoczi · 13 years ago
  11. 9315cbf virtio-blk: disable write cache if not negotiated by Paolo Bonzini · 13 years ago
  12. 13e3dce virtio-blk: support VIRTIO_BLK_F_CONFIG_WCE by Paolo Bonzini · 13 years ago
  13. 730a9c5 virtio-blk: fix use-after-free while handling scsi commands by Avi Kivity · 13 years ago
  14. b7eb0c9 hw/block-common: Factor out fall back to legacy -drive cyls=... by Markus Armbruster · 13 years ago
  15. 911525d hw/block-common: Factor out fall back to legacy -drive serial=... by Markus Armbruster · 13 years ago
  16. e63e7fd virtio-blk: qdev properties for disk geometry by Markus Armbruster · 13 years ago
  17. 1f24d7b hd-geometry: Switch to uint32_t to match BlockConf by Markus Armbruster · 13 years ago
  18. e2f3dc2 hd-geometry: Cut out block layer translation middleman by Markus Armbruster · 13 years ago
  19. 9db1c0f hd-geometry: Move disk geometry guessing back from block.c by Markus Armbruster · 13 years ago
  20. 136be99 virtio-blk: Fix geometry sector calculation by Christian Borntraeger · 13 years ago
  21. 47ce9ef virtio: Fix compiler warning for non Linux hosts by Stefan Weil · 13 years ago
  22. 2a633c4 virtio: check virtio_load return code by Orit Wassermann · 13 years ago
  23. a6c5c84 virtio-blk: always enable VIRTIO_BLK_F_SCSI by Paolo Bonzini · 13 years ago
  24. 12c5674 virtio-blk: define VirtIOBlkConf by Paolo Bonzini · 13 years ago
  25. 0e47931 virtio-blk: blockdev_mark_auto_del is transport-independent by Paolo Bonzini · 13 years ago
  26. f34e73c virtio-blk: report non-zero status when failing SG_IO requests by Paolo Bonzini · 13 years ago
  27. 329c0a4 block: Rename bdrv_mon_event() & BlockMonEventAction by Luiz Capitulino · 13 years ago
  28. 81b6b9f virtio-blk: add virtio_blk_handle_read trace event by Stefan Hajnoczi · 13 years ago
  29. 1ba1f2e virtio-blk: refuse SG_IO requests with scsi=off by Paolo Bonzini · 13 years ago
  30. 6a84cb1 scsi virtio-blk usb-msd: Clean up device init error messages by Markus Armbruster · 13 years ago
  31. ad54ae8 block: bdrv_aio_* do not return NULL by Paolo Bonzini · 13 years ago
  32. 922453b block: convert qemu_aio_flush() calls to bdrv_drain_all() by Stefan Hajnoczi · 13 years ago
  33. 3a39514 virtio-blk: fix cross-endian config space by Paolo Bonzini · 13 years ago
  34. 5bb2392 virtio-blk: pass full status to the guest by Paolo Bonzini · 13 years ago
  35. af239a6 virtio: Support I/O status by Luiz Capitulino · 14 years ago
  36. 0461d5a RunState: Rename enum values as generated by the QAPI by Luiz Capitulino · 14 years ago
  37. 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 14 years ago
  38. 7b6f930 block: New bdrv_set_buffer_alignment() by Markus Armbruster · 14 years ago
  39. d1a0739 block: Move BlockConf & friends from block_int.h to block.h by Markus Armbruster · 14 years ago
  40. 9e6a4c9 block: Drop BlockDriverState member removable by Markus Armbruster · 14 years ago
  41. 5a61cb6 Fix include statements for qemu-common.h by Stefan Weil · 14 years ago
  42. 145feb1 block: Split change_cb() into change_media_cb(), resize_cb() by Markus Armbruster · 14 years ago
  43. 0e49de5 block: Generalize change_cb() to BlockDevOps by Markus Armbruster · 14 years ago
  44. a597e79 block: explicit I/O accounting by Christoph Hellwig · 14 years ago
  45. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  46. d92551f virtio-blk: Fix memleak on exit by Amit Shah · 14 years ago
  47. a8686a9 virtio-blk: Turn drive serial into a qdev property by Markus Armbruster · 14 years ago
  48. 52c0502 virtio-blk: fail unaligned requests by Christoph Hellwig · 14 years ago
  49. e07bbac Improve vm_stop reason declarations by Jan Kiszka · 14 years ago
  50. e5051fc virtio-blk: tell the guest about size changes by Christoph Hellwig · 14 years ago
  51. 92e3c2a virtio-blk: fix cross-endianness targets by Aurelien Jarno · 14 years ago
  52. 1ca4d09 Add bootindex parameter to net/block/fd device by Gleb Natapov · 14 years ago
  53. 870cef1 virtio-blk: Convert fprintf() to error_report() by Stefan Hajnoczi · 14 years ago
  54. 18a8d42 virtio-blk: Handle immediate flush failure properly by Kevin Wolf · 14 years ago
  55. 8c269b5 virtio-blk: Respect werror option for flushes by Kevin Wolf · 14 years ago
  56. 316a7af virtio-blk: propagate the required alignment by Christoph Hellwig · 15 years ago
  57. 6d519a5 trace: Trace virtio-blk, multiwrite, and paio_submit by Stefan Hajnoczi · 15 years ago
  58. b6a4805 virtio-blk: Fix migration of queued requests by Kevin Wolf · 15 years ago
  59. 2446333 Rearrange block headers by Blue Swirl · 15 years ago
  60. 9d0d313 virtio-blk: Create exit function to unregister savevm by Alex Williamson · 15 years ago
  61. 98f28ad ide scsi virtio-blk: Reject empty drives unless media is removable by Markus Armbruster · 15 years ago
  62. d75d25e virtio-blk: Fix virtio-blk-s390 to require drive by Markus Armbruster · 15 years ago
  63. 5efb397 Merge remote branch 'kwolf/for-anthony' into staging by Anthony Liguori · 15 years ago
  64. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  65. 2930b31 Add virtio disk identification support by john cooper · 15 years ago
  66. 7d0d695 block: Fix virtual media change for if=none by Markus Armbruster · 15 years ago
  67. f8b6cc0 qdev: Decouple qdev_prop_drive from DriveInfo by Markus Armbruster · 15 years ago
  68. 20a81e4 virtio-blk: fix the list operation in virtio_blk_load(). by Yoshiaki Tamura · 15 years ago
  69. abd7f68 block: Move error actions from DriveInfo to BlockDriverState by Markus Armbruster · 15 years ago
  70. c20fd87 virtio-blk: simplify multiwrite calling conventions by Christoph Hellwig · 15 years ago
  71. 7e608e8 virtio-blk: stop tracking old_bs by Christoph Hellwig · 15 years ago
  72. 666daa6 blockdev: Collect block device code in new blockdev.c by Markus Armbruster · 15 years ago
  73. 1573a35 Cleanup: virtio-blk.c: Be more consistent using BDRV_SECTOR_SIZE instead by Jes Sorensen · 15 years ago
  74. 618fbb8 virtio-blk: fix barrier support by Christoph Hellwig · 15 years ago
  75. de6c804 virtio-blk: Avoid zeroing every request structure by Stefan Hajnoczi · 15 years ago
  76. 3cc128b Remove un-needed code by Bruce Rogers · 15 years ago
  77. 908bb94 virtio-blk: Fix use after free in error case by Kevin Wolf · 15 years ago
  78. 8cfacf0 block: add logical_block_size property by Christoph Hellwig · 15 years ago
  79. 554a310 block: Emit BLOCK_IO_ERROR before vm_stop() call by Luiz Capitulino · 15 years ago
  80. 9752c37 virtio-blk: add topology support by Christoph Hellwig · 15 years ago
  81. 428c149 block: add topology qdev properties by Christoph Hellwig · 15 years ago
  82. 37d5ddd virtio-blk: revert serial number support by hch@lst.de · 15 years ago
  83. eaa6c85 virtio-blk: Generate BLOCK_IO_ERROR QMP event by Luiz Capitulino · 15 years ago
  84. 6c510fb virtio-blk: Fix error cases which ignored rerror/werror by Kevin Wolf · 15 years ago
  85. f1b5286 virtio-blk: Fix restart after read error by Kevin Wolf · 15 years ago
  86. bc6694d virtio_blk: Factor virtio_blk_handle_request out by Kevin Wolf · 15 years ago
  87. 4277906 virtio-blk: remove dead variable in virtio_blk_handle_scsi by Christoph Hellwig · 15 years ago
  88. 8172539 virtio: add features as qdev properties by Michael S. Tsirkin · 15 years ago
  89. f35d68f virtio-blk: Implement rerror option by Kevin Wolf · 15 years ago
  90. f785009 Rename DriveInfo.onerror to on_write_error by Kevin Wolf · 15 years ago
  91. 49c3c8d virtio-blk: Pass read errors to the guest by Kevin Wolf · 15 years ago
  92. c79662f Pass the drive's readonly attribute to the guest OS by Naphtali Sprei · 15 years ago
  93. 56a1493 drive cleanup fixes. by Gerd Hoffmann · 16 years ago
  94. aa659be virtio-blk: add volatile writecache feature by Christoph Hellwig · 16 years ago
  95. 711bf3d qemu: make virtio-blk PCI compliant by default by Michael S. Tsirkin · 16 years ago
  96. 91553dc virtio-blk: Use bdrv_aio_multiwrite by Kevin Wolf · 16 years ago
  97. 87b245d virtio-blk: handle NULL returns from bdrv_aio_{read, write} by Christoph Hellwig · 16 years ago
  98. d176c49 qdev-ify virtio-blk. by Gerd Hoffmann · 16 years ago
  99. 213189a Fix VM state change handlers running out of order by Markus Armbruster · 16 years ago
  100. bf01129 Add serial number support for virtio_blk by john cooper · 16 years ago