| Commit message (Expand) | Author | Age | Files | Lines |
* | block: add BLOCK_O_CHECK for qemu-img check | Stefan Hajnoczi | 2012-08-10 | 1 | -1/+1 |
* | qemu-img: use QemuOpts instead of QEMUOptionParameter in resize function | Dong Xu Wang | 2012-08-06 | 1 | -11/+17 |
* | Support 'help' as a synonym for '?' in command line options | Peter Maydell | 2012-08-02 | 1 | -2/+2 |
* | block: Replace bdrv_get_format() by bdrv_get_format_name() | Markus Armbruster | 2012-06-15 | 1 | -3/+2 |
* | qemu-img check: Print fixed clusters and recheck | Kevin Wolf | 2012-06-15 | 1 | -0/+10 |
* | qemu-img check -r for repairing images | Kevin Wolf | 2012-06-15 | 1 | -3/+22 |
* | qemu-img: Fix segmentation fault | Charles Arnold | 2012-05-14 | 1 | -1/+3 |
* | qemu-img: make "info" backing file output correct and easier to use | Paolo Bonzini | 2012-05-10 | 1 | -5/+7 |
* | qemu-img: let 'qemu-img convert' flush data | Liu Yuan | 2012-04-20 | 1 | -2/+2 |
* | qemu-img: add dirty flag status | Dong Xu Wang | 2012-04-05 | 1 | -0/+3 |
* | qemu-img: add image fragmentation statistics | Dong Xu Wang | 2012-04-05 | 1 | -1/+8 |
* | qcow2: Add error messages in qcow2_truncate | Kevin Wolf | 2012-03-12 | 1 | -1/+1 |
* | qemu-img: fix segment fault when the image format is qed | Zhi Yong Wu | 2012-02-29 | 1 | -0/+2 |
* | cutils: extract buffer_is_zero() from qemu-img.c | Stefan Hajnoczi | 2012-02-09 | 1 | -39/+7 |
* | qemu-img rebase: Fix for undersized backing files | Kevin Wolf | 2011-12-15 | 1 | -9/+33 |
* | qemu-img: Tighten parsing of size arguments | Markus Armbruster | 2011-11-28 | 1 | -4/+6 |
* | qemu-img: Don't allow preallocation and compression at the same time | Kevin Wolf | 2011-10-21 | 1 | -0/+11 |
* | qemu-img: Require larger zero areas for sparse handling | Kevin Wolf | 2011-08-29 | 1 | -2/+59 |
* | qemu-img: print error codes when convert fails | Stefan Hajnoczi | 2011-08-23 | 1 | -5/+8 |
* | qemu-img: Use qemu_blockalign | Kevin Wolf | 2011-08-23 | 1 | -6/+6 |
* | block: add cache=directsync parameter to -drive | Stefan Hajnoczi | 2011-08-23 | 1 | -1/+2 |
* | block: parse cache mode flags in a single place | Stefan Hajnoczi | 2011-08-23 | 1 | -24/+3 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-20 | 1 | -9/+9 |
* | block: add bdrv_get_allocated_file_size() operation | Fam Zheng | 2011-07-19 | 1 | -30/+1 |
* | qemu-img: Add cache command line option | Federico Simoncelli | 2011-07-05 | 1 | -13/+67 |
* | qemu-img: Don't prepend qemu-img to error messages twice. | Markus Armbruster | 2011-06-24 | 1 | -4/+4 |
* | Strip trailing '\n' from error_report()'s first argument | Markus Armbruster | 2011-06-24 | 1 | -2/+2 |
* | qemu_img: is_not_zero() optimization | Dmitry Konishchev | 2011-05-18 | 1 | -3/+26 |
* | qemu-img.c: Remove superfluous parenthesis | Jes Sorensen | 2011-05-18 | 1 | -3/+3 |
* | qemu-img resize: Fix option parsing | Kevin Wolf | 2011-05-03 | 1 | -2/+11 |
* | qemu-img: allow rebase to a NULL backing file when unsafe | Anthony Liguori | 2011-04-27 | 1 | -1/+1 |
* | qemu-img rebase: Fix segfault if backing file can't be opened | Kevin Wolf | 2011-04-07 | 1 | -2/+6 |
* | qemu-img: Initial progress printing support | Jes Sorensen | 2011-04-07 | 1 | -2/+36 |
* | qemu-img: Improve error messages for failed bdrv_open | Kevin Wolf | 2011-02-10 | 1 | -3/+7 |
* | Make strtosz() return int64_t instead of ssize_t | Jes Sorensen | 2011-01-24 | 1 | -1/+1 |
* | qemu-img snapshot: Use writeback caching | Kevin Wolf | 2011-01-24 | 1 | -1/+1 |
* | Remove NULL checks for bdrv_new return value | Kevin Wolf | 2010-12-17 | 1 | -4/+1 |
* | qemu.img.c: Use error_report() instead of own error() implementation | Jes Sorensen | 2010-12-17 | 1 | -65/+62 |
* | qemu-img.c: Re-factor img_create() | Jes Sorensen | 2010-12-17 | 1 | -106/+2 |
* | qemu-img: Call error_set_progname | Kevin Wolf | 2010-12-17 | 1 | -0/+3 |
* | qemu-img.c: Clean up handling of image size in img_create() | Jes Sorensen | 2010-12-17 | 1 | -6/+17 |
* | qemu-img: Fail creation if backing format is invalid | Stefan Hajnoczi | 2010-12-14 | 1 | -10/+12 |
* | qemu-img: Free option parameter lists in img_create() | Stefan Hajnoczi | 2010-12-14 | 1 | -2/+2 |
* | qemu-img: Deprecate obsolete -6 and -e options | Jes Sorensen | 2010-12-14 | 1 | -31/+22 |
* | Make error handling more consistent in img_create() and img_resize() | Jes Sorensen | 2010-12-14 | 1 | -6/+12 |
* | Fail if detecting an unknown option | Jes Sorensen | 2010-12-14 | 1 | -0/+8 |
* | Fix formatting and missing braces in qemu-img.c | Jes Sorensen | 2010-12-14 | 1 | -26/+51 |
* | Consolidate printing of block driver options | Jes Sorensen | 2010-12-14 | 1 | -9/+37 |
* | img_convert(): Only try to free bs[] entries if bs is valid. | Jes Sorensen | 2010-12-14 | 1 | -5/+8 |
* | Use qemu_mallocz() instead of calloc() in img_convert() | Jes Sorensen | 2010-12-14 | 1 | -6/+2 |