Age | Commit message (Expand) | Author |
2012-12-11 | use qemu_opts_create_nofail | Dong Xu Wang |
2012-12-11 | qemu-img: img_create(): drop unneeded goto and ret variable | Luiz Capitulino |
2012-12-11 | qemu-img: img_create(): pass Error object to bdrv_img_create() | Luiz Capitulino |
2012-12-11 | block: bdrv_img_create(): add Error ** argument | Luiz Capitulino |
2012-11-06 | tools: initialize main loop before block layer | Paolo Bonzini |
2012-10-24 | qemu-img: Add --backing-chain option to info command | Stefan Hajnoczi |
2012-10-24 | qemu-img rebase: use empty string to rebase without backing file | Alex Bligh |
2012-10-24 | qemu-img: Fix division by zero for zero size images | Kevin Wolf |
2012-09-17 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2012-09-14 | Spelling fixes in comments and documentation | Stefan Weil |
2012-09-12 | Don't require encryption password for 'qemu-img info' command | Daniel P. Berrange |
2012-09-12 | qemu-img: Add json output option to the info command. | BenoƮt Canet |
2012-08-10 | block: add BLOCK_O_CHECK for qemu-img check | Stefan Hajnoczi |
2012-08-06 | qemu-img: use QemuOpts instead of QEMUOptionParameter in resize function | Dong Xu Wang |
2012-08-02 | Support 'help' as a synonym for '?' in command line options | Peter Maydell |
2012-06-15 | block: Replace bdrv_get_format() by bdrv_get_format_name() | Markus Armbruster |
2012-06-15 | qemu-img check: Print fixed clusters and recheck | Kevin Wolf |
2012-06-15 | qemu-img check -r for repairing images | Kevin Wolf |
2012-05-14 | qemu-img: Fix segmentation fault | Charles Arnold |
2012-05-10 | qemu-img: make "info" backing file output correct and easier to use | Paolo Bonzini |
2012-04-20 | qemu-img: let 'qemu-img convert' flush data | Liu Yuan |
2012-04-05 | qemu-img: add dirty flag status | Dong Xu Wang |
2012-04-05 | qemu-img: add image fragmentation statistics | Dong Xu Wang |
2012-03-12 | qcow2: Add error messages in qcow2_truncate | Kevin Wolf |
2012-02-29 | qemu-img: fix segment fault when the image format is qed | Zhi Yong Wu |
2012-02-09 | cutils: extract buffer_is_zero() from qemu-img.c | Stefan Hajnoczi |
2011-12-15 | qemu-img rebase: Fix for undersized backing files | Kevin Wolf |
2011-11-28 | qemu-img: Tighten parsing of size arguments | Markus Armbruster |
2011-10-21 | qemu-img: Don't allow preallocation and compression at the same time | Kevin Wolf |
2011-08-29 | qemu-img: Require larger zero areas for sparse handling | Kevin Wolf |
2011-08-23 | qemu-img: print error codes when convert fails | Stefan Hajnoczi |
2011-08-23 | qemu-img: Use qemu_blockalign | Kevin Wolf |
2011-08-23 | block: add cache=directsync parameter to -drive | Stefan Hajnoczi |
2011-08-23 | block: parse cache mode flags in a single place | Stefan Hajnoczi |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-07-19 | block: add bdrv_get_allocated_file_size() operation | Fam Zheng |
2011-07-05 | qemu-img: Add cache command line option | Federico Simoncelli |
2011-06-24 | qemu-img: Don't prepend qemu-img to error messages twice. | Markus Armbruster |
2011-06-24 | Strip trailing '\n' from error_report()'s first argument | Markus Armbruster |
2011-05-18 | qemu_img: is_not_zero() optimization | Dmitry Konishchev |
2011-05-18 | qemu-img.c: Remove superfluous parenthesis | Jes Sorensen |
2011-05-03 | qemu-img resize: Fix option parsing | Kevin Wolf |
2011-04-27 | qemu-img: allow rebase to a NULL backing file when unsafe | Anthony Liguori |
2011-04-07 | qemu-img rebase: Fix segfault if backing file can't be opened | Kevin Wolf |
2011-04-07 | qemu-img: Initial progress printing support | Jes Sorensen |
2011-02-10 | qemu-img: Improve error messages for failed bdrv_open | Kevin Wolf |
2011-01-24 | Make strtosz() return int64_t instead of ssize_t | Jes Sorensen |
2011-01-24 | qemu-img snapshot: Use writeback caching | Kevin Wolf |
2010-12-17 | Remove NULL checks for bdrv_new return value | Kevin Wolf |
2010-12-17 | qemu.img.c: Use error_report() instead of own error() implementation | Jes Sorensen |