Age | Commit message (Expand) | Author |
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 |
2010-12-17 | qemu-img.c: Re-factor img_create() | Jes Sorensen |
2010-12-17 | qemu-img: Call error_set_progname | Kevin Wolf |
2010-12-17 | qemu-img.c: Clean up handling of image size in img_create() | Jes Sorensen |
2010-12-14 | qemu-img: Fail creation if backing format is invalid | Stefan Hajnoczi |
2010-12-14 | qemu-img: Free option parameter lists in img_create() | Stefan Hajnoczi |
2010-12-14 | qemu-img: Deprecate obsolete -6 and -e options | Jes Sorensen |
2010-12-14 | Make error handling more consistent in img_create() and img_resize() | Jes Sorensen |
2010-12-14 | Fail if detecting an unknown option | Jes Sorensen |
2010-12-14 | Fix formatting and missing braces in qemu-img.c | Jes Sorensen |
2010-12-14 | Consolidate printing of block driver options | Jes Sorensen |
2010-12-14 | img_convert(): Only try to free bs[] entries if bs is valid. | Jes Sorensen |
2010-12-14 | Use qemu_mallocz() instead of calloc() in img_convert() | Jes Sorensen |
2010-10-30 | Move qemu_gettimeofday() to OS specific files | Jes Sorensen |
2010-10-22 | qemu-img: Fix qemu-img convert -obacking_file | Kevin Wolf |
2010-10-22 | Copy snapshots out of QCOW2 disk | edison |
2010-10-03 | Use GCC_FMT_ATTR (format checking) | Stefan Weil |
2010-09-08 | qemu-img convert: Use cache=unsafe for output image | Kevin Wolf |
2010-08-30 | qemu-img rebase: Open new backing file read-only | Kevin Wolf |
2010-07-06 | qemu-img check: Distinguish different kinds of errors | Kevin Wolf |
2010-07-02 | qemu-img: avoid calling exit(1) to release resources properly | MORITA Kazutaka |
2010-05-28 | add support for protocol driver create_options | MORITA Kazutaka |
2010-05-22 | Fix %lld or %llx printf format use | Blue Swirl |
2010-05-03 | qemu-img rebase: Fix output image corruption | Kevin Wolf |
2010-05-03 | qemu-img: Add 'resize' command to grow/shrink disk images | Stefan Hajnoczi |
2010-05-03 | block: bdrv_has_zero_init | Kevin Wolf |