]> git.proxmox.com Git - qemu.git/history - qemu-img.c
ahci: Fix cpu_physical_memory_unmap() argument ordering
[qemu.git] / qemu-img.c
2011-01-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-01-24 Jes SorensenMake strtosz() return int64_t instead of ssize_t
2011-01-24 Kevin Wolfqemu-img snapshot: Use writeback caching
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Kevin WolfRemove NULL checks for bdrv_new return value
2010-12-17 Jes Sorensenqemu.img.c: Use error_report() instead of own error...
2010-12-17 Jes Sorensenqemu-img.c: Re-factor img_create()
2010-12-17 Kevin Wolfqemu-img: Call error_set_progname
2010-12-17 Jes Sorensenqemu-img.c: Clean up handling of image size in img_create()
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-12-14 Stefan Hajnocziqemu-img: Fail creation if backing format is invalid
2010-12-14 Stefan Hajnocziqemu-img: Free option parameter lists in img_create()
2010-12-14 Jes Sorensenqemu-img: Deprecate obsolete -6 and -e options
2010-12-14 Jes SorensenMake error handling more consistent in img_create(...
2010-12-14 Jes SorensenFail if detecting an unknown option
2010-12-14 Jes SorensenFix formatting and missing braces in qemu-img.c
2010-12-14 Jes SorensenConsolidate printing of block driver options
2010-12-14 Jes Sorensenimg_convert(): Only try to free bs[] entries if bs...
2010-12-14 Jes SorensenUse qemu_mallocz() instead of calloc() in img_convert()
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-30 Jes SorensenMove qemu_gettimeofday() to OS specific files
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-26 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-10-26 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-10-22 Kevin Wolfqemu-img: Fix qemu-img convert -obacking_file
2010-10-22 edisonCopy snapshots out of QCOW2 disk
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-10-05 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-10-03 Stefan WeilUse GCC_FMT_ATTR (format checking)
2010-09-08 Anthony LiguoriMerge remote branch 'agraf/ppc-next' into staging
2010-09-08 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-08 Kevin Wolfqemu-img convert: Use cache=unsafe for output image
2010-08-30 Kevin Wolfqemu-img rebase: Open new backing file read-only
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...
next