1. 52c0502 virtio-blk: fail unaligned requests by Christoph Hellwig · 14 years ago
  2. e07bbac Improve vm_stop reason declarations by Jan Kiszka · 14 years ago
  3. e5051fc virtio-blk: tell the guest about size changes by Christoph Hellwig · 14 years ago
  4. 92e3c2a virtio-blk: fix cross-endianness targets by Aurelien Jarno · 14 years ago
  5. 1ca4d09 Add bootindex parameter to net/block/fd device by Gleb Natapov · 14 years ago
  6. 870cef1 virtio-blk: Convert fprintf() to error_report() by Stefan Hajnoczi · 14 years ago
  7. 18a8d42 virtio-blk: Handle immediate flush failure properly by Kevin Wolf · 14 years ago
  8. 8c269b5 virtio-blk: Respect werror option for flushes by Kevin Wolf · 14 years ago
  9. 316a7af virtio-blk: propagate the required alignment by Christoph Hellwig · 15 years ago
  10. 6d519a5 trace: Trace virtio-blk, multiwrite, and paio_submit by Stefan Hajnoczi · 15 years ago
  11. b6a4805 virtio-blk: Fix migration of queued requests by Kevin Wolf · 15 years ago
  12. 2446333 Rearrange block headers by Blue Swirl · 15 years ago
  13. 9d0d313 virtio-blk: Create exit function to unregister savevm by Alex Williamson · 15 years ago
  14. 98f28ad ide scsi virtio-blk: Reject empty drives unless media is removable by Markus Armbruster · 15 years ago
  15. d75d25e virtio-blk: Fix virtio-blk-s390 to require drive by Markus Armbruster · 15 years ago
  16. 5efb397 Merge remote branch 'kwolf/for-anthony' into staging by Anthony Liguori · 15 years ago
  17. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  18. 2930b31 Add virtio disk identification support by john cooper · 15 years ago
  19. 7d0d695 block: Fix virtual media change for if=none by Markus Armbruster · 15 years ago
  20. f8b6cc0 qdev: Decouple qdev_prop_drive from DriveInfo by Markus Armbruster · 15 years ago
  21. 20a81e4 virtio-blk: fix the list operation in virtio_blk_load(). by Yoshiaki Tamura · 15 years ago
  22. abd7f68 block: Move error actions from DriveInfo to BlockDriverState by Markus Armbruster · 15 years ago
  23. c20fd87 virtio-blk: simplify multiwrite calling conventions by Christoph Hellwig · 15 years ago
  24. 7e608e8 virtio-blk: stop tracking old_bs by Christoph Hellwig · 15 years ago
  25. 666daa6 blockdev: Collect block device code in new blockdev.c by Markus Armbruster · 15 years ago
  26. 1573a35 Cleanup: virtio-blk.c: Be more consistent using BDRV_SECTOR_SIZE instead by Jes Sorensen · 15 years ago
  27. 618fbb8 virtio-blk: fix barrier support by Christoph Hellwig · 15 years ago
  28. de6c804 virtio-blk: Avoid zeroing every request structure by Stefan Hajnoczi · 15 years ago
  29. 3cc128b Remove un-needed code by Bruce Rogers · 15 years ago
  30. 908bb94 virtio-blk: Fix use after free in error case by Kevin Wolf · 15 years ago
  31. 8cfacf0 block: add logical_block_size property by Christoph Hellwig · 15 years ago
  32. 554a310 block: Emit BLOCK_IO_ERROR before vm_stop() call by Luiz Capitulino · 15 years ago
  33. 9752c37 virtio-blk: add topology support by Christoph Hellwig · 15 years ago
  34. 428c149 block: add topology qdev properties by Christoph Hellwig · 15 years ago
  35. 37d5ddd virtio-blk: revert serial number support by hch@lst.de · 15 years ago
  36. eaa6c85 virtio-blk: Generate BLOCK_IO_ERROR QMP event by Luiz Capitulino · 15 years ago
  37. 6c510fb virtio-blk: Fix error cases which ignored rerror/werror by Kevin Wolf · 15 years ago
  38. f1b5286 virtio-blk: Fix restart after read error by Kevin Wolf · 15 years ago
  39. bc6694d virtio_blk: Factor virtio_blk_handle_request out by Kevin Wolf · 15 years ago
  40. 4277906 virtio-blk: remove dead variable in virtio_blk_handle_scsi by Christoph Hellwig · 15 years ago
  41. 8172539 virtio: add features as qdev properties by Michael S. Tsirkin · 15 years ago
  42. f35d68f virtio-blk: Implement rerror option by Kevin Wolf · 15 years ago
  43. f785009 Rename DriveInfo.onerror to on_write_error by Kevin Wolf · 15 years ago
  44. 49c3c8d virtio-blk: Pass read errors to the guest by Kevin Wolf · 15 years ago
  45. c79662f Pass the drive's readonly attribute to the guest OS by Naphtali Sprei · 15 years ago
  46. 56a1493 drive cleanup fixes. by Gerd Hoffmann · 16 years ago
  47. aa659be virtio-blk: add volatile writecache feature by Christoph Hellwig · 16 years ago
  48. 711bf3d qemu: make virtio-blk PCI compliant by default by Michael S. Tsirkin · 16 years ago
  49. 91553dc virtio-blk: Use bdrv_aio_multiwrite by Kevin Wolf · 16 years ago
  50. 87b245d virtio-blk: handle NULL returns from bdrv_aio_{read, write} by Christoph Hellwig · 16 years ago
  51. d176c49 qdev-ify virtio-blk. by Gerd Hoffmann · 16 years ago
  52. 213189a Fix VM state change handlers running out of order by Markus Armbruster · 16 years ago
  53. bf01129 Add serial number support for virtio_blk by john cooper · 16 years ago
  54. 5c5dafd virtio blk: fix warning. by Gerd Hoffmann · 16 years ago
  55. c7085da Avoid gcc 4.4 warning about uninitialized field by Blue Swirl · 16 years ago
  56. 53c25ce Separate virtio PCI code by Paul Brook · 16 years ago
  57. 07e3af9 Virtio-blk qdev conversion by Paul Brook · 16 years ago
  58. cf21e10 Virtio-net qdev conversion by Paul Brook · 16 years ago
  59. 1063b8b virtio-blk: add SGI_IO passthru support by Christoph Hellwig · 16 years ago
  60. d28a1b6 virtio-blk: use generic vectored I/O APIs (Christoph Hellwig) by aliguori · 16 years ago
  61. b0a7b12 qemu: record devfn on block driver instance (Marcelo Tosatti) by aliguori · 16 years ago
  62. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  63. 173a543 Add and use #defines for PCI device classes by blueswir1 · 16 years ago
  64. 99b3718 Use the default subsystem vendor ID for virtio devices (Mark McLoughlin) by aliguori · 16 years ago
  65. 869a5c6 Stop VM on error in virtio-blk. (Gleb Natapov) by aliguori · 16 years ago
  66. 9b32d5a pci: virtio: use pci id defines (Gerd Hoffman) by aliguori · 16 years ago
  67. 6e02c38 Add virtio-blk support by aliguori · 16 years ago