1. 690c730 qemu-img convert: Rewrite copying logic by Kevin Wolf · 10 years ago
  2. 2867ce4 qemu-img: Avoid qerror_report_err() outside QMP handlers, again by Markus Armbruster · 10 years ago
  3. 97a2ca7 qemu-img: Fix convert, amend error messages for unknown options by Markus Armbruster · 10 years ago
  4. 8c1ac47 fix GCC 5.0.0 logical-not-parentheses warnings by Radim Krčmář · 10 years ago
  5. eec5eb4 block: remove superfluous '\n' around error_report/error_setg by Gonglei · 10 years ago
  6. dc523cd34 qemu-img: Suppress unhelpful extra errors in convert, amend by Markus Armbruster · 10 years ago
  7. f43e47d QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use by Markus Armbruster · 10 years ago
  8. 6750e79 qemu-img: Suppress unhelpful extra errors in convert, resize by Markus Armbruster · 10 years ago
  9. 39101f2 QemuOpts: Convert qemu_opt_set_number() to Error, fix its use by Markus Armbruster · 10 years ago
  10. c5c6d7f Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into staging by Peter Maydell · 10 years ago
  11. 6936f29 qemu-img: Avoid qerror_report_err() outside QMP command handlers by Markus Armbruster · 10 years ago
  12. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  13. f1d3cd7 qemu-img: Use BlockBackend as far as possible by Max Reitz · 10 years ago
  14. 644483d qemu-img: Use blk_new_open() in img_rebase() by Max Reitz · 10 years ago
  15. 5bd3132 qemu-img: Use blk_new_open() in img_open() by Max Reitz · 10 years ago
  16. b65a5e1 block: Add Error parameter to bdrv_find_protocol() by Max Reitz · 10 years ago
  17. 2e024cd qemu-img: Fix qemu-img convert -n by Max Reitz · 10 years ago
  18. 61979a6 qemu-img: Add QEMU_PKGVERSION to QEMU_IMG_VERSION by Don Slutz · 10 years ago
  19. 9a29e18 block: update string sizes for filename,backing_file,exact_filename by Jeff Cody · 10 years ago
  20. b2439d2 qemu-img: Check create_opts before image amendment by Max Reitz · 10 years ago
  21. f75613c qemu-img: Check create_opts before image creation by Max Reitz · 10 years ago
  22. cc4d3ee qemu-img: Omit error_report() after img_open() by Max Reitz · 10 years ago
  23. b2f27e4 qemu-img: Fix insignificant memleak by Max Reitz · 10 years ago
  24. 76a3a34 qemu-img: Add progress output for amend by Max Reitz · 10 years ago
  25. 7748543 block: Add status callback to bdrv_amend_options() by Max Reitz · 10 years ago
  26. 1b22bff qemu-img: Specify backing file for commit by Max Reitz · 10 years ago
  27. 687fa1d qemu-img: Enable progress output for commit by Max Reitz · 10 years ago
  28. 9a86fe4 qemu-img: Empty image after commit by Max Reitz · 10 years ago
  29. d4a3238 qemu-img: Implement commit like QMP by Max Reitz · 10 years ago
  30. 832390a qemu-img: Print error if check failed by Max Reitz · 10 years ago
  31. 9ba10c9 block: Make BlockBackend own its BlockDriverState by Markus Armbruster · 10 years ago
  32. 7e7d56d block: Connect BlockBackend to BlockDriverState by Markus Armbruster · 10 years ago
  33. 26f54e9 block: New BlockBackend by Markus Armbruster · 10 years ago
  34. e4e9986 block: Split bdrv_new_root() off bdrv_new() by Markus Armbruster · 10 years ago
  35. fbf28a4 block: Drop superfluous conditionals around qemu_opts_del() by Markus Armbruster · 10 years ago
  36. 9aebf3b block: Validate node-name by Kevin Wolf · 10 years ago
  37. 2f78e49 async: aio_context_new(): Handle event_notifier_init failure by Chrysostomos Nanakos · 10 years ago
  38. bb87fdf qemu-img: clarify src_cache option documentation by Stefan Hajnoczi · 11 years ago
  39. 40ed35a qemu-img: always goto out in img_snapshot() error paths by Stefan Hajnoczi · 11 years ago
  40. cbda016 qemu-img: fix img_compare() flags error path by Stefan Hajnoczi · 11 years ago
  41. a3981eb qemu-img: fix img_commit() error return value by Stefan Hajnoczi · 11 years ago
  42. 00c6d40 Revert "qemu-img: sort block formats in help message" by Stefan Hajnoczi · 11 years ago
  43. bd39e6e qemu-img: Allow cache mode specification for amend by Max Reitz · 11 years ago
  44. 4005595 qemu-img: Allow source cache mode specification by Max Reitz · 11 years ago
  45. f2fb1da Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  46. 52bf1e7 block: Avoid bdrv_get_geometry() where errors should be detected by Markus Armbruster · 11 years ago
  47. d739f1c qemu-img: Make img_convert() get image size just once per image by Markus Armbruster · 11 years ago
  48. 43716fa block: Use bdrv_nb_sectors() in img_convert() by Markus Armbruster · 11 years ago
  49. fdcf6e6 qemu-img: Check getchar() return value in read_password() for WIN32 by Chen Gang · 11 years ago
  50. b847ae2 qemu-img: Remove redundancy "ret = -1" by Chen Gang · 11 years ago
  51. c282e1f cleanup QEMUOptionParameter by Chunyan Liu · 11 years ago
  52. 83d0521 change block layer to support both QemuOpts and QEMUOptionParamter by Chunyan Liu · 11 years ago
  53. d6635c4 qemu-img: Document check exit codes by Max Reitz · 11 years ago
  54. 55d492d qemu-img: Report error even with --oformat=json by Max Reitz · 11 years ago
  55. bb9cd2e qemu-img: Plug memory leak in convert command by Markus Armbruster · 11 years ago
  56. ebee92b qemu-img: Plug memory leak on block option help error path by Markus Armbruster · 11 years ago
  57. 395071a Remove g_sequence_lookup from qemu-img help function by Mike Day · 11 years ago
  58. 85f49ca qemu-img: Convert by cluster size if target is compressed by Fam Zheng · 11 years ago
  59. 1a443c1 qemu-img: sort block formats in help message by Mike Day · 11 years ago
  60. 5f6979c block: Add '--version' option to qemu-img by Jeff Cody · 11 years ago
  61. 7db1689 block: fix qemu-img --help invocation by Jeff Cody · 11 years ago
  62. 4399c43 qemu-img: Consistently name Error * objects err, and not errp by Markus Armbruster · 11 years ago
  63. ac1307a qemu-img: Improve error messages by Fam Zheng · 11 years ago
  64. 9ffe333 qemu-img: Avoid duplicate block device IDs by Kevin Wolf · 11 years ago
  65. 98522f6 block: Add errp to bdrv_new() by Kevin Wolf · 11 years ago
  66. bdf866f qemu-img: Release reference to BlockDriverState by Prasad Joshi · 11 years ago
  67. 4fd6a98 qemu-img: mandate argument to 'qemu-img check --repair' by Prasad Joshi · 11 years ago
  68. 64bb01a qemu-img convert: Fix progress output by Kevin Wolf · 11 years ago
  69. 67d065c qemu-img: Remove unneeded include files by Stefan Weil · 11 years ago
  70. e7a1d6c Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  71. 6dedf05 Merge remote-tracking branch 'remotes/bonzini/configure' into staging by Peter Maydell · 11 years ago
  72. a283cb6 qemu-img: Allow -o help with incomplete argument list by Kevin Wolf · 11 years ago
  73. 626f84f qemu-img amend: Support multiple -o options by Kevin Wolf · 11 years ago
  74. 2dc8328 qemu-img convert: Support multiple -o options by Kevin Wolf · 11 years ago
  75. 77386bf qemu-img create: Support multiple -o options by Kevin Wolf · 11 years ago
  76. ddf5636 block: Add reference parameter to bdrv_open() by Max Reitz · 11 years ago
  77. f67503e block: Change BDS parameter of bdrv_open() to ** by Max Reitz · 11 years ago
  78. 10f5bff util: Split out exec_dir from os_find_datadir by Fam Zheng · 11 years ago
  79. 84d18f0 Use error_is_set() only when necessary by Markus Armbruster · 11 years ago
  80. 87ea75d qemu-option: Remove qemu_opts_create_nofail by Peter Crosthwaite · 11 years ago
  81. 802c3d4 qemu-img: make progress output more accurate during convert by Peter Lieven · 11 years ago
  82. 4058898 qemu-img: decrease progress update interval on convert by Peter Lieven · 11 years ago
  83. 24f833c qemu-img: round down request length to an aligned sector by Peter Lieven · 11 years ago
  84. f2521c9 qemu-img: dynamically adjust iobuffer size during convert by Peter Lieven · 11 years ago
  85. 049b098 qemu-img: fix usage instruction for qemu-img convert by Peter Lieven · 11 years ago
  86. 13c28af qemu-img: add support for skipping zeroes in input during convert by Peter Lieven · 11 years ago
  87. ef80654 qemu-img: add -l for snapshot in convert by Wenchao Xia · 11 years ago
  88. 7b4c478 snapshot: distinguish id and name in load_tmp by Wenchao Xia · 11 years ago
  89. 5a37b60 qemu-img: conditionally zero out target on convert by Peter Lieven · 11 years ago
  90. 11b6699 qemu-img: add support for fully allocated images by Peter Lieven · 11 years ago
  91. 36452f1 qemu-img: Fix overwriting 'ret' before using by Fam Zheng · 11 years ago
  92. fefddf9 qemu-img: add special exit code if bdrv_check is not supported by Peter Lieven · 11 years ago
  93. c745bfb qemu-img: fix invalid JSON by Paolo Bonzini · 11 years ago
  94. b70d8c2 qemu-img create: Emit filename on error by Max Reitz · 12 years ago
  95. cc84d90 block: Error parameter for create functions by Max Reitz · 12 years ago
  96. 34b5d2c block: Error parameter for open functions by Max Reitz · 12 years ago
  97. a89d89d snapshot: distinguish id and name in snapshot delete by Wenchao Xia · 11 years ago
  98. 6f176b4 block: Image file option amendment by Max Reitz · 12 years ago
  99. 4c93a13b qemu-img: add a "map" subcommand by Paolo Bonzini · 12 years ago
  100. 11212d8 block: make bdrv_has_zero_init return false for copy-on-write-images by Paolo Bonzini · 12 years ago