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