1. be0677a nvme: 64kB page size fixes by Anton Blanchard · 10 years ago
  2. 5d6e96e blockdev: acquire AioContext in QMP 'transaction' actions by Stefan Hajnoczi · 10 years ago
  3. 729962f blockdev: acquire AioContext in change-backing-file by Stefan Hajnoczi · 10 years ago
  4. e344209 blockdev: acquire AioContext in eject, change, and block_passwd by Stefan Hajnoczi · 10 years ago
  5. 4ef3982 blockdev: acquire AioContext in blockdev-snapshot-delete-internal-sync by Stefan Hajnoczi · 10 years ago
  6. 1aba4be Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  7. 720fdd6 nvme: remove superfluous check by Gonglei · 10 years ago
  8. 2f01dfa xen_disk: fix unmapping of persistent grants by Roger Pau Monne · 10 years ago
  9. b112a65 block: declare blockjobs and dataplane friends! by Stefan Hajnoczi · 10 years ago
  10. 26f8b3a blockdev: Fix blockdev-add not to create DriveInfo by Markus Armbruster · 10 years ago
  11. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  12. 2a30307 virtio-blk: Rename VirtIOBlkConf variables to conf by Markus Armbruster · 10 years ago
  13. f751673 virtio-blk: Drop redundant VirtIOBlock member conf by Markus Armbruster · 10 years ago
  14. 7c84b1b block: Rename BlockDriverAIOCB* to BlockAIOCB* by Markus Armbruster · 10 years ago
  15. fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() by Markus Armbruster · 10 years ago
  16. 9ba10c9 block: Make BlockBackend own its BlockDriverState by Markus Armbruster · 10 years ago
  17. 7e7d56d block: Connect BlockBackend to BlockDriverState by Markus Armbruster · 10 years ago
  18. 26f54e9 block: New BlockBackend by Markus Armbruster · 10 years ago
  19. e4e9986 block: Split bdrv_new_root() off bdrv_new() by Markus Armbruster · 10 years ago
  20. d749e10 bootindex: move calling add_boot_device_patch to bootindex setter function by Gonglei · 10 years ago
  21. 33739c7 nvma: ide: add bootindex to qom property by Gonglei · 10 years ago
  22. 3342ec3 virtio-blk: add bootindex to qom property by Gonglei · 10 years ago
  23. 81782b6 isa-fdc: remove bootindexA/B property from qdev to qom by Gonglei · 10 years ago
  24. 52b53c0 block: Always compile virtio-blk dataplane by Fam Zheng · 10 years ago
  25. f2bcdc8 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  26. 2b31cd4 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  27. 745a9bb dataplane: fix virtio_blk_data_plane_create() op blocker error path by Stefan Hajnoczi · 10 years ago
  28. c0b92f3 fdc: adding vmstate for save/restore by Pavel Dovgalyuk · 10 years ago
  29. 5366d0c block: Make the block accounting functions operate on BlockAcctStats by Benoît Canet · 10 years ago
  30. 28298fd block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_ by Benoît Canet · 10 years ago
  31. cedccf1 xen_disk: Plug memory leak on error path by Markus Armbruster · 10 years ago
  32. 33e0eb5 memory: add parameter errp to memory_region_init_rom_device by Hu Tao · 10 years ago
  33. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 10 years ago
  34. 4c0cfc7 pflash_cfi01: write flash contents to bdrv on incoming migration by Laszlo Ersek · 10 years ago
  35. afeb25f pflash_cfi01: fixup stale DPRINTF() calls by Laszlo Ersek · 10 years ago
  36. 3255d1c virtio-blk: allow drive_del with dataplane by Stefan Hajnoczi · 10 years ago
  37. a6aebb3 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  38. 5ff5efb block: Pass errp in blkconf_geometry by Fam Zheng · 10 years ago
  39. 1bdb176 virtio-blk: fix reference a pointer which might be freed by zhanghailiang · 10 years ago
  40. 466560b virtio-blk: allow block_resize with dataplane by Stefan Hajnoczi · 10 years ago
  41. 02c4f26 block: Use g_new() & friends to avoid multiplying sizes by Markus Armbruster · 10 years ago
  42. 0e4a773 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  43. 469b046 memory: remove memory_region_destroy by Paolo Bonzini · 11 years ago
  44. a83ceea virtio-blk: Correct bug in support for flexible descriptor layout by Marc Marí · 10 years ago
  45. 2f5f70f dataplane: stop trying on notifier error by Cornelia Huck · 10 years ago
  46. f9907eb dataplane: fail notifier setting gracefully by Cornelia Huck · 10 years ago
  47. 267e1a2 dataplane: print why starting failed by Cornelia Huck · 10 years ago
  48. 8cced12 xen_disk: fix possible null-ptr dereference by Gonglei (Arei) · 10 years ago
  49. 5b2ffbe virtio-blk: dataplane: notify guest as a batch by Ming Lei · 10 years ago
  50. e926d9b virtio-blk: data-plane: fix save/set .complete_request in start by Ming Lei · 10 years ago
  51. 3c2daac virtio-blk: Treat read/write beyond end as invalid by Markus Armbruster · 10 years ago
  52. 42e38c1 virtio-blk: Bypass error action and I/O accounting on invalid r/w by Markus Armbruster · 10 years ago
  53. d0e1437 virtio-blk: Factor common checks out of virtio_blk_handle_read/write() by Markus Armbruster · 10 years ago
  54. f897bf7 virtio-blk: embed VirtQueueElement in VirtIOBlockReq by Stefan Hajnoczi · 10 years ago
  55. 869d66a virtio-blk: avoid g_slice_new0() for VirtIOBlockReq and VirtQueueElement by Stefan Hajnoczi · 10 years ago
  56. 0a21ea3 virtio-blk: avoid dataplane VirtIOBlockReq early free by Stefan Hajnoczi · 10 years ago
  57. dd67c1d dataplane: submit I/O as a batch by Ming Lei · 11 years ago
  58. 8698e11 virtio-blk: remove need for explicit x-data-plane=on option by Stefan Hajnoczi · 11 years ago
  59. 467b3f3 virtio-blk: replace x-iothread with iothread link property by Stefan Hajnoczi · 11 years ago
  60. 32a877e virtio-blk: move qdev properties into virtio-blk.c by Stefan Hajnoczi · 11 years ago
  61. f7fedda8 virtio-blk: drop virtio_blk_set_conf() by Stefan Hajnoczi · 11 years ago
  62. a9968c7 dataplane: bail out on unsupported transport by Cornelia Huck · 11 years ago
  63. 783d189 virtio-blk: use virtio wrappers to access headers by Rusty Russell · 11 years ago
  64. b2b295a virtio-blk: implement per-device migration calls by Greg Kurz · 11 years ago
  65. 1b5fc0d virtio: introduce device specific migration calls by Greg Kurz · 11 years ago
  66. d64c60a virtio-blk: Rename complete_request_early to complete_request_vring by Fam Zheng · 11 years ago
  67. b002254 virtio-blk: Unify {non-,}dataplane's request handlings by Fam Zheng · 11 years ago
  68. 4407c1c virtio-blk: Schedule BH in the right context by Fam Zheng · 11 years ago
  69. fee65db virtio-blk: Export request handling functions to dataplane by Fam Zheng · 11 years ago
  70. bf4bd46 virtio-blk: Make request completion function virtual by Fam Zheng · 11 years ago
  71. ee17e84 virtio-blk: Fix and clean up the in_sg and out_sg check by Fam Zheng · 11 years ago
  72. ab2e3cd virtio-blk: Fill in VirtIOBlockReq.out in dataplane code by Fam Zheng · 11 years ago
  73. 827805a virtio-blk: Convert VirtIOBlockReq.out to structrue by Fam Zheng · 11 years ago
  74. eddb102 virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdr by Fam Zheng · 11 years ago
  75. 04af2d7 virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReq by Fam Zheng · 11 years ago
  76. 98e2d49 virtio-blk: Drop VirtIOBlockRequest.read by Fam Zheng · 11 years ago
  77. 0bcb344 virtio-blk: Drop bounce buffer from dataplane code by Fam Zheng · 11 years ago
  78. 671ec3f virtio-blk: Convert VirtIOBlockReq.elem to pointer by Fam Zheng · 11 years ago
  79. 09f6458 virtio-blk: Move VirtIOBlockReq to header by Fam Zheng · 11 years ago
  80. a589569 qapi: adjust existing defines by Wenchao Xia · 11 years ago
  81. 999e5aa block: m25p80: Support read only bdrvs. by Peter Crosthwaite · 11 years ago
  82. fc1084a block: m25p80: sync_page(): Deindent function body. by Peter Crosthwaite · 11 years ago
  83. a0289b8 hw/block/pflash_cfi01: Report correct size info for parallel configs by Peter Maydell · 11 years ago
  84. 84219c5 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 11 years ago
  85. f7047c2 block: Drop superfluous conditionals around g_free() by Markus Armbruster · 11 years ago
  86. d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
  87. 5dfc05c Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 11 years ago
  88. 0983979 hw: use ld_p/st_p instead of ld_raw/st_raw by Paolo Bonzini · 11 years ago
  89. c9f87b2 dataplane: Support VIRTIO_BLK_T_SCSI_CMD by Fam Zheng · 11 years ago
  90. 5a05cbe virtio-blk: Factor out virtio_blk_handle_scsi_req from virtio_blk_handle_scsi by Fam Zheng · 11 years ago
  91. 6d7e73d virtio-blk: Allow config-wce in dataplane by Fam Zheng · 11 years ago
  92. 8d242f0 dataplane: implement async flush by Stefan Hajnoczi · 11 years ago
  93. 0d6ecec dataplane: delete IOQueue since it is no longer used by Stefan Hajnoczi · 11 years ago
  94. 580b6b2 dataplane: use the QEMU block layer for I/O by Stefan Hajnoczi · 11 years ago
  95. 3718d8a block: Replace in_use with operation blocker by Fam Zheng · 11 years ago
  96. 895527e Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' into staging by Peter Maydell · 11 years ago
  97. 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
  98. 8f1e884 savevm: Remove all the unneeded version_minimum_id_old (arm) by Juan Quintela · 11 years ago
  99. f313520 xen_disk: add discard support by Olaf Hering · 11 years ago
  100. 98522f6 block: Add errp to bdrv_new() by Kevin Wolf · 11 years ago