aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-img.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-07snapshot subcommand for qemu-img (Kevin Wolf)aliguori1-0/+121
2008-11-30qemu-img: open files with cache=writebackaurel321-3/+6
2008-08-24Fix OpenBSD linker warnings in qemu-imgblueswir11-1/+1
2008-08-01Revert 4977. Laurent asked for this not to be applied but I mistakenly appliedaliguori1-4/+1
2008-08-01qemu-img: set encrypted disk image password (Laurent Vivier)aliguori1-1/+4
2008-06-05New qemu-img convert -B option, by Marc Bevand.ths1-6/+41
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-35/+0
2008-02-10Correct qemu-img usage hint (Andreas Färber).balrog1-1/+1
2008-01-06copyright updatebellard1-2/+2
2007-12-17Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths1-0/+1
2007-12-17Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.ths1-4/+6
2007-11-11Cleanup qemu-img.c.pbrook1-16/+3
2007-11-11Split block API from vl.h.pbrook1-1/+1
2007-10-31Support multipart images as input to qemu-img (Salvador Fandino).balrog1-18/+82
2007-10-24Fix typo, spotted by Edivaldo de Araujo Pereira.ths1-3/+3
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-4/+4
2007-09-16vmdk compatibility level 6 images, by Soren Hansen.ths1-19/+30
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-22/+22
2007-06-23Spelling fixes, by Aurelien Jarno.ths1-1/+1
2007-02-10qemu-img: fix incorrect error message, by Stuart Brady.ths1-1/+1
2007-02-05copyright updatebellard1-2/+2
2007-01-07added cutils.cbellard1-43/+0
2006-12-22Escape filname printout properly, by Anthony Liguori and Julian Seward.ths1-0/+5
2006-08-07copyright updatebellard1-3/+3
2006-08-05multiple snapshot supportbellard1-35/+36
2006-08-01show backing file namebellard1-0/+9
2006-06-14use C99 64 bit printf format to ease win32 portingbellard1-8/+9
2006-06-14show real allocated disk image size on Windows (Frediano Ziglio)bellard1-0/+16
2005-07-24copyrightbellard1-1/+1
2005-04-28Virtual VFAT support (Johannes Schindelin)bellard1-3/+4
2005-04-07ia64 host support (David Mosberger)bellard1-4/+4
2004-10-09BSD getopt fixbellard1-4/+1
2004-09-29cloop driver (Johannes Schindelin)bellard1-2/+2
2004-08-27fixed image creation with base filenamebellard1-35/+41
2004-08-03win32 portbellard1-8/+26
2004-08-01new disk image layerbellard1-0/+677