1. 3e7896d block: print errno on error by Juan Quintela · 15 years ago
  2. e53dbee qemu-img rebase: Add -f option by Kevin Wolf · 15 years ago
  3. 584771e qemu-img: Fix error message by Kevin Wolf · 15 years ago
  4. 60b1bd4 qemu-img: Fix segfault during rebase by Kevin Wolf · 15 years ago
  5. d6771bf qemu-img: use the heap instead of the huge stack array for win32 by TeLeMan · 15 years ago
  6. 9bc378c qemu-img: Fix qemu-img can't create qcow image based on read-only image by Sheng Yang · 15 years ago
  7. e00291c qemu-img: avoid preprocessor directives in a printf call by Paolo Bonzini · 15 years ago
  8. 3f020d7 Revert "On some systems printf is a macro" by malc · 15 years ago
  9. bc5b600 On some systems printf is a macro by malc · 15 years ago
  10. 058fc8c Ask for read-write permissions when opening files by Naphtali Sprei · 15 years ago
  11. f5edb01 Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone (and so is BDRV_O_ACCESS). Default value for bdrv_flags (0/zero) is READ-ONLY. Need to explicitly request READ-WRITE. by Naphtali Sprei · 15 years ago
  12. 3e85c6f qemu-img rebase by Kevin Wolf · 15 years ago
  13. b783e40 block: Introduce BDRV_O_NO_BACKING by Kevin Wolf · 15 years ago
  14. 7078dea qemu-img: Fix memory leak by Kevin Wolf · 15 years ago
  15. 21eb3a2 Fix description of size parameter in qemu-img's help text by Pierre Riteau · 15 years ago
  16. 12c09b8 qemu-img: There is more than one host device driver by Kevin Wolf · 15 years ago
  17. 8063d0f Documentation: Don't mention old qemu-img options by Kevin Wolf · 15 years ago
  18. 9f56640 qemu-img: Allow creating zero sized images by Kevin Wolf · 15 years ago
  19. 80ee15a qcow2: Increase maximum cluster size to 2 MB by Kevin Wolf · 15 years ago
  20. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  21. 99a0949 Get rid of _t suffix by malc · 15 years ago
  22. d032044 qmu-img: fix qemu-img convert to generate a valid image when the source referenced a backing file by Akkarit Sangpetch · 15 years ago
  23. 153859b Use hxtool for qemu-img command list by Stuart Brady · 15 years ago
  24. eff4426 Document changes in qemu-img interface by Kevin Wolf · 15 years ago
  25. db08adf qemu-img: Print available options with -o ? by Kevin Wolf · 15 years ago
  26. efa84d4 Convert qemu-img convert to new bdrv_create by Kevin Wolf · 15 years ago
  27. 9ea2ea7 Convert qemu-img create to new bdrv_create by Kevin Wolf · 15 years ago
  28. 0e7e198 Convert all block drivers to new bdrv_create by Kevin Wolf · 15 years ago
  29. 5efa9d5 Convert block infrastructure to use new module init functionality by Anthony Liguori · 15 years ago
  30. 5561650 Include assert.h from qemu-common.h by Paul Brook · 15 years ago
  31. 1585969 Introduce qemu-img check subcommand (Kevin Wolf) by aliguori · 15 years ago
  32. 6e9ea0c block-vpc: Don't silently create smaller image than requested by aurel32 · 15 years ago
  33. 93c65b4 Add host_device support to qemu-img. (Nolan Leake) by aliguori · 16 years ago
  34. 9230eaf qemu-img: adding a "-F base_fmt" option to "qemu-img create -b" (Uri Lublin) by aliguori · 16 years ago
  35. fc19793 Revert r6408 by aliguori · 16 years ago
  36. 2fbc409 qemu-img: fix help message by aurel32 · 16 years ago
  37. 2450148 qemu-img: accept sizes with decimal values by aurel32 · 16 years ago
  38. 49dc768 Fix windows build and clean up use of <windows.h> by aliguori · 16 years ago
  39. 8f9b157 Make qemu-img argument handling POSIX compliant by aurel32 · 16 years ago
  40. a5e50b2 Replace noreturn with QEMU_NORETURN by malc · 16 years ago
  41. d2c639d Synch code, help and docs by blueswir1 · 16 years ago
  42. 4f94dc6 Fix format warnings by malc · 16 years ago
  43. 7e739a5 qemu-img: info: show highest_alloc and num_free_bytes if exist (Uri Lublin) by aliguori · 16 years ago
  44. 40a4539 qemu-img: Fix type of getopt return value (Kevin Wolf) by aliguori · 16 years ago
  45. 7d99a00 Add noreturn function attribute by blueswir1 · 16 years ago
  46. f7b4a94 snapshot subcommand for qemu-img (Kevin Wolf) by aliguori · 16 years ago
  47. 137519c qemu-img: open files with cache=writeback by aurel32 · 16 years ago
  48. a10ea30 Fix OpenBSD linker warnings in qemu-img by blueswir1 · 16 years ago
  49. e94f3a6 Revert 4977. Laurent asked for this not to be applied but I mistakenly applied by aliguori · 16 years ago
  50. 61fce45 qemu-img: set encrypted disk image password (Laurent Vivier) by aliguori · 16 years ago
  51. f58c7b3 New qemu-img convert -B option, by Marc Bevand. by ths · 16 years ago
  52. ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 16 years ago
  53. c0be16d Correct qemu-img usage hint (Andreas Färber). by balrog · 17 years ago
  54. 68d0f70 copyright update by bellard · 17 years ago
  55. 4fddf62 Use WIN32_LEAN_AND_MEAN, by Stefan Weil. by ths · 17 years ago
  56. 96b8f13 Fix bdrv_get_geometry to return uint64_t, by Andre Przywara. by ths · 17 years ago
  57. 3f379ab Cleanup qemu-img.c. by pbrook · 17 years ago
  58. faf0796 Split block API from vl.h. by pbrook · 17 years ago
  59. 926c2d2 Support multipart images as input to qemu-img (Salvador Fandino). by balrog · 17 years ago
  60. d8871c5 Fix typo, spotted by Edivaldo de Araujo Pereira. by ths · 17 years ago
  61. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  62. ec36ba1 vmdk compatibility level 6 images, by Soren Hansen. by ths · 17 years ago
  63. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  64. 0cfec83 Spelling fixes, by Aurelien Jarno. by ths · 17 years ago
  65. d34dda5 qemu-img: fix incorrect error message, by Stuart Brady. by ths · 18 years ago
  66. 84f2e8e copyright update by bellard · 18 years ago
  67. 18607dc added cutils.c by bellard · 18 years ago
  68. fef3074 Escape filname printout properly, by Anthony Liguori and Julian Seward. by ths · 18 years ago
  69. fb43f4d copyright update by bellard · 18 years ago
  70. faea38e multiple snapshot support by bellard · 18 years ago
  71. 93b6b2a show backing file name by bellard · 18 years ago
  72. ec3757d use C99 64 bit printf format to ease win32 porting by bellard · 18 years ago
  73. e844533 show real allocated disk image size on Windows (Frediano Ziglio) by bellard · 18 years ago
  74. f5a8510 copyright by bellard · 19 years ago
  75. de167e4 Virtual VFAT support (Johannes Schindelin) by bellard · 19 years ago
  76. b8076a7 ia64 host support (David Mosberger) by bellard · 20 years ago
  77. e388818 BSD getopt fix by bellard · 20 years ago
  78. 3c56521 cloop driver (Johannes Schindelin) by bellard · 20 years ago
  79. 75c2380 fixed image creation with base filename by bellard · 20 years ago
  80. 57d1a2b win32 port by bellard · 20 years ago
  81. ea2384d new disk image layer by bellard · 20 years ago