1. 20a63d2 commit: Support commit active layer by Fam Zheng · 11 years ago
  2. 314f7ea qmp_change_blockdev() remove unused has_format by Marc-André Lureau · 11 years ago
  3. 117e0c8 block/drive-mirror: Reuse backing HD for sync=none by Max Reitz · 11 years ago
  4. 968854c qmp: access the local QemuOptsLists for drive option by Amos Kong · 11 years ago
  5. 1452686 block/drive-mirror: Check for NULL backing_hd by Max Reitz · 11 years ago
  6. ec9c10d blockdev: fix drive_init() opts and bs_opts leaks by Stefan Hajnoczi · 11 years ago
  7. a7fdbcf blockdev: fix cdrom read_only flag by Fam Zheng · 11 years ago
  8. b681072 blockdev: blockdev_init() error conversion by Kevin Wolf · 11 years ago
  9. 0ebd24e blockdev: Don't disable COR automatically with blockdev-add by Kevin Wolf · 11 years ago
  10. e34ef04 blockdev: Remove 'media' parameter from blockdev_init() by Kevin Wolf · 11 years ago
  11. 4f8a066 blockdev: Remove IF_* check for read-only blockdev_init by Kevin Wolf · 11 years ago
  12. 394c7d4 blockdev: Move virtio-blk device creation to drive_init by Kevin Wolf · 11 years ago
  13. 87a899c blockdev: Move bus/unit/index processing to drive_init by Kevin Wolf · 11 years ago
  14. 2692929 blockdev: Move parsing of 'boot' option to drive_init by Kevin Wolf · 11 years ago
  15. b41a733 blockdev: Moving parsing of geometry options to drive_init by Kevin Wolf · 11 years ago
  16. 593d464 blockdev: Move parsing of 'if' option to drive_init by Kevin Wolf · 11 years ago
  17. 33cb7dc blockdev: Move parsing of 'media' option to drive_init by Kevin Wolf · 11 years ago
  18. f298d07 blockdev: Pass QDict to blockdev_init() by Kevin Wolf · 11 years ago
  19. 326642b blockdev: Separate ID generation from DriveInfo creation by Kevin Wolf · 12 years ago
  20. d26c9a1 blockdev: 'blockdev-add' QMP command by Kevin Wolf · 11 years ago
  21. 2d246f0 blockdev: Introduce DriveInfo.enable_auto_del by Kevin Wolf · 11 years ago
  22. 8f94a6e block: Improve driver whitelist checks by Kevin Wolf · 11 years ago
  23. f6186f4 block: Add BlockDriver.bdrv_check_ext_snapshot. by Benoît Canet · 11 years ago
  24. 3a6f270 block: Remove unused assignment (fixes warning from clang) by Stefan Weil · 11 years ago
  25. 1df6fa4 blockdev: do not default cache.no-flush to true by Paolo Bonzini · 11 years ago
  26. aa3fe71 block: Assert validity of BdrvActionOps by Max Reitz · 11 years ago
  27. 34b5d2c block: Error parameter for open functions by Max Reitz · 11 years ago
  28. 44e3e05 qmp: add interface blockdev-snapshot-delete-internal-sync by Wenchao Xia · 11 years ago
  29. f323bc9 qmp: add interface blockdev-snapshot-internal-sync by Wenchao Xia · 11 years ago
  30. bbe8601 qmp: add internal snapshot support in qmp_transaction by Wenchao Xia · 11 years ago
  31. fa510eb block: use BDS ref for block jobs by Fam Zheng · 12 years ago
  32. 4f6fd34 block: make bdrv_delete() static by Fam Zheng · 12 years ago
  33. 2024c1d block: Add iops_size to do the iops accounting for a given io size. by Benoît Canet · 11 years ago
  34. 3e9fab6 block: Add support for throttling burst max in QMP and the command line. by Benoît Canet · 11 years ago
  35. cc0681c block: Enable the new throttling code in the block layer. by Benoît Canet · 11 years ago
  36. c0447d8 Revert "block: Disable driver-specific options for 1.6" by Kevin Wolf · 11 years ago
  37. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  38. 7780d47 block: better error message for read only format name by Fam Zheng · 12 years ago
  39. 8b7a541 block: Dont ignore previously set bdrv_flags by M. Mohan Kumar · 12 years ago
  40. 6db5f5d block: Bugfix 'format' and 'snapshot' used in drive option by Mike Qiu · 12 years ago
  41. 8afaefb block: Disable driver-specific options for 1.6 by Kevin Wolf · 12 years ago
  42. dfc6f86 misc: Use g_assert_not_reached for code which is expected to be unreachable by Stefan Weil · 12 years ago
  43. fc5d3f8 Implement sync modes for drive-backup. by Ian Main · 12 years ago
  44. 29c4e2b blockdev: Split up 'cache' option by Kevin Wolf · 12 years ago
  45. 0f227a9 blockdev: Rename 'readonly' option to 'read-only' by Kevin Wolf · 12 years ago
  46. 5797522 blockdev: Rename I/O throttling options for QMP by Kevin Wolf · 12 years ago
  47. 74fe54f block: Allow "driver" option on the top level by Kevin Wolf · 12 years ago
  48. b53169e blockdev: add sync mode to drive-backup QMP command by Stefan Hajnoczi · 12 years ago
  49. 78b18b7 blockdev: add Abort transaction by Stefan Hajnoczi · 12 years ago
  50. 3037f36 blockdev: add DriveBackup transaction by Stefan Hajnoczi · 12 years ago
  51. f9ea81e blockdev: allow BdrvActionOps->commit() to be NULL by Stefan Hajnoczi · 12 years ago
  52. ba5d6ab blockdev: rename BlkTransactionStates to singular by Stefan Hajnoczi · 12 years ago
  53. 99a9add block: add drive-backup QMP command by Stefan Hajnoczi · 12 years ago
  54. ac3c5d8 blockdev: use bdrv_getlength() in qmp_drive_mirror() by Stefan Hajnoczi · 12 years ago
  55. cb78466 blockdev: drop redundant proto_drv check by Stefan Hajnoczi · 12 years ago
  56. 492fdc6 Revert "block: Disable driver-specific options for 1.5" by Kevin Wolf · 12 years ago
  57. 0eef407 blockdev: use error_setg_file_open() by Luiz Capitulino · 12 years ago
  58. 293c51a blockdev: reset werror/rerror on drive_del by Stefan Hajnoczi · 12 years ago
  59. b64ec4e block: add block driver read only whitelist by Fam Zheng · 12 years ago
  60. c8a83e8 blockdev: Rename BlockdevAction -> TransactionAction by Kevin Wolf · 12 years ago
  61. ba0c86a block: make all steps in qmp_transaction() as callback by Wenchao Xia · 12 years ago
  62. 96b86bf block: package rollback code in qmp_transaction() by Wenchao Xia · 12 years ago
  63. 3b0047e block: package committing code in qmp_transaction() by Wenchao Xia · 12 years ago
  64. e2a31e8 block: move input parsing code in qmp_transaction() by Wenchao Xia · 12 years ago
  65. 9b9877e block: package preparation code in qmp_transaction() by Wenchao Xia · 12 years ago
  66. 8732901 blockdev: Replace "undefined error" in qmp_block_resize by Kevin Wolf · 12 years ago
  67. 8ec7d39 block: Disable driver-specific options for 1.5 by Kevin Wolf · 12 years ago
  68. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  69. ae29d6c block: keep I/O throttling slice time constant by Stefan Hajnoczi · 12 years ago
  70. c2ad1b0 block: Allow omitting the file name when using driver-specific options by Kevin Wolf · 12 years ago
  71. 92b7a08 block: complete all IOs before resizing a device by Peter Lieven · 12 years ago
  72. 3618a09 blockdev: Fix up copyright and permission notice by Markus Armbruster · 12 years ago
  73. 0006383 block: Support driver specific options in drive_init() by Kevin Wolf · 12 years ago
  74. bb44619 blockdev: Keep a copy of DriveInfo.serial by Kevin Wolf · 12 years ago
  75. de9c0ce block: Add options QDict to bdrv_open() prototype by Kevin Wolf · 12 years ago
  76. a9384af blockdev: add discard suboption to -drive by Paolo Bonzini · 12 years ago
  77. f382d43 qemu-img: Add "Quiet mode" option by Miroslav Rezanina · 12 years ago
  78. 7d81c14 block: refuse negative iops and bps values by Stefan Hajnoczi · 12 years ago
  79. c546194 block: use Error in do_check_io_limits() by Stefan Hajnoczi · 12 years ago
  80. 503cb22 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  81. 8689907 block: Create proper size file for disk mirror by Vishvananda Ishaya · 12 years ago
  82. 02582ab block: Add special error code for wrong format by Stefan Weil · 12 years ago
  83. 08e4ed6 mirror: add buf-size argument to drive-mirror by Paolo Bonzini · 12 years ago
  84. eee13df mirror: allow customizing the granularity by Paolo Bonzini · 12 years ago
  85. b812f67 mirror: perform COW if the cluster size is bigger than the granularity by Paolo Bonzini · 12 years ago
  86. 58513bd block: Monitor command commit neglects to report some errors by Jeff Cody · 12 years ago
  87. 4d45457 qemu-option: move standard option definitions out of qemu-config.c by Paolo Bonzini · 12 years ago
  88. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  89. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  90. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  91. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  92. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  93. e478b44 use qemu_opts_create_nofail by Dong Xu Wang · 12 years ago
  94. cf8f242 qmp: qmp_drive_mirror(): pass Error object to bdrv_img_create() by Luiz Capitulino · 12 years ago
  95. 43e1704 qmp: qmp_transaction(): pass Error object to bdrv_img_create() by Luiz Capitulino · 12 years ago
  96. 71c7981 block: bdrv_img_create(): add Error ** argument by Luiz Capitulino · 12 years ago
  97. 2d0d283 Support default block interfaces per QEMUMachine by Christian Borntraeger · 12 years ago
  98. 0d92d17 Issue warning when deprecated drive parameter boot=on|off is used by Jan Kiszka · 12 years ago
  99. b952b55 mirror: add support for on-source-error/on-target-error by Paolo Bonzini · 12 years ago
  100. d9b902d qmp: add drive-mirror command by Paolo Bonzini · 12 years ago