aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use hxtool for qemu-img command listStuart Brady2009-06-071-28/+39
* Document changes in qemu-img interfaceKevin Wolf2009-06-061-4/+5
* qemu-img: Print available options with -o ?Kevin Wolf2009-06-061-3/+15
* Convert qemu-img convert to new bdrv_createKevin Wolf2009-05-221-32/+65
* Convert qemu-img create to new bdrv_createKevin Wolf2009-05-221-46/+87
* Convert all block drivers to new bdrv_createKevin Wolf2009-05-221-1/+1
* Convert block infrastructure to use new module init functionalityAnthony Liguori2009-05-141-5/+5
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0
* Introduce qemu-img check subcommand (Kevin Wolf)aliguori2009-04-211-0/+62
* block-vpc: Don't silently create smaller image than requestedaurel322009-04-151-0/+4
* Add host_device support to qemu-img. (Nolan Leake)aliguori2009-04-051-15/+19
* qemu-img: adding a "-F base_fmt" option to "qemu-img create -b" (Uri Lublin)aliguori2009-03-281-4/+20
* Revert r6408aliguori2009-03-111-4/+0
* qemu-img: fix help messageaurel322009-03-081-2/+2
* qemu-img: accept sizes with decimal valuesaurel322009-03-081-4/+5
* Fix windows build and clean up use of <windows.h>aliguori2009-03-081-1/+0
* Make qemu-img argument handling POSIX compliantaurel322009-02-091-1/+1
* Replace noreturn with QEMU_NORETURNmalc2009-02-011-1/+1
* Synch code, help and docsblueswir12009-01-241-10/+13
* Fix format warningsmalc2009-01-241-2/+2
* qemu-img: info: show highest_alloc and num_free_bytes if exist (Uri Lublin)aliguori2009-01-221-0/+4
* qemu-img: Fix type of getopt return value (Kevin Wolf)aliguori2009-01-151-2/+1
* Add noreturn function attributeblueswir12009-01-141-1/+1
* snapshot subcommand for qemu-img (Kevin Wolf)aliguori2009-01-071-0/+121
* qemu-img: open files with cache=writebackaurel322008-11-301-3/+6
* Fix OpenBSD linker warnings in qemu-imgblueswir12008-08-241-1/+1
* Revert 4977. Laurent asked for this not to be applied but I mistakenly appliedaliguori2008-08-011-4/+1
* qemu-img: set encrypted disk image password (Laurent Vivier)aliguori2008-08-011-1/+4
* New qemu-img convert -B option, by Marc Bevand.ths2008-06-051-6/+41
* Remove osdep.c/qemu-img code duplicationaurel322008-04-111-35/+0
* Correct qemu-img usage hint (Andreas Färber).balrog2008-02-101-1/+1
* copyright updatebellard2008-01-061-2/+2
* Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths2007-12-171-0/+1
* Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.ths2007-12-171-4/+6
* Cleanup qemu-img.c.pbrook2007-11-111-16/+3
* Split block API from vl.h.pbrook2007-11-111-1/+1
* Support multipart images as input to qemu-img (Salvador Fandino).balrog2007-10-311-18/+82
* Fix typo, spotted by Edivaldo de Araujo Pereira.ths2007-10-241-3/+3
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-4/+4
* vmdk compatibility level 6 images, by Soren Hansen.ths2007-09-161-19/+30
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-22/+22
* Spelling fixes, by Aurelien Jarno.ths2007-06-231-1/+1
* qemu-img: fix incorrect error message, by Stuart Brady.ths2007-02-101-1/+1
* copyright updatebellard2007-02-051-2/+2
* added cutils.cbellard2007-01-071-43/+0
* Escape filname printout properly, by Anthony Liguori and Julian Seward.ths2006-12-221-0/+5
* copyright updatebellard2006-08-071-3/+3
* multiple snapshot supportbellard2006-08-051-35/+36
* show backing file namebellard2006-08-011-0/+9
* use C99 64 bit printf format to ease win32 portingbellard2006-06-141-8/+9