1. 0cadf2c block: Change blk_pwrite_compressed() param order by Alberto Faria · 2 years, 6 months ago
  2. a9262f5 block: Change blk_{pread,pwrite}() param order by Alberto Faria · 2 years, 6 months ago
  3. 3b35d45 block: Add a 'flags' param to blk_pread() by Alberto Faria · 2 years, 6 months ago
  4. bf5b16f block: Make blk_{pread,pwrite}() return 0 on success by Alberto Faria · 2 years, 6 months ago
  5. 1466ef6 qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStr by Vladimir Sementsov-Ogievskiy · 2 years, 10 months ago
  6. 8905770 compiler.h: replace QEMU_NORETURN with G_NORETURN by Marc-André Lureau · 2 years, 9 months ago
  7. 49f9522 include: rename qemu-common.h qemu/help-texts.h by Marc-André Lureau · 2 years, 9 months ago
  8. c5955f4 util/log: Pass Error pointer to qemu_set_log by Richard Henderson · 2 years, 9 months ago
  9. 16a18f2 include: move progress API to qemu-progress.h by Marc-André Lureau · 2 years, 10 months ago
  10. f793dde Replace qemu_gettimeofday() with g_get_real_time() by Marc-André Lureau · 2 years, 10 months ago
  11. 9edc631 Replace GCC_FMT_ATTR with G_GNUC_PRINTF by Marc-André Lureau · 2 years, 11 months ago
  12. 5df022c osdep: Move memalign-related functions to their own header by Peter Maydell · 2 years, 11 months ago
  13. 96054c7 qemu-img: make is_allocated_sectors() more efficient by Vladimir Sementsov-Ogievskiy · 3 years, 1 month ago
  14. df9a316 blockjob: implement and use block_job_get_aio_context by Vladimir Sementsov-Ogievskiy · 3 years, 8 months ago
  15. 1899bf4 qemu-img: Add -F shorthand to convert by Eric Blake · 3 years, 4 months ago
  16. a1c6243 qemu-img: Allow target be aligned to sector size by Hanna Reitz · 3 years, 5 months ago
  17. f9734d5 error: Use error_fatal to simplify obvious fatal errors (again) by Markus Armbruster · 3 years, 6 months ago
  18. 955171e qemu-img: Add --skip-broken-bitmaps for 'convert --bitmaps' by Eric Blake · 3 years, 6 months ago
  19. 74a4320 qemu-img: Fail fast on convert --bitmaps with inconsistent bitmap by Eric Blake · 3 years, 6 months ago
  20. 8417e13 qemu-img: Make unallocated part of backing chain obvious in map by Eric Blake · 3 years, 6 months ago
  21. a7cd44b qemu-img: Improve error for rebase without backing format by Eric Blake · 3 years, 6 months ago
  22. 497a30d qemu-img: Require -F with -b backing image by Eric Blake · 3 years, 8 months ago
  23. a7b4f8f progressmeter: protect with a mutex by Emanuele Giuseppe Esposito · 3 years, 7 months ago
  24. 0b8fb55 qemu-img convert: Unshare write permission for source by Kevin Wolf · 3 years, 9 months ago
  25. 99b1e64 qemu-img: Use user_creatable_process_cmdline() for --object by Kevin Wolf · 3 years, 11 months ago
  26. c3033fd qapi: Use QAPI_LIST_APPEND in trivial cases by Eric Blake · 4 years ago
  27. eab3a46 qobject: Change qobject_to_json()'s value to GString by Markus Armbruster · 4 years, 1 month ago
  28. 6589f45 qobject: Make qobject_to_json_pretty() take a pretty argument by Markus Armbruster · 4 years, 1 month ago
  29. 54aa3de qapi: Use QAPI_LIST_PREPEND() where possible by Eric Blake · 4 years, 2 months ago
  30. 92eecff trace: remove argument from trace_init_file by Paolo Bonzini · 4 years, 2 months ago
  31. 6aec830 qemu-img convert: Free @sn_opts in all error cases by Tuguoyi · 4 years, 2 months ago
  32. 0c8c489 qemu-img: add support for rate limit in qemu-img convert by Zhengui · 4 years, 3 months ago
  33. a0441b6 qemu-img: add support for rate limit in qemu-img commit by Zhengui · 4 years, 3 months ago
  34. c122bca Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-09-21' into staging by Peter Maydell · 4 years, 4 months ago
  35. 14f16bf qemu-img: Support bitmap --merge into backing image by Eric Blake · 4 years, 4 months ago
  36. e3a6e0d qemu/: fix some comment spelling errors by zhaolichang · 4 years, 4 months ago
  37. c075c42 qemu-img: Explicit number replaced by a constant by Yi Li · 4 years, 5 months ago
  38. af8d43d qemu-img: avoid unaligned read requests during convert by Peter Lieven · 4 years, 4 months ago
  39. 4a2061e qemu-img: Use child access functions by Max Reitz · 6 years ago
  40. 98c5d2e block: add missing socket_init() calls to tools by Daniel P. Berrangé · 4 years, 5 months ago
  41. 1c404d7 qemu-img resize: Require --shrink for shrinking all image formats by Kevin Wolf · 4 years, 6 months ago
  42. d9f059a qemu-img: Deprecate use of -b without -F by Eric Blake · 4 years, 6 months ago
  43. e54ee1b block: Add support to warn on backing file change without format by Eric Blake · 4 years, 6 months ago
  44. 25956af block: Finish deprecation of 'qemu-img convert -n -o' by Eric Blake · 4 years, 6 months ago
  45. d0ceea8 qemu-img map: Don't limit block status request size by Kevin Wolf · 4 years, 6 months ago
  46. 9e194e0 qemu-img: Ignore Error objects where the return value suffices by Markus Armbruster · 4 years, 6 months ago
  47. 235e59c qemu-option: Use returned bool to check for failure by Markus Armbruster · 4 years, 6 months ago
  48. 2253d86 qemu-img: convert: don't use unallocated_blocks_are_zero by Vladimir Sementsov-Ogievskiy · 4 years, 8 months ago
  49. 0b6786a block/amend: refactor qcow2 amend options by Maxim Levitsky · 4 years, 7 months ago
  50. df373fb block/amend: separate amend and create options for qemu-img by Maxim Levitsky · 4 years, 7 months ago
  51. a3579bf block/amend: add 'force' option by Maxim Levitsky · 4 years, 7 months ago
  52. edafc70 qemu-img convert: Don't pre-zero images by Kevin Wolf · 4 years, 7 months ago
  53. 15e39ad qemu-img: Add convert --bitmaps option by Eric Blake · 4 years, 8 months ago
  54. 6c729dd qemu-img: Factor out code for merging bitmaps by Eric Blake · 4 years, 8 months ago
  55. 5d72c68 qcow2: Expose bitmaps' size during measure by Eric Blake · 4 years, 8 months ago
  56. 3b51ab4 qemu-img: Add bitmap sub-command by Eric Blake · 4 years, 8 months ago
  57. 0562adf qemu-img: Fix stale comments on doc location by Eric Blake · 4 years, 8 months ago
  58. bffe88d Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 4 years, 8 months ago
  59. 2d97fde block: Use blk_make_empty() after commits by Max Reitz · 4 years, 9 months ago
  60. c046949 qemu-img: Add --start-offset and --max-length to map by Eyal Moscovici · 4 years, 8 months ago
  61. e46c0b1 qemu-img: refactor dump_map_entry JSON format output by Eyal Moscovici · 4 years, 8 months ago
  62. 8f282e8 qemu-img: validate image length in img_map by Eyal Moscovici · 4 years, 8 months ago
  63. 43d589b qemu_img: add cvtnum_full to print error reports by Eyal Moscovici · 4 years, 8 months ago
  64. 8c6242b block-backend: Add flags to blk_truncate() by Kevin Wolf · 4 years, 9 months ago
  65. f62514b qemu-img: Reject broken -o "" by Markus Armbruster · 4 years, 9 months ago
  66. 80c710c qemu-img: Move is_valid_option_list() to qemu-img.c and rewrite by Markus Armbruster · 4 years, 9 months ago
  67. 6d2b5cb qemu-img: Factor out accumulate_options() helper by Markus Armbruster · 4 years, 9 months ago
  68. 39f77cb qemu-img: Report convert errors by bytes, not sectors by Eric Blake · 4 years, 9 months ago
  69. 1656324 qemu-img: Fix check's leak/corruption fix report by Max Reitz · 4 years, 10 months ago
  70. 01fe1ca job: refactor progress to separate object by Vladimir Sementsov-Ogievskiy · 4 years, 10 months ago
  71. fc124ea qemu-img: free memory before re-assign by Pan Nengyuan · 4 years, 11 months ago
  72. c3673dc qemu-img: allow qemu-img measure --object without a filename by Stefan Hajnoczi · 4 years, 11 months ago
  73. c69291e qemu-img: Fix convert -n -B for backing-less targets by Max Reitz · 5 years ago
  74. 168468f qemu-img: Add --target-is-zero to convert by David Edmondson · 5 years ago
  75. cdd2677 qemu-img: adds option to use aio engine for benchmarking by Aarushi Mehta · 5 years ago
  76. 0da7d13 qemu-img: fix info --backing-chain --image-opts by Stefan Hajnoczi · 5 years ago
  77. 09c5c6d Revert "qemu-img: Check post-truncation size" by Max Reitz · 5 years ago
  78. e8d04f9 block: Pass truncate exact=true where reasonable by Max Reitz · 5 years ago
  79. c80d8b0 block: Add @exact parameter to bdrv_co_truncate() by Max Reitz · 5 years ago
  80. c6e5cdf qemu-img: Support help options for --object by Kevin Wolf · 5 years ago
  81. 1bbbf32 block: Use QEMU_IS_ALIGNED by Nir Soffer · 5 years ago
  82. ac850bf block: define .*_part io handlers in BlockDriver by Vladimir Sementsov-Ogievskiy · 6 years ago
  83. 4d7c487 qemu-img: Fix bdrv_has_zero_init() use in convert by Max Reitz · 5 years ago
  84. e018ccb Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 5 years ago
  85. d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 5 years ago
  86. db72581 Include qemu/main-loop.h less by Markus Armbruster · 5 years ago
  87. ffd8e8f qemu-img convert: Deprecate using -n and -o together by Kevin Wolf · 5 years ago
  88. 170d3bd block: include base when checking image chain for block allocation by Andrey Shinkevich · 6 years ago
  89. 8eaac02 qemu-img: Add salvaging mode to convert by Max Reitz · 6 years ago
  90. 3d96cb9 qemu-img: Move quiet into ImgConvertState by Max Reitz · 6 years ago
  91. f22356d qemu-img: Fix options leakage in img_rebase() by Max Reitz · 6 years ago
  92. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  93. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  94. d861ab3 block: Add BlockBackend.ctx by Kevin Wolf · 6 years ago
  95. 330c729 qemu-img: rebase: Reuse in-chain BlockDriverState by Sam Eiderman · 6 years ago
  96. 863cc78 qemu-img: rebase: Reduce reads on in-chain rebase by Sam Eiderman · 6 years ago
  97. 4ebe061 qemu-img: rebase: Reuse parent BlockDriverState by Sam Eiderman · 6 years ago
  98. 1c6e877 qemu-img: Use zero writes after source backing EOF by Max Reitz · 6 years ago
  99. 35ddd93 qemu-img: Allow rebase with no input base by Max Reitz · 6 years ago
  100. 97ede57 qemu-img: Use IEC binary prefixes for size constants by Stefano Garzarella · 6 years ago