aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-img.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-30Move qemu_gettimeofday() to OS specific filesJes Sorensen1-0/+1
2010-10-22qemu-img: Fix qemu-img convert -obacking_fileKevin Wolf1-0/+7
2010-10-22Copy snapshots out of QCOW2 diskedison1-1/+18
2010-10-03Use GCC_FMT_ATTR (format checking)Stefan Weil1-1/+1
2010-09-08qemu-img convert: Use cache=unsafe for output imageKevin Wolf1-1/+2
2010-08-30qemu-img rebase: Open new backing file read-onlyKevin Wolf1-1/+1
2010-07-06qemu-img check: Distinguish different kinds of errorsKevin Wolf1-15/+48
2010-07-02qemu-img: avoid calling exit(1) to release resources properlyMORITA Kazutaka1-52/+185
2010-05-28add support for protocol driver create_optionsMORITA Kazutaka1-15/+34
2010-05-22Fix %lld or %llx printf format useBlue Swirl1-5/+5
2010-05-03qemu-img rebase: Fix output image corruptionKevin Wolf1-3/+3
2010-05-03qemu-img: Add 'resize' command to grow/shrink disk imagesStefan Hajnoczi1-0/+92
2010-05-03block: bdrv_has_zero_initKevin Wolf1-2/+4
2010-04-23qemu-img: Fix BRDV_O_FLAGS typoStefan Hajnoczi1-10/+10
2010-04-23qemu-img: Eliminate bdrv_new_open() code duplicationStefan Hajnoczi1-73/+10
2010-04-23Replace calls of old bdrv_openKevin Wolf1-8/+8
2010-03-09block: print errno on errorJuan Quintela1-2/+2
2010-03-09qemu-img rebase: Add -f optionKevin Wolf1-4/+16
2010-02-19qemu-img: Fix error messageKevin Wolf1-1/+1
2010-02-19qemu-img: Fix segfault during rebaseKevin Wolf1-1/+1
2010-02-10qemu-img: use the heap instead of the huge stack array for win32TeLeMan1-3/+11
2010-02-10qemu-img: Fix qemu-img can't create qcow image based on read-only imageSheng Yang1-5/+10
2010-02-08qemu-img: avoid preprocessor directives in a printf callPaolo Bonzini1-4/+5
2010-02-08Revert "On some systems printf is a macro"malc1-30/+30
2010-02-07On some systems printf is a macromalc1-30/+30
2010-01-26Ask for read-write permissions when opening filesNaphtali Sprei1-2/+2
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei1-4/+6
2010-01-13qemu-img rebaseKevin Wolf1-0/+225
2010-01-13block: Introduce BDRV_O_NO_BACKINGKevin Wolf1-1/+1
2009-12-03qemu-img: Fix memory leakKevin Wolf1-0/+1
2009-12-03Fix description of size parameter in qemu-img's help textPierre Riteau1-3/+3
2009-12-03qemu-img: There is more than one host device driverKevin Wolf1-2/+2
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