index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-img.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-02
qemu-img: report size overflow error message
liguang
1
-3
/
+7
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-3
/
+3
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
1
-1
/
+1
2012-12-11
use qemu_opts_create_nofail
Dong Xu Wang
1
-1
/
+1
2012-12-11
qemu-img: img_create(): drop unneeded goto and ret variable
Luiz Capitulino
1
-10
/
+4
2012-12-11
qemu-img: img_create(): pass Error object to bdrv_img_create()
Luiz Capitulino
1
-2
/
+9
2012-12-11
block: bdrv_img_create(): add Error ** argument
Luiz Capitulino
1
-1
/
+1
2012-11-06
tools: initialize main loop before block layer
Paolo Bonzini
1
-2
/
+1
2012-10-24
qemu-img: Add --backing-chain option to info command
Stefan Hajnoczi
1
-14
/
+153
2012-10-24
qemu-img rebase: use empty string to rebase without backing file
Alex Bligh
1
-10
/
+19
2012-10-24
qemu-img: Fix division by zero for zero size images
Kevin Wolf
1
-8
/
+15
2012-09-17
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-54
/
+203
2012-09-14
Spelling fixes in comments and documentation
Stefan Weil
1
-1
/
+1
2012-09-12
Don't require encryption password for 'qemu-img info' command
Daniel P. Berrange
1
-10
/
+11
2012-09-12
qemu-img: Add json output option to the info command.
BenoƮt Canet
1
-44
/
+192
2012-08-10
block: add BLOCK_O_CHECK for qemu-img check
Stefan Hajnoczi
1
-1
/
+1
2012-08-06
qemu-img: use QemuOpts instead of QEMUOptionParameter in resize function
Dong Xu Wang
1
-11
/
+17
2012-08-02
Support 'help' as a synonym for '?' in command line options
Peter Maydell
1
-2
/
+2
2012-06-15
block: Replace bdrv_get_format() by bdrv_get_format_name()
Markus Armbruster
1
-3
/
+2
2012-06-15
qemu-img check: Print fixed clusters and recheck
Kevin Wolf
1
-0
/
+10
2012-06-15
qemu-img check -r for repairing images
Kevin Wolf
1
-3
/
+22
2012-05-14
qemu-img: Fix segmentation fault
Charles Arnold
1
-1
/
+3
2012-05-10
qemu-img: make "info" backing file output correct and easier to use
Paolo Bonzini
1
-5
/
+7
2012-04-20
qemu-img: let 'qemu-img convert' flush data
Liu Yuan
1
-2
/
+2
2012-04-05
qemu-img: add dirty flag status
Dong Xu Wang
1
-0
/
+3
2012-04-05
qemu-img: add image fragmentation statistics
Dong Xu Wang
1
-1
/
+8
2012-03-12
qcow2: Add error messages in qcow2_truncate
Kevin Wolf
1
-1
/
+1
2012-02-29
qemu-img: fix segment fault when the image format is qed
Zhi Yong Wu
1
-0
/
+2
2012-02-09
cutils: extract buffer_is_zero() from qemu-img.c
Stefan Hajnoczi
1
-39
/
+7
2011-12-15
qemu-img rebase: Fix for undersized backing files
Kevin Wolf
1
-9
/
+33
2011-11-28
qemu-img: Tighten parsing of size arguments
Markus Armbruster
1
-4
/
+6
2011-10-21
qemu-img: Don't allow preallocation and compression at the same time
Kevin Wolf
1
-0
/
+11
2011-08-29
qemu-img: Require larger zero areas for sparse handling
Kevin Wolf
1
-2
/
+59
2011-08-23
qemu-img: print error codes when convert fails
Stefan Hajnoczi
1
-5
/
+8
2011-08-23
qemu-img: Use qemu_blockalign
Kevin Wolf
1
-6
/
+6
2011-08-23
block: add cache=directsync parameter to -drive
Stefan Hajnoczi
1
-1
/
+2
2011-08-23
block: parse cache mode flags in a single place
Stefan Hajnoczi
1
-24
/
+3
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-9
/
+9
2011-07-19
block: add bdrv_get_allocated_file_size() operation
Fam Zheng
1
-30
/
+1
2011-07-05
qemu-img: Add cache command line option
Federico Simoncelli
1
-13
/
+67
2011-06-24
qemu-img: Don't prepend qemu-img to error messages twice.
Markus Armbruster
1
-4
/
+4
2011-06-24
Strip trailing '\n' from error_report()'s first argument
Markus Armbruster
1
-2
/
+2
2011-05-18
qemu_img: is_not_zero() optimization
Dmitry Konishchev
1
-3
/
+26
2011-05-18
qemu-img.c: Remove superfluous parenthesis
Jes Sorensen
1
-3
/
+3
2011-05-03
qemu-img resize: Fix option parsing
Kevin Wolf
1
-2
/
+11
2011-04-27
qemu-img: allow rebase to a NULL backing file when unsafe
Anthony Liguori
1
-1
/
+1
2011-04-07
qemu-img rebase: Fix segfault if backing file can't be opened
Kevin Wolf
1
-2
/
+6
2011-04-07
qemu-img: Initial progress printing support
Jes Sorensen
1
-2
/
+36
[next]