1. 3618a09 blockdev: Fix up copyright and permission notice by Markus Armbruster · 12 years ago
  2. 0006383 block: Support driver specific options in drive_init() by Kevin Wolf · 12 years ago
  3. bb44619 blockdev: Keep a copy of DriveInfo.serial by Kevin Wolf · 12 years ago
  4. de9c0ce block: Add options QDict to bdrv_open() prototype by Kevin Wolf · 12 years ago
  5. a9384af blockdev: add discard suboption to -drive by Paolo Bonzini · 12 years ago
  6. f382d43 qemu-img: Add "Quiet mode" option by Miroslav Rezanina · 12 years ago
  7. 7d81c14 block: refuse negative iops and bps values by Stefan Hajnoczi · 12 years ago
  8. c546194 block: use Error in do_check_io_limits() by Stefan Hajnoczi · 12 years ago
  9. 503cb22 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  10. 8689907 block: Create proper size file for disk mirror by Vishvananda Ishaya · 12 years ago
  11. 02582ab block: Add special error code for wrong format by Stefan Weil · 12 years ago
  12. 08e4ed6 mirror: add buf-size argument to drive-mirror by Paolo Bonzini · 12 years ago
  13. eee13df mirror: allow customizing the granularity by Paolo Bonzini · 12 years ago
  14. b812f67 mirror: perform COW if the cluster size is bigger than the granularity by Paolo Bonzini · 12 years ago
  15. 58513bd block: Monitor command commit neglects to report some errors by Jeff Cody · 12 years ago
  16. 4d45457 qemu-option: move standard option definitions out of qemu-config.c by Paolo Bonzini · 12 years ago
  17. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  18. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  19. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  20. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  21. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  22. e478b44 use qemu_opts_create_nofail by Dong Xu Wang · 12 years ago
  23. cf8f242 qmp: qmp_drive_mirror(): pass Error object to bdrv_img_create() by Luiz Capitulino · 12 years ago
  24. 43e1704 qmp: qmp_transaction(): pass Error object to bdrv_img_create() by Luiz Capitulino · 12 years ago
  25. 71c7981 block: bdrv_img_create(): add Error ** argument by Luiz Capitulino · 12 years ago
  26. 2d0d283 Support default block interfaces per QEMUMachine by Christian Borntraeger · 12 years ago
  27. 0d92d17 Issue warning when deprecated drive parameter boot=on|off is used by Jan Kiszka · 12 years ago
  28. b952b55 mirror: add support for on-source-error/on-target-error by Paolo Bonzini · 12 years ago
  29. d9b902d qmp: add drive-mirror command by Paolo Bonzini · 12 years ago
  30. a66a2a3 block: introduce BLOCK_JOB_READY event by Paolo Bonzini · 12 years ago
  31. aeae883 block: add block-job-complete by Paolo Bonzini · 12 years ago
  32. d5208c4 block: in commit, determine base image from the top image by Jeff Cody · 12 years ago
  33. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  34. 1d80909 stream: add on-error argument by Paolo Bonzini · 12 years ago
  35. 1ceee0d iostatus: change is_read to a bool by Paolo Bonzini · 12 years ago
  36. 92aa5c6 iostatus: move BlockdevOnError declaration to QAPI by Paolo Bonzini · 12 years ago
  37. 6e37fb8 qmp: add block-job-pause and block-job-resume by Paolo Bonzini · 12 years ago
  38. 8acc72a block: add support for job pause/resume by Paolo Bonzini · 12 years ago
  39. 30e628b block: add block_job_query by Paolo Bonzini · 12 years ago
  40. 2f0c9fe block: move job APIs to separate files by Paolo Bonzini · 12 years ago
  41. 7ef1507 qerror/block: introduce QERR_BLOCK_JOB_NOT_ACTIVE by Paolo Bonzini · 12 years ago
  42. ed61fc1 QAPI: add command for live block commit, 'block-commit' by Jeff Cody · 12 years ago
  43. 9abf2db blockdev: rename block_stream_cb to a generic block_job_cb by Jeff Cody · 12 years ago
  44. 870f568 block: after creating a live snapshot, make old image read-only by Jeff Cody · 12 years ago
  45. 80dd1aa blockdev: preserve readonly and snapshot states across media changes by Kevin Shanahan · 12 years ago
  46. 1f212b9 blockdev: flip default cache mode from writethrough to writeback by Paolo Bonzini · 12 years ago
  47. c8057f9 Support 'help' as a synonym for '?' in command line options by Peter Maydell · 12 years ago
  48. 577d0a3 blockdev: Don't limit DriveInfo serial to 20 characters by Markus Armbruster · 12 years ago
  49. aaea3f3 blockdev: Drop redundant CHS validation for if=ide by Markus Armbruster · 12 years ago
  50. 2b58495 block: Geometry and translation hints are now useless, purge them by Markus Armbruster · 12 years ago
  51. 317bb41 blockdev: Save geometry in DriveInfo by Markus Armbruster · 12 years ago
  52. 04d4abe blockdev: warn when copy_on_read=on and readonly=on by Stefan Hajnoczi · 13 years ago
  53. 79d21d5 block: Simplify how drive_init() computes default ID by Markus Armbruster · 13 years ago
  54. 8be7e7e qemu-option: qemu_opts_create(): use error_set() by Luiz Capitulino · 13 years ago
  55. e86fe18 block: fail live snapshot if disk has no medium by Paolo Bonzini · 13 years ago
  56. c83c66c block: add 'speed' optional parameter to block-stream by Stefan Hajnoczi · 13 years ago
  57. 882ec7c block: change block-job-set-speed argument from 'value' to 'speed' by Stefan Hajnoczi · 13 years ago
  58. 9e6636c block: use Error mechanism instead of -errno for block_job_set_speed() by Stefan Hajnoczi · 13 years ago
  59. fd7f8c6 block: use Error mechanism instead of -errno for block_job_create() by Stefan Hajnoczi · 13 years ago
  60. ed9d420 blockdev: open images with BDRV_O_INCOMING on incoming live migration by Benoît Canet · 13 years ago
  61. 12bde0e block: cancel jobs when a device is ready to go away by Paolo Bonzini · 13 years ago
  62. aa2c91b ide: Change serial number strncpy() to pstrcpy() by Floris Bos · 13 years ago
  63. 6cc2a41 qmp: convert blockdev-snapshot-sync to a wrapper around transactions by Paolo Bonzini · 13 years ago
  64. bc8b094 add mode field to blockdev-snapshot-sync transaction item by Paolo Bonzini · 13 years ago
  65. 52e7c24 rename blockdev-group-snapshot-sync by Paolo Bonzini · 13 years ago
  66. 622d241 use QSIMPLEQ_FOREACH_SAFE when freeing list elements by Paolo Bonzini · 13 years ago
  67. e887749 block: handle -EBUSY in bdrv_commit_all() by Stefan Hajnoczi · 13 years ago
  68. d0895d6 Group snapshot: Fix format name for backing file by Paolo Bonzini · 13 years ago
  69. 8802d1f qapi: Introduce blockdev-group-snapshot-sync command by Jeff Cody · 13 years ago
  70. 1e9eb78 blockdev: allow read-only pflash devices by Jordan Justen · 13 years ago
  71. c9344f2 Fix build breakage from last commit. by Anthony Liguori · 13 years ago
  72. eeb9c1b s390x: fix -drive in the absence of aliases by Anthony Liguori · 13 years ago
  73. c8c3080 block: add support for partial streaming by Marcelo Tosatti · 13 years ago
  74. aa398a5 blockdev: make image streaming safe across hotplug by Stefan Hajnoczi · 13 years ago
  75. fb5458c qmp: add query-block-jobs by Stefan Hajnoczi · 13 years ago
  76. 370521a qmp: add block_job_cancel command by Stefan Hajnoczi · 13 years ago
  77. 2d47c6e qmp: add block_job_set_speed command by Stefan Hajnoczi · 13 years ago
  78. 12bd451 qmp: add block_stream command by Stefan Hajnoczi · 13 years ago
  79. 2d3735d block: check bdrv_in_use() before blockdev operations by Stefan Hajnoczi · 13 years ago
  80. 939a1cc block: use proper qerrors in qmp_block_resize by Stefan Hajnoczi · 13 years ago
  81. 80047da qapi: Convert block_set_io_throttle by Luiz Capitulino · 13 years ago
  82. 333a96e qapi: Convert change by Luiz Capitulino · 13 years ago
  83. c245b6a qapi: Convert eject by Luiz Capitulino · 13 years ago
  84. 92d4855 block: eject_device(): Use error_set() by Luiz Capitulino · 13 years ago
  85. 6106e24 qapi: Convert blockdev_snapshot_sync by Luiz Capitulino · 13 years ago
  86. 5e7caac qapi: Convert block_resize by Luiz Capitulino · 13 years ago
  87. a4dea8a qapi: Convert block_passwd by Luiz Capitulino · 13 years ago
  88. 922453b block: convert qemu_aio_flush() calls to bdrv_drain_all() by Stefan Hajnoczi · 13 years ago
  89. fb0490f block: add -drive copy-on-read=on|off by Stefan Hajnoczi · 13 years ago
  90. 727f005 hmp/qmp: add block_set_io_throttle by Zhi Yong Wu · 13 years ago
  91. 0563e19 block: add the blockio limits command line support by Zhi Yong Wu · 13 years ago
  92. 025ccaa block: add eject request callback by Paolo Bonzini · 13 years ago
  93. 25ad22b ide/atapi scsi-disk: Make monitor eject -f, then change work by Markus Armbruster · 13 years ago
  94. 9e6a4c9 block: Drop BlockDriverState member removable by Markus Armbruster · 13 years ago
  95. 2c6942f block: Clean up remaining users of "removable" by Markus Armbruster · 13 years ago
  96. f107639 block: Drop medium lock tracking, ask device models instead by Markus Armbruster · 13 years ago
  97. fa879d6 block: Attach non-qdev devices as well by Markus Armbruster · 13 years ago
  98. c3993cd block: parse cache mode flags in a single place by Stefan Hajnoczi · 13 years ago
  99. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  100. ea8f942 blockdev: Make eject fail for non-removable drives even with -f by Markus Armbruster · 13 years ago