1. 26efcec hw/block/nvme.c: Use pow2ceil() rather than hand-calculation by Peter Maydell · 10 years ago
  2. fed105e virtio-blk-dataplane: delete bottom half before the AioContext is freed by Paolo Bonzini · 10 years ago
  3. c147b51 virtio: minor cleanup by Michael S. Tsirkin · 10 years ago
  4. c9b11f9 virtio-blk: only clear VIRTIO_F_ANY_LAYOUT for legacy device by Jason Wang · 10 years ago
  5. efb8206 virtio-blk: fail get_features when both scsi and 1.0 were set by Jason Wang · 10 years ago
  6. 9d5b731 virtio: get_features() can fail by Jason Wang · 10 years ago
  7. 09999a5 virtio: set any_layout in virtio core by Michael S. Tsirkin · 10 years ago
  8. 30349fd nvme: properly report volatile write caches by Christoph Hellwig · 10 years ago
  9. 8b9d74e nvme: implement the Flush command by Christoph Hellwig · 10 years ago
  10. 1204854 virito-blk: drop duplicate check by Gonglei · 10 years ago
  11. 25940fa nvme: Fix memleak in nvme_dma_read_prp by Lu Lina · 10 years ago
  12. 6e40b3b virtio-blk: Use blk_drain() to drain IO requests by Alexander Yarygin · 10 years ago
  13. 5cd8cad migration: Use normal VMStateDescriptions for Subsections by Juan Quintela · 11 years ago
  14. ee09f84 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  15. f71e42a pflash_cfi01: add secure property by Paolo Bonzini · 10 years ago
  16. 5aa113f pflash_cfi01: change to new-style MMIO accessors by Paolo Bonzini · 10 years ago
  17. e980942 pflash_cfi01: change big-endian property to BIT type by Paolo Bonzini · 10 years ago
  18. 6cc8a11 fdc: Fix MSR.RQM flag by Kevin Wolf · 10 years ago
  19. f6c2d1d fdc: Disentangle phases in fdctrl_read_data() by Kevin Wolf · 10 years ago
  20. d275b33 fdc: Code cleanup in fdctrl_write_data() by Kevin Wolf · 10 years ago
  21. 5b0a25e fdc: Use phase in fdctrl_write_data() by Kevin Wolf · 10 years ago
  22. 85d291a fdc: Introduce fdctrl->phase by Kevin Wolf · 10 years ago
  23. 83a2601 fdc: Rename fdctrl_set_fifo() to fdctrl_to_result_phase() by Kevin Wolf · 10 years ago
  24. 07e415f fdc: Rename fdctrl_reset_fifo() to fdctrl_to_command_phase() by Kevin Wolf · 10 years ago
  25. 019a3ed virtio: make features 64bit wide by Gerd Hoffmann · 10 years ago
  26. aacd565 nvme: support NVME_VOLATILE_WRITE_CACHE feature by Christoph Hellwig · 10 years ago
  27. e907746 fdc: force the fifo access to be in bounds of the allocated buffer by Petr Matousek · 10 years ago
  28. 5bccbb0 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  29. 4a4d614 Enable NVMe start controller for Windows guest. by Daniel Stekloff · 10 years ago
  30. 631b22e misc: Fix new collection of typos by Stefan Weil · 10 years ago
  31. 24a5c62 fdc: remove sparc sun4m mutations by Hervé Poussineau · 10 years ago
  32. c485cf9 m25p80: fix s->blk usage before assignment by Stefan Hajnoczi · 10 years ago
  33. d07063e m25p80: add missing blk_attach_dev_nofail by Paolo Bonzini · 10 years ago
  34. 2a6cdd6 virtio-blk: correctly dirty guest memory by Paolo Bonzini · 10 years ago
  35. af9e40a hw: Mark devices picking up block backends actively FIXME by Markus Armbruster · 10 years ago
  36. 2115f2a nvme: Fix unintentional integer overflow (OVERFLOW_BEFORE_WIDEN) by Stefan Weil · 10 years ago
  37. 23a7a28 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  38. 1976058 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  39. 4c0542e virtio-blk: Remove the stale FIXME comment by Fam Zheng · 10 years ago
  40. 0eb28a4 BlockConf: Call backend functions to detect geometry and blocksizes by Ekaterina Tumanova · 10 years ago
  41. a209f46 virtio-blk: Check return value of blk_aio_ioctl by Fam Zheng · 10 years ago
  42. 9b3d111 hw: Propagate errors through qdev_prop_set_drive() by Markus Armbruster · 10 years ago
  43. eec5eb4 block: remove superfluous '\n' around error_report/error_setg by Gonglei · 10 years ago
  44. ef546f1 virtio: add feature checking helpers by Cornelia Huck · 10 years ago
  45. 0cd09c3 virtio: feature bit manipulation helpers by Cornelia Huck · 10 years ago
  46. 907eb3e virtio-blk: switch to standard-headers by Michael S. Tsirkin · 10 years ago
  47. c5c6d7f Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into staging by Peter Maydell · 10 years ago
  48. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  49. 9a92535 block/xen: Use blk_new_open() in blk_connect() by Max Reitz · 10 years ago
  50. b0e5d90 dataplane: endianness-aware accesses by Cornelia Huck · 10 years ago
  51. 6b0126f onenand: g_malloc() can't fail, bury dead error handling by Markus Armbruster · 10 years ago
  52. 75af1f3 block: introduce BDRV_REQUEST_MAX_SECTORS by Peter Lieven · 10 years ago
  53. c99495a virtio-blk: add a knob to disable request merging by Peter Lieven · 10 years ago
  54. 95f7142 virtio-blk: introduce multiread by Peter Lieven · 10 years ago
  55. d901f3c hw/virtio-blk: add a constant for max number of merged requests by Peter Lieven · 10 years ago
  56. 0c28d0d Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  57. e720677 vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* by Paolo Bonzini · 10 years ago
  58. 1dc936a virtio-blk: Use blk_aio_ioctl by Fam Zheng · 10 years ago
  59. 75344fa virtio-blk: Pass req to virtio_blk_handle_scsi_req by Fam Zheng · 10 years ago
  60. 07d31d0 NVMe: Set correct VS Value for 1.1 Compliant Controllers by Anubhav Rakshit · 10 years ago
  61. e7026f1 nvme: Fix get/set number of queues feature by Alex Friedman · 10 years ago
  62. bb00021 block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET} by Fam Zheng · 11 years ago
  63. 99c9c3c Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-12-11' into staging by Peter Maydell · 10 years ago
  64. df6f931 pflash_cfi02.c: associate "cfi.pflash02" to "Storage devices" category by Antony Pavlov · 10 years ago
  65. be0677a nvme: 64kB page size fixes by Anton Blanchard · 10 years ago
  66. 5d6e96e blockdev: acquire AioContext in QMP 'transaction' actions by Stefan Hajnoczi · 10 years ago
  67. 729962f blockdev: acquire AioContext in change-backing-file by Stefan Hajnoczi · 10 years ago
  68. e344209 blockdev: acquire AioContext in eject, change, and block_passwd by Stefan Hajnoczi · 10 years ago
  69. 4ef3982 blockdev: acquire AioContext in blockdev-snapshot-delete-internal-sync by Stefan Hajnoczi · 10 years ago
  70. 1aba4be Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  71. 720fdd6 nvme: remove superfluous check by Gonglei · 10 years ago
  72. 2f01dfa xen_disk: fix unmapping of persistent grants by Roger Pau Monne · 10 years ago
  73. b112a65 block: declare blockjobs and dataplane friends! by Stefan Hajnoczi · 10 years ago
  74. 26f8b3a blockdev: Fix blockdev-add not to create DriveInfo by Markus Armbruster · 10 years ago
  75. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  76. 2a30307 virtio-blk: Rename VirtIOBlkConf variables to conf by Markus Armbruster · 10 years ago
  77. f751673 virtio-blk: Drop redundant VirtIOBlock member conf by Markus Armbruster · 10 years ago
  78. 7c84b1b block: Rename BlockDriverAIOCB* to BlockAIOCB* by Markus Armbruster · 10 years ago
  79. fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() by Markus Armbruster · 10 years ago
  80. 9ba10c9 block: Make BlockBackend own its BlockDriverState by Markus Armbruster · 10 years ago
  81. 7e7d56d block: Connect BlockBackend to BlockDriverState by Markus Armbruster · 10 years ago
  82. 26f54e9 block: New BlockBackend by Markus Armbruster · 10 years ago
  83. e4e9986 block: Split bdrv_new_root() off bdrv_new() by Markus Armbruster · 10 years ago
  84. d749e10 bootindex: move calling add_boot_device_patch to bootindex setter function by Gonglei · 10 years ago
  85. 33739c7 nvma: ide: add bootindex to qom property by Gonglei · 10 years ago
  86. 3342ec3 virtio-blk: add bootindex to qom property by Gonglei · 10 years ago
  87. 81782b6 isa-fdc: remove bootindexA/B property from qdev to qom by Gonglei · 10 years ago
  88. 52b53c0 block: Always compile virtio-blk dataplane by Fam Zheng · 11 years ago
  89. f2bcdc8 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  90. 2b31cd4 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  91. 745a9bb dataplane: fix virtio_blk_data_plane_create() op blocker error path by Stefan Hajnoczi · 11 years ago
  92. c0b92f3 fdc: adding vmstate for save/restore by Pavel Dovgalyuk · 11 years ago
  93. 5366d0c block: Make the block accounting functions operate on BlockAcctStats by Benoît Canet · 11 years ago
  94. 28298fd block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_ by Benoît Canet · 11 years ago
  95. cedccf1 xen_disk: Plug memory leak on error path by Markus Armbruster · 11 years ago
  96. 33e0eb5 memory: add parameter errp to memory_region_init_rom_device by Hu Tao · 11 years ago
  97. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 11 years ago
  98. 4c0cfc7 pflash_cfi01: write flash contents to bdrv on incoming migration by Laszlo Ersek · 11 years ago
  99. afeb25f pflash_cfi01: fixup stale DPRINTF() calls by Laszlo Ersek · 11 years ago
  100. 3255d1c virtio-blk: allow drive_del with dataplane by Stefan Hajnoczi · 11 years ago