1. 0b62bcb block: Add errp to bdrv_snapshot_goto() by Kevin Wolf · 7 years ago
  2. 033d9fc qemu-img: Change img_compare() to be byte-based by Eric Blake · 7 years ago
  3. 4153628 qemu-img: Change img_rebase() to be byte-based by Eric Blake · 7 years ago
  4. dc61cd3 qemu-img: Change compare_sectors() to be byte-based by Eric Blake · 7 years ago
  5. c41508e qemu-img: Change check_empty_sectors() to byte-based by Eric Blake · 7 years ago
  6. 0608e40 qemu-img: Drop redundant error message in compare by Eric Blake · 7 years ago
  7. debb38a qemu-img: Add find_nonzero() by Eric Blake · 7 years ago
  8. 391cb1a qemu-img: Speed up compare on pre-allocated larger file by Eric Blake · 7 years ago
  9. 7daddc6 qemu-img: Simplify logic in img_compare() by Eric Blake · 7 years ago
  10. 3182664 block: Convert bdrv_get_block_status_above() to bytes by Eric Blake · 7 years ago
  11. 237d78f block: Convert bdrv_get_block_status() to bytes by Eric Blake · 7 years ago
  12. 5e344dd qemu-img: Switch get_block_status() to byte-based by Eric Blake · 7 years ago
  13. 298a166 block: Allow NULL file for bdrv_get_block_status() by Eric Blake · 7 years ago
  14. 4ffca89 qemu-img: add --shrink flag for resize by Pavel Butsykin · 7 years ago
  15. f7abe0e qapi: Change data type of the FOO_lookup generated for enum FOO by Marc-André Lureau · 7 years ago
  16. 5b5f825 qapi: Generate FOO_str() macro for QAPI enum FOO by Markus Armbruster · 7 years ago
  17. 06c60b6 qapi: Drop superfluous qapi_enum_parse() parameter max by Markus Armbruster · 7 years ago
  18. f5048cb maint: Include bug-reporting info in --help output by Eric Blake · 7 years ago
  19. c2a3d7d maint: Reorder include directives for qemu-{nbd, io} by Eric Blake · 7 years ago
  20. 6e6e55f qemu-img: Check for backing image if specified during create by John Snow · 7 years ago
  21. 49bcce4 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-12' into staging by Peter Maydell · 7 years ago
  22. 187f47e qobject: Catch another straggler for use of qdict_put_str() by Eric Blake · 7 years ago
  23. dc5f690 qemu-img: Expose PreallocMode for resizing by Max Reitz · 7 years ago
  24. 3a691c5 block: Add PreallocMode to blk_truncate() by Max Reitz · 7 years ago
  25. fd03c2b qemu-img: add measure subcommand by Stefan Hajnoczi · 7 years ago
  26. 788cf9f block: rip out all traces of password prompting by Daniel P. Berrange · 7 years ago
  27. 0cb8d47 block: deprecate "encryption=on" in favor of "encrypt.format=aes" by Daniel P. Berrange · 7 years ago
  28. 51b0a48 block: Make bdrv_is_allocated_above() byte-based by Eric Blake · 7 years ago
  29. d6a644b block: Make bdrv_is_allocated() byte-based by Eric Blake · 7 years ago
  30. 6b4df54 qemu-img: drop -e and -6 options from the 'create' & 'convert' commands by Daniel P. Berrange · 7 years ago
  31. 2a24570 qemu-img: don't shadow opts variable in img_dd() by Stefan Hajnoczi · 7 years ago
  32. 4172a00 fix: avoid an infinite loop or a dangling pointer problem in img_commit by sochin.jiang · 7 years ago
  33. 0748b35 Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging by Stefan Hajnoczi · 7 years ago
  34. adb998c qemu-img: Fix leakage of options on error by Fam Zheng · 7 years ago
  35. 29cf933 qemu-img: copy *key-secret opts when opening newly created files by Daniel P. Berrange · 7 years ago
  36. 305b4c6 qemu-img: introduce --target-image-opts for 'convert' command by Daniel P. Berrange · 7 years ago
  37. ea204dd qemu-img: fix --image-opts usage with dd command by Daniel P. Berrange · 7 years ago
  38. 83d4bf9 qemu-img: add support for --object with 'dd' command by Daniel P. Berrange · 7 years ago
  39. 579cf1d block: Use QDict helpers for --force-share by Eric Blake · 7 years ago
  40. b91127e qemu-img: wait for convert coroutines to complete by Anton Nefedov · 7 years ago
  41. 335e993 qemu-img: Add --force-share option to subcommands by Fam Zheng · 7 years ago
  42. 46f5ac2 qobject: Use simpler QDict/QList scalar insertion macros by Eric Blake · 7 years ago
  43. db933fb qemu-img: use blk_co_pwrite_zeroes for zero sectors when compressed by Lidong Chen · 7 years ago
  44. 9f1b92a qemu-img: improve convert_iteration_sectors() by Vladimir Sementsov-Ogievskiy · 8 years ago
  45. ed3d2ec block: Add errp to b{lk,drv}_truncate() by Max Reitz · 8 years ago
  46. 48758a8 qemu-img/convert: Move bs_n > 1 && -B check down by Max Reitz · 7 years ago
  47. 3258b91 qemu-img/convert: Use @opts for one thing only by Max Reitz · 7 years ago
  48. 9fd77f9 qemu-img: simplify img_convert by Peter Lieven · 7 years ago
  49. 78bbd91 block: Make errp the last parameter of commit_active_start by Fam Zheng · 7 years ago
  50. 9217283 block: Make errp the last parameter of bdrv_img_create by Fam Zheng · 7 years ago
  51. c919297 qemu-img: print short help on getopt failure by Stefan Hajnoczi · 8 years ago
  52. f707762 qemu-img: fix switch indentation in img_amend() by Stefan Hajnoczi · 8 years ago
  53. 4581c16 qemu-img: show help for invalid global options by Stefan Hajnoczi · 8 years ago
  54. 0db832f commit: Add filter-node-name to block-commit by Kevin Wolf · 8 years ago
  55. 4ef85a9 mirror: Use real permissions in mirror/active commit block job by Kevin Wolf · 8 years ago
  56. 5588060 block: Add BDRV_O_RESIZE for blk_new_open() by Kevin Wolf · 8 years ago
  57. 2d9187b qemu-img: make convert async by Peter Lieven · 8 years ago
  58. f46bfdb util/cutils: Change qemu_strtosz*() from int64_t to uint64_t by Markus Armbruster · 8 years ago
  59. f17fd4f util/cutils: Return qemu_strtosz*() error and value separately by Markus Armbruster · 8 years ago
  60. 4fcdf65 util/cutils: Let qemu_strtosz*() optionally reject trailing crap by Markus Armbruster · 8 years ago
  61. 606caa0 qemu-img: Wrap cvtnum() around qemu_strtosz() by Markus Armbruster · 8 years ago
  62. 466dea1 util/cutils: New qemu_strtosz() by Markus Armbruster · 8 years ago
  63. 10d6eda qemu-img: Avoid setting ret to unused value in img_convert() by Peter Maydell · 8 years ago
  64. 8b3c679 qemu-img: Use qemu_strtoul() rather than raw strtoul() by Peter Maydell · 8 years ago
  65. 6b33f3a qemu-img: Improve commit invalid base message by Max Reitz · 8 years ago
  66. ece9086 qemu-img: remove dead check by Paolo Bonzini · 8 years ago
  67. 4baaa8c qemu-img: fix in-flight count for qemu-img bench by Paolo Bonzini · 8 years ago
  68. 47970df Replication/Blockjobs: Create replication jobs as internal by John Snow · 8 years ago
  69. 9e944cb qemu-img: call aio_context_acquire/release around block job by Paolo Bonzini · 8 years ago
  70. 7d5e199 qapi: rename QmpOutputVisitor to QObjectOutputVisitor by Daniel P. Berrange · 8 years ago
  71. b3db211 qapi: rename *qmp-*-visitor* to *qobject-*-visitor* by Daniel P. Berrange · 8 years ago
  72. e84a0dd block: failed qemu-img command should return non-zero exit code by Xu Tian · 8 years ago
  73. 0781dd6 Put the copyright information on a separate line by Thomas Huth · 8 years ago
  74. fe4db84 trace: provide mechanism for registering trace events by Daniel P. Berrange · 8 years ago
  75. f7c1553 qemu-img: add skip option to dd by Reda Sallahi · 8 years ago
  76. 86ce1f6 qemu-img: add the 'dd' subcommand by Reda Sallahi · 8 years ago
  77. b49f7ea mirror: auto complete active commit by Wen Congyang · 8 years ago
  78. 35fadca block: remove BlockDriver.bdrv_write_compressed by Pavel Butsykin · 8 years ago
  79. 29a298a block/io: reuse bdrv_co_pwritev() for write compressed by Pavel Butsykin · 8 years ago
  80. fe5c135 block: switch blk_write_compressed() to byte-based interface by Pavel Butsykin · 8 years ago
  81. d915b7b Update ancient copyright string in -version output by Peter Maydell · 8 years ago
  82. df3c286 error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 8 years ago
  83. bcf2348 qemu-img: Use strerror() for generic resize error by Max Reitz · 8 years ago
  84. a5d5a3b qemu-img: Set the ID of the block job in img_commit() by Alberto Garcia · 8 years ago
  85. fd62c60 commit: Add 'job-id' parameter to 'block-commit' by Alberto Garcia · 8 years ago
  86. 975b1c3 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into staging by Peter Maydell · 8 years ago
  87. 3b098d5 qapi: Add new visit_complete() function by Eric Blake · 8 years ago
  88. 1830f22 qmp-output-visitor: Favor new visit_free() function by Eric Blake · 8 years ago
  89. 911ee36 qemu-img: Don't leak errors when outputting JSON by Eric Blake · 8 years ago
  90. 720ff28 block: Convert bdrv_pwrite_zeroes() to BdrvChild by Kevin Wolf · 8 years ago
  91. b9f7855 block: Switch discard length bounds to byte-based by Eric Blake · 8 years ago
  92. 5def6b8 block: Switch transfer length bounds to byte-based by Eric Blake · 8 years ago
  93. cfef6a4 qemu-img: fix failed autotests by Denis V. Lunev · 8 years ago
  94. 06a1e0c trace: enable tracing in qemu-img by Denis V. Lunev · 8 years ago
  95. 1098513 qemu-img: move common options parsing before commands processing by Denis V. Lunev · 8 years ago
  96. 604e861 qemu-img bench: Fix uninitialised writethrough mode by Kevin Wolf · 8 years ago
  97. 6f50f25 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 8 years ago
  98. 55d539c qemu-img bench: Add --flush-interval by Kevin Wolf · 8 years ago
  99. 83de9be qemu-img bench: Implement -S (step size) by Kevin Wolf · 9 years ago
  100. d3199a3 qemu-img bench: Make start offset configurable by Kevin Wolf · 9 years ago