summaryrefslogtreecommitdiffstats
path: root/qemu-img.c
Commit message (Expand)AuthorAgeFilesLines
* add support for protocol driver create_optionsMORITA Kazutaka2010-05-281-15/+34
* Fix %lld or %llx printf format useBlue Swirl2010-05-221-5/+5
* qemu-img rebase: Fix output image corruptionKevin Wolf2010-05-031-3/+3
* qemu-img: Add 'resize' command to grow/shrink disk imagesStefan Hajnoczi2010-05-031-0/+92
* block: bdrv_has_zero_initKevin Wolf2010-05-031-2/+4
* qemu-img: Fix BRDV_O_FLAGS typoStefan Hajnoczi2010-04-231-10/+10
* qemu-img: Eliminate bdrv_new_open() code duplicationStefan Hajnoczi2010-04-231-73/+10
* Replace calls of old bdrv_openKevin Wolf2010-04-231-8/+8
* block: print errno on errorJuan Quintela2010-03-091-2/+2
* qemu-img rebase: Add -f optionKevin Wolf2010-03-091-4/+16
* qemu-img: Fix error messageKevin Wolf2010-02-191-1/+1
* qemu-img: Fix segfault during rebaseKevin Wolf2010-02-191-1/+1
* qemu-img: use the heap instead of the huge stack array for win32TeLeMan2010-02-101-3/+11
* qemu-img: Fix qemu-img can't create qcow image based on read-only imageSheng Yang2010-02-101-5/+10
* qemu-img: avoid preprocessor directives in a printf callPaolo Bonzini2010-02-081-4/+5
* Revert "On some systems printf is a macro"malc2010-02-081-30/+30
* On some systems printf is a macromalc2010-02-071-30/+30
* Ask for read-write permissions when opening filesNaphtali Sprei2010-01-261-2/+2
* Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei2010-01-201-4/+6
* qemu-img rebaseKevin Wolf2010-01-131-0/+225
* block: Introduce BDRV_O_NO_BACKINGKevin Wolf2010-01-131-1/+1
* qemu-img: Fix memory leakKevin Wolf2009-12-031-0/+1
* Fix description of size parameter in qemu-img's help textPierre Riteau2009-12-031-3/+3
* qemu-img: There is more than one host device driverKevin Wolf2009-12-031-2/+2
* Documentation: Don't mention old qemu-img optionsKevin Wolf2009-11-091-6/+0
* qemu-img: Allow creating zero sized imagesKevin Wolf2009-11-091-3/+6
* qcow2: Increase maximum cluster size to 2 MBKevin Wolf2009-10-051-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-4/+4
* Get rid of _t suffixmalc2009-10-011-4/+4
* qmu-img: fix qemu-img convert to generate a valid image when the source refer...Akkarit Sangpetch2009-07-221-7/+13
* 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
OpenPOWER on IntegriCloud