]> git.proxmox.com Git - qemu.git/history - qemu-img.c
vnc: rename vnc-encoding-* vnc-enc-*
[qemu.git] / qemu-img.c
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Kevin Wolfqemu-img check: Distinguish different kinds of errors
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-02 MORITA Kazutakaqemu-img: avoid calling exit(1) to release resources...
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-28 MORITA Kazutakaadd support for protocol driver create_options
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-24 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-22 Blue SwirlFix %lld or %llx printf format use
2010-05-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into HEAD
2010-05-03 Kevin Wolfqemu-img rebase: Fix output image corruption
2010-05-03 Stefan Hajnocziqemu-img: Add 'resize' command to grow/shrink disk...
2010-05-03 Kevin Wolfblock: bdrv_has_zero_init
2010-04-23 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-04-23 Stefan Hajnocziqemu-img: Fix BRDV_O_FLAGS typo
2010-04-23 Stefan Hajnocziqemu-img: Eliminate bdrv_new_open() code duplication
2010-04-23 Kevin WolfReplace calls of old bdrv_open
2010-03-09 Juan Quintelablock: print errno on error
2010-03-09 Kevin Wolfqemu-img rebase: Add -f option
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-19 Kevin Wolfqemu-img: Fix error message
2010-02-19 Kevin Wolfqemu-img: Fix segfault during rebase
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 TeLeManqemu-img: use the heap instead of the huge stack array...
2010-02-10 Sheng Yangqemu-img: Fix qemu-img can't create qcow image based...
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-08 Paolo Bonziniqemu-img: avoid preprocessor directives in a printf...
2010-02-08 malcRevert "On some systems printf is a macro"
2010-02-06 malcOn some systems printf is a macro
2010-01-26 Naphtali SpreiAsk for read-write permissions when opening files
2010-01-20 Naphtali SpreiClean-up a little bit the RW related bits of BDRV_O_FLA...
2010-01-13 Kevin Wolfqemu-img rebase
2010-01-13 Kevin Wolfblock: Introduce BDRV_O_NO_BACKING
2009-12-03 Kevin Wolfqemu-img: Fix memory leak
2009-12-03 Pierre RiteauFix description of size parameter in qemu-img's help...
2009-12-03 Kevin Wolfqemu-img: There is more than one host device driver
2009-11-09 Kevin WolfDocumentation: Don't mention old qemu-img options
2009-11-09 Kevin Wolfqemu-img: Allow creating zero sized images
2009-10-05 Kevin Wolfqcow2: Increase maximum cluster size to 2 MB
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-07-22 Akkarit Sangpetchqmu-img: fix qemu-img convert to generate a valid image...
2009-06-07 Stuart BradyUse hxtool for qemu-img command list
2009-06-06 Kevin WolfDocument changes in qemu-img interface
2009-06-06 Kevin Wolfqemu-img: Print available options with -o ?
2009-05-22 Kevin WolfConvert qemu-img convert to new bdrv_create
2009-05-22 Kevin WolfConvert qemu-img create to new bdrv_create
2009-05-22 Kevin WolfConvert all block drivers to new bdrv_create
2009-05-14 Anthony LiguoriConvert block infrastructure to use new module init...
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-04-21 aliguoriIntroduce qemu-img check subcommand (Kevin Wolf)
2009-04-15 aurel32block-vpc: Don't silently create smaller image than...
2009-04-05 aliguoriAdd host_device support to qemu-img. (Nolan Leake)
2009-03-28 aliguoriqemu-img: adding a "-F base_fmt" option to "qemu-img...
2009-03-11 aliguoriRevert r6408
2009-03-08 aurel32qemu-img: fix help message
2009-03-08 aurel32qemu-img: accept sizes with decimal values
2009-03-08 aliguoriFix windows build and clean up use of <windows.h>
2009-02-09 aurel32Make qemu-img argument handling POSIX compliant
2009-02-01 malcReplace noreturn with QEMU_NORETURN
2009-01-24 blueswir1Synch code, help and docs
2009-01-24 malcFix format warnings
2009-01-22 aliguoriqemu-img: info: show highest_alloc and num_free_bytes...
2009-01-15 aliguoriqemu-img: Fix type of getopt return value (Kevin Wolf)
2009-01-14 blueswir1Add noreturn function attribute
2009-01-07 aliguorisnapshot subcommand for qemu-img (Kevin Wolf)
2008-11-30 aurel32qemu-img: open files with cache=writeback
2008-08-24 blueswir1Fix OpenBSD linker warnings in qemu-img
2008-08-01 aliguoriRevert 4977. Laurent asked for this not to be applied...
2008-08-01 aliguoriqemu-img: set encrypted disk image password (Laurent...
2008-06-05 thsNew qemu-img convert -B option, by Marc Bevand.
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-02-10 balrogCorrect qemu-img usage hint (Andreas Färber).
2008-01-06 bellardcopyright update
2007-12-17 thsUse WIN32_LEAN_AND_MEAN, by Stefan Weil.
2007-12-17 thsFix bdrv_get_geometry to return uint64_t, by Andre...
2007-11-11 pbrookCleanup qemu-img.c.
2007-11-11 pbrookSplit block API from vl.h.
2007-10-31 balrogSupport multipart images as input to qemu-img (Salvador...
2007-10-24 thsFix typo, spotted by Edivaldo de Araujo Pereira.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsvmdk compatibility level 6 images, by Soren Hansen.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-06-23 thsSpelling fixes, by Aurelien Jarno.
2007-02-10 thsqemu-img: fix incorrect error message, by Stuart Brady.
2007-02-05 bellardcopyright update
2007-01-07 bellardadded cutils.c
2006-12-22 thsEscape filname printout properly, by Anthony Liguori...
2006-08-07 bellardcopyright update
2006-08-05 bellardmultiple snapshot support
2006-08-01 bellardshow backing file name
2006-06-14 bellarduse C99 64 bit printf format to ease win32 porting
2006-06-14 bellardshow real allocated disk image size on Windows (Fredian...
2005-07-24 bellardcopyright
2005-04-28 bellardVirtual VFAT support (Johannes Schindelin)
2005-04-07 bellardia64 host support (David Mosberger)
2004-10-09 bellardBSD getopt fix
2004-09-29 bellardcloop driver (Johannes Schindelin)
next