aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-img.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-09Documentation: Don't mention old qemu-img optionsKevin Wolf1-6/+0
2009-11-09qemu-img: Allow creating zero sized imagesKevin Wolf1-3/+6
2009-10-05qcow2: Increase maximum cluster size to 2 MBKevin Wolf1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-4/+4
2009-10-01Get rid of _t suffixmalc1-4/+4
2009-07-22qmu-img: fix qemu-img convert to generate a valid image when the source refer...Akkarit Sangpetch1-7/+13
2009-06-07Use hxtool for qemu-img command listStuart Brady1-28/+39
2009-06-06Document changes in qemu-img interfaceKevin Wolf1-4/+5
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf1-3/+15
2009-05-22Convert qemu-img convert to new bdrv_createKevin Wolf1-32/+65
2009-05-22Convert qemu-img create to new bdrv_createKevin Wolf1-46/+87
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf1-1/+1
2009-05-14Convert block infrastructure to use new module init functionalityAnthony Liguori1-5/+5
2009-05-13Include assert.h from qemu-common.hPaul Brook1-1/+0
2009-04-21Introduce qemu-img check subcommand (Kevin Wolf)aliguori1-0/+62
2009-04-15block-vpc: Don't silently create smaller image than requestedaurel321-0/+4
2009-04-05Add host_device support to qemu-img. (Nolan Leake)aliguori1-15/+19
2009-03-28qemu-img: adding a "-F base_fmt" option to "qemu-img create -b" (Uri Lublin)aliguori1-4/+20
2009-03-11Revert r6408aliguori1-4/+0
2009-03-08qemu-img: fix help messageaurel321-2/+2
2009-03-08qemu-img: accept sizes with decimal valuesaurel321-4/+5
2009-03-08Fix windows build and clean up use of <windows.h>aliguori1-1/+0
2009-02-09Make qemu-img argument handling POSIX compliantaurel321-1/+1
2009-02-01Replace noreturn with QEMU_NORETURNmalc1-1/+1
2009-01-24Synch code, help and docsblueswir11-10/+13
2009-01-24Fix format warningsmalc1-2/+2
2009-01-22qemu-img: info: show highest_alloc and num_free_bytes if exist (Uri Lublin)aliguori1-0/+4
2009-01-15qemu-img: Fix type of getopt return value (Kevin Wolf)aliguori1-2/+1
2009-01-14Add noreturn function attributeblueswir11-1/+1
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