1. 7c30f65 qemu-img: Add missing GCC_FMT_ATTR by Stefan Weil · 12 years ago
  2. 43526ec block: add image info query function bdrv_query_image_info() by Wenchao Xia · 12 years ago
  3. fb0ed45 block: add snapshot info query function bdrv_query_snapshot_info_list() by Wenchao Xia · 12 years ago
  4. 5e00984 cutils: Support 'P' and 'E' suffixes in strtosz() by Kevin Wolf · 12 years ago
  5. 5b91704 block: dump snapshot and image info to specified output by Wenchao Xia · 12 years ago
  6. f364ec6 block: move qmp and info dump related code to block/qapi.c by Wenchao Xia · 12 years ago
  7. 54f106d qemu-img: do not zero-pad the compressed write buffer by Stefan Hajnoczi · 12 years ago
  8. de9c0ce block: Add options QDict to bdrv_open() prototype by Kevin Wolf · 12 years ago
  9. d14ed18 qemu-img: Add compare subcommand by Miroslav Rezanina · 12 years ago
  10. f382d43 qemu-img: Add "Quiet mode" option by Miroslav Rezanina · 12 years ago
  11. e6439d7 qemu-img: add compressed clusters to BlockFragInfo by Stefan Hajnoczi · 12 years ago
  12. c9fc508 qemu-img: fix missing space in qemu-img check output by Stefan Hajnoczi · 12 years ago
  13. 8599ea4 qemu-img: add json output option to the check command by Federico Simoncelli · 12 years ago
  14. c6bb9ad qemu-img: find the image end offset during check by Federico Simoncelli · 12 years ago
  15. 7944339 qemu-img: report size overflow error message by liguang · 12 years ago
  16. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  17. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  18. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  19. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  20. e478b44 use qemu_opts_create_nofail by Dong Xu Wang · 12 years ago
  21. a930091 qemu-img: img_create(): drop unneeded goto and ret variable by Luiz Capitulino · 12 years ago
  22. 9b37525 qemu-img: img_create(): pass Error object to bdrv_img_create() by Luiz Capitulino · 12 years ago
  23. 71c7981 block: bdrv_img_create(): add Error ** argument by Luiz Capitulino · 12 years ago
  24. 2592c59 tools: initialize main loop before block layer by Paolo Bonzini · 12 years ago
  25. 9699bf0 qemu-img: Add --backing-chain option to info command by Stefan Hajnoczi · 12 years ago
  26. a616673 qemu-img rebase: use empty string to rebase without backing file by Alex Bligh · 12 years ago
  27. 1f71049 qemu-img: Fix division by zero for zero size images by Kevin Wolf · 12 years ago
  28. 109820d Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  29. 0546b8c Spelling fixes in comments and documentation by Stefan Weil · 13 years ago
  30. f0536bb Don't require encryption password for 'qemu-img info' command by Daniel P. Berrange · 13 years ago
  31. c054b3f qemu-img: Add json output option to the info command. by Benoît Canet · 13 years ago
  32. 058f8f1 block: add BLOCK_O_CHECK for qemu-img check by Stefan Hajnoczi · 13 years ago
  33. 20caf0f qemu-img: use QemuOpts instead of QEMUOptionParameter in resize function by Dong Xu Wang · 13 years ago
  34. c8057f9 Support 'help' as a synonym for '?' in command line options by Peter Maydell · 13 years ago
  35. f8d6bba block: Replace bdrv_get_format() by bdrv_get_format_name() by Markus Armbruster · 13 years ago
  36. ccf3471 qemu-img check: Print fixed clusters and recheck by Kevin Wolf · 13 years ago
  37. 4534ff5 qemu-img check -r for repairing images by Kevin Wolf · 13 years ago
  38. fa170c1 qemu-img: Fix segmentation fault by Charles Arnold · 13 years ago
  39. dc5a137 qemu-img: make "info" backing file output correct and easier to use by Paolo Bonzini · 13 years ago
  40. 80ccf93 qemu-img: let 'qemu-img convert' flush data by Liu Yuan · 13 years ago
  41. 64c7916 qemu-img: add dirty flag status by Dong Xu Wang · 13 years ago
  42. f8111c2 qemu-img: add image fragmentation statistics by Dong Xu Wang · 13 years ago
  43. 259b217 qcow2: Add error messages in qcow2_truncate by Kevin Wolf · 13 years ago
  44. 67d384e qemu-img: fix segment fault when the image format is qed by Zhi Yong Wu · 13 years ago
  45. 1a6d39f cutils: extract buffer_is_zero() from qemu-img.c by Stefan Hajnoczi · 13 years ago
  46. 87a1b3e qemu-img rebase: Fix for undersized backing files by Kevin Wolf · 13 years ago
  47. e36b369 qemu-img: Tighten parsing of size arguments by Markus Armbruster · 13 years ago
  48. 41521fa qemu-img: Don't allow preallocation and compression at the same time by Kevin Wolf · 13 years ago
  49. a22f123 qemu-img: Require larger zero areas for sparse handling by Kevin Wolf · 14 years ago
  50. 3fba9d8 qemu-img: print error codes when convert fails by Stefan Hajnoczi · 14 years ago
  51. bb1c059 qemu-img: Use qemu_blockalign by Kevin Wolf · 14 years ago
  52. 92196b2 block: add cache=directsync parameter to -drive by Stefan Hajnoczi · 14 years ago
  53. c3993cd block: parse cache mode flags in a single place by Stefan Hajnoczi · 14 years ago
  54. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  55. 4a1d5e1 block: add bdrv_get_allocated_file_size() operation by Fam Zheng · 14 years ago
  56. 661a0f7 qemu-img: Add cache command line option by Federico Simoncelli · 14 years ago
  57. 9d42e15 qemu-img: Don't prepend qemu-img to error messages twice. by Markus Armbruster · 14 years ago
  58. 6daf194 Strip trailing '\n' from error_report()'s first argument by Markus Armbruster · 14 years ago
  59. f6a00aa qemu_img: is_not_zero() optimization by Dmitry Konishchev · 14 years ago
  60. 4ee9641 qemu-img.c: Remove superfluous parenthesis by Jes Sorensen · 14 years ago
  61. e80fec7 qemu-img resize: Fix option parsing by Kevin Wolf · 14 years ago
  62. 9a9d9db qemu-img: allow rebase to a NULL backing file when unsafe by Anthony Liguori · 14 years ago
  63. eb863ad qemu-img rebase: Fix segfault if backing file can't be opened by Kevin Wolf · 14 years ago
  64. 6b837bc qemu-img: Initial progress printing support by Jes Sorensen · 14 years ago
  65. b9eaf9e qemu-img: Improve error messages for failed bdrv_open by Kevin Wolf · 14 years ago
  66. 70b4f4b Make strtosz() return int64_t instead of ssize_t by Jes Sorensen · 14 years ago
  67. 710da70 qemu-img snapshot: Use writeback caching by Kevin Wolf · 14 years ago
  68. ad71713 Remove NULL checks for bdrv_new return value by Kevin Wolf · 14 years ago
  69. 15654a6 qemu.img.c: Use error_report() instead of own error() implementation by Jes Sorensen · 14 years ago
  70. f88e1a4 qemu-img.c: Re-factor img_create() by Jes Sorensen · 14 years ago
  71. 53f76e5 qemu-img: Call error_set_progname by Kevin Wolf · 14 years ago
  72. 1da7cfb qemu-img.c: Clean up handling of image size in img_create() by Jes Sorensen · 14 years ago
  73. 5eeaad5 qemu-img: Fail creation if backing format is invalid by Stefan Hajnoczi · 14 years ago
  74. a87a672 qemu-img: Free option parameter lists in img_create() by Stefan Hajnoczi · 14 years ago
  75. eec77d9 qemu-img: Deprecate obsolete -6 and -e options by Jes Sorensen · 14 years ago
  76. 2a81998 Make error handling more consistent in img_create() and img_resize() by Jes Sorensen · 14 years ago
  77. ef87394 Fail if detecting an unknown option by Jes Sorensen · 14 years ago
  78. b8fb60d Fix formatting and missing braces in qemu-img.c by Jes Sorensen · 14 years ago
  79. 4ac8aac Consolidate printing of block driver options by Jes Sorensen · 14 years ago
  80. 31ca34b img_convert(): Only try to free bs[] entries if bs is valid. by Jes Sorensen · 14 years ago
  81. 5bdf61f Use qemu_mallocz() instead of calloc() in img_convert() by Jes Sorensen · 14 years ago
  82. dc786bc Move qemu_gettimeofday() to OS specific files by Jes Sorensen · 14 years ago
  83. a18953f qemu-img: Fix qemu-img convert -obacking_file by Kevin Wolf · 14 years ago
  84. 51ef672 Copy snapshots out of QCOW2 disk by edison · 15 years ago
  85. 8b7968f Use GCC_FMT_ATTR (format checking) by Stefan Weil · 15 years ago
  86. 1bd8e17 qemu-img convert: Use cache=unsafe for output image by Kevin Wolf · 15 years ago
  87. cdbae85 qemu-img rebase: Open new backing file read-only by Kevin Wolf · 15 years ago
  88. e076f33 qemu-img check: Distinguish different kinds of errors by Kevin Wolf · 15 years ago
  89. c2abcce qemu-img: avoid calling exit(1) to release resources properly by MORITA Kazutaka · 15 years ago
  90. b50cbab add support for protocol driver create_options by MORITA Kazutaka · 15 years ago
  91. 0bfcd59 Fix %lld or %llx printf format use by Blue Swirl · 15 years ago
  92. cc60e32 qemu-img rebase: Fix output image corruption by Kevin Wolf · 15 years ago
  93. ae6b0ed qemu-img: Add 'resize' command to grow/shrink disk images by Stefan Hajnoczi · 15 years ago
  94. f2feebb block: bdrv_has_zero_init by Kevin Wolf · 15 years ago
  95. adfe078 qemu-img: Fix BRDV_O_FLAGS typo by Stefan Hajnoczi · 15 years ago
  96. f163d07 qemu-img: Eliminate bdrv_new_open() code duplication by Stefan Hajnoczi · 15 years ago
  97. d6e9098 Replace calls of old bdrv_open by Kevin Wolf · 15 years ago
  98. 3e7896d block: print errno on error by Juan Quintela · 15 years ago
  99. e53dbee qemu-img rebase: Add -f option by Kevin Wolf · 15 years ago
  100. 584771e qemu-img: Fix error message by Kevin Wolf · 15 years ago