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
2015-02-06
qemu-img: Add QEMU_PKGVERSION to QEMU_IMG_VERSION
Don Slutz
1
-1
/
+1
2015-01-23
block: update string sizes for filename,backing_file,exact_filename
Jeff Cody
1
-2
/
+2
2014-12-10
qemu-img: Check create_opts before image amendment
Max Reitz
1
-0
/
+7
2014-12-10
qemu-img: Check create_opts before image creation
Max Reitz
1
-0
/
+14
2014-11-06
qemu-img: Omit error_report() after img_open()
Max Reitz
1
-4
/
+0
2014-11-03
qemu-img: Fix insignificant memleak
Max Reitz
1
-1
/
+3
2014-11-03
qemu-img: Add progress output for amend
Max Reitz
1
-3
/
+22
2014-11-03
block: Add status callback to bdrv_amend_options()
Max Reitz
1
-1
/
+1
2014-11-03
qemu-img: Specify backing file for commit
Max Reitz
1
-9
/
+23
2014-11-03
qemu-img: Enable progress output for commit
Max Reitz
1
-2
/
+21
2014-11-03
qemu-img: Empty image after commit
Max Reitz
1
-3
/
+31
2014-11-03
qemu-img: Implement commit like QMP
Max Reitz
1
-19
/
+59
2014-10-23
qemu-img: Print error if check failed
Max Reitz
1
-7
/
+14
2014-10-20
block: Make BlockBackend own its BlockDriverState
Markus Armbruster
1
-34
/
+1
2014-10-20
block: Connect BlockBackend to BlockDriverState
Markus Armbruster
1
-66
/
+59
2014-10-20
block: New BlockBackend
Markus Armbruster
1
-8
/
+62
2014-10-20
block: Split bdrv_new_root() off bdrv_new()
Markus Armbruster
1
-3
/
+3
2014-10-03
block: Drop superfluous conditionals around qemu_opts_del()
Markus Armbruster
1
-3
/
+1
2014-09-25
block: Validate node-name
Kevin Wolf
1
-3
/
+3
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
[next]