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
2014-09-22
async: aio_context_new(): Handle event_notifier_init failure
Chrysostomos Nanakos
1
-1
/
+7
2014-09-08
qemu-img: clarify src_cache option documentation
Stefan Hajnoczi
1
-1
/
+2
2014-08-29
qemu-img: always goto out in img_snapshot() error paths
Stefan Hajnoczi
1
-9
/
+6
2014-08-29
qemu-img: fix img_compare() flags error path
Stefan Hajnoczi
1
-3
/
+3
2014-08-29
qemu-img: fix img_commit() error return value
Stefan Hajnoczi
1
-1
/
+1
2014-08-28
Revert "qemu-img: sort block formats in help message"
Stefan Hajnoczi
1
-22
/
+3
2014-08-22
qemu-img: Allow cache mode specification for amend
Max Reitz
1
-4
/
+15
2014-08-22
qemu-img: Allow source cache mode specification
Max Reitz
1
-16
/
+62
2014-08-15
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-31
/
+67
2014-08-15
block: Avoid bdrv_get_geometry() where errors should be detected
Markus Armbruster
1
-14
/
+50
2014-08-15
qemu-img: Make img_convert() get image size just once per image
Markus Armbruster
1
-16
/
+16
2014-08-15
block: Use bdrv_nb_sectors() in img_convert()
Markus Armbruster
1
-4
/
+4
2014-08-09
qemu-img: Check getchar() return value in read_password() for WIN32
Chen Gang
1
-2
/
+7
2014-07-18
qemu-img: Remove redundancy "ret = -1"
Chen Gang
1
-1
/
+0
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
1
-12
/
+7
2014-06-16
change block layer to support both QemuOpts and QEMUOptionParamter
Chunyan Liu
1
-50
/
+46
2014-06-04
qemu-img: Document check exit codes
Max Reitz
1
-4
/
+5
2014-06-02
qemu-img: Report error even with --oformat=json
Max Reitz
1
-3
/
+1
2014-05-30
qemu-img: Plug memory leak in convert command
Markus Armbruster
1
-1
/
+1
2014-05-30
qemu-img: Plug memory leak on block option help error path
Markus Armbruster
1
-0
/
+1
2014-05-19
Remove g_sequence_lookup from qemu-img help function
Mike Day
1
-5
/
+2
2014-05-09
qemu-img: Convert by cluster size if target is compressed
Fam Zheng
1
-0
/
+1
2014-05-09
qemu-img: sort block formats in help message
Mike Day
1
-3
/
+25
2014-04-29
block: Add '--version' option to qemu-img
Jeff Cody
1
-4
/
+11
2014-04-28
block: fix qemu-img --help invocation
Jeff Cody
1
-2
/
+13
2014-04-25
qemu-img: Consistently name Error * objects err, and not errp
Markus Armbruster
1
-6
/
+6
2014-04-22
qemu-img: Improve error messages
Fam Zheng
1
-28
/
+46
2014-04-22
qemu-img: Avoid duplicate block device IDs
Kevin Wolf
1
-16
/
+22
2014-04-22
block: Add errp to bdrv_new()
Kevin Wolf
1
-3
/
+3
2014-04-01
qemu-img: Release reference to BlockDriverState
Prasad Joshi
1
-0
/
+1
2014-03-25
qemu-img: mandate argument to 'qemu-img check --repair'
Prasad Joshi
1
-1
/
+1
2014-03-05
qemu-img convert: Fix progress output
Kevin Wolf
1
-9
/
+11
2014-03-03
qemu-img: Remove unneeded include files
Stefan Weil
1
-6
/
+0
2014-02-25
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-45
/
+100
2014-02-24
Merge remote-tracking branch 'remotes/bonzini/configure' into staging
Peter Maydell
1
-0
/
+1
2014-02-21
qemu-img: Allow -o help with incomplete argument list
Kevin Wolf
1
-23
/
+35
2014-02-21
qemu-img amend: Support multiple -o options
Kevin Wolf
1
-2
/
+15
2014-02-21
qemu-img convert: Support multiple -o options
Kevin Wolf
1
-9
/
+25
2014-02-21
qemu-img create: Support multiple -o options
Kevin Wolf
1
-6
/
+22
2014-02-21
block: Add reference parameter to bdrv_open()
Max Reitz
1
-4
/
+4
2014-02-21
block: Change BDS parameter of bdrv_open() to **
Max Reitz
1
-6
/
+4
2014-02-20
util: Split out exec_dir from os_find_datadir
Fam Zheng
1
-0
/
+1
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-4
/
+4
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
1
-1
/
+1
2013-12-13
qemu-img: make progress output more accurate during convert
Peter Lieven
1
-5
/
+21
2013-12-06
qemu-img: decrease progress update interval on convert
Peter Lieven
1
-1
/
+1
2013-12-06
qemu-img: round down request length to an aligned sector
Peter Lieven
1
-8
/
+24
2013-12-05
qemu-img: dynamically adjust iobuffer size during convert
Peter Lieven
1
-3
/
+13
2013-12-05
qemu-img: fix usage instruction for qemu-img convert
Peter Lieven
1
-1
/
+0
2013-12-05
qemu-img: add support for skipping zeroes in input during convert
Peter Lieven
1
-38
/
+42
[next]