index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qemu-img.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qobject: Change qobject_to_json()'s value to GString
Markus Armbruster
2020-12-19
1
-13
/
+12
*
qobject: Make qobject_to_json_pretty() take a pretty argument
Markus Armbruster
2020-12-19
1
-4
/
+4
*
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-12-19
1
-3
/
+2
*
trace: remove argument from trace_init_file
Paolo Bonzini
2020-11-11
1
-4
/
+2
*
qemu-img convert: Free @sn_opts in all error cases
Tuguoyi
2020-11-03
1
-1
/
+1
*
qemu-img: add support for rate limit in qemu-img convert
Zhengui
2020-10-27
1
-1
/
+26
*
qemu-img: add support for rate limit in qemu-img commit
Zhengui
2020-10-27
1
-2
/
+9
*
Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-09-21' int...
Peter Maydell
2020-09-23
1
-3
/
+8
|
\
|
*
qemu-img: Support bitmap --merge into backing image
Eric Blake
2020-09-22
1
-3
/
+8
*
|
qemu/: fix some comment spelling errors
zhaolichang
2020-09-17
1
-1
/
+1
|
/
*
qemu-img: Explicit number replaced by a constant
Yi Li
2020-09-15
1
-5
/
+5
*
qemu-img: avoid unaligned read requests during convert
Peter Lieven
2020-09-15
1
-0
/
+22
*
qemu-img: Use child access functions
Max Reitz
2020-09-07
1
-17
/
+26
*
block: add missing socket_init() calls to tools
Daniel P. Berrangé
2020-09-02
1
-0
/
+2
*
qemu-img resize: Require --shrink for shrinking all image formats
Kevin Wolf
2020-07-17
1
-11
/
+3
*
qemu-img: Deprecate use of -b without -F
Eric Blake
2020-07-14
1
-1
/
+8
*
block: Add support to warn on backing file change without format
Eric Blake
2020-07-14
1
-2
/
+2
*
block: Finish deprecation of 'qemu-img convert -n -o'
Eric Blake
2020-07-14
1
-2
/
+2
*
qemu-img map: Don't limit block status request size
Kevin Wolf
2020-07-14
1
-4
/
+1
*
qemu-img: Ignore Error objects where the return value suffices
Markus Armbruster
2020-07-10
1
-12
/
+3
*
qemu-option: Use returned bool to check for failure
Markus Armbruster
2020-07-10
1
-13
/
+7
*
qemu-img: convert: don't use unallocated_blocks_are_zero
Vladimir Sementsov-Ogievskiy
2020-07-06
1
-3
/
+1
*
block/amend: refactor qcow2 amend options
Maxim Levitsky
2020-07-06
1
-2
/
+16
*
block/amend: separate amend and create options for qemu-img
Maxim Levitsky
2020-07-06
1
-9
/
+9
*
block/amend: add 'force' option
Maxim Levitsky
2020-07-06
1
-1
/
+7
*
qemu-img convert: Don't pre-zero images
Kevin Wolf
2020-07-03
1
-9
/
+0
*
qemu-img: Add convert --bitmaps option
Eric Blake
2020-05-28
1
-3
/
+67
*
qemu-img: Factor out code for merging bitmaps
Eric Blake
2020-05-28
1
-13
/
+21
*
qcow2: Expose bitmaps' size during measure
Eric Blake
2020-05-28
1
-0
/
+3
*
qemu-img: Add bitmap sub-command
Eric Blake
2020-05-19
1
-0
/
+248
*
qemu-img: Fix stale comments on doc location
Eric Blake
2020-05-19
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2020-05-19
1
-5
/
+14
|
\
|
*
block: Use blk_make_empty() after commits
Max Reitz
2020-05-18
1
-5
/
+14
*
|
qemu-img: Add --start-offset and --max-length to map
Eyal Moscovici
2020-05-18
1
-1
/
+21
*
|
qemu-img: refactor dump_map_entry JSON format output
Eyal Moscovici
2020-05-18
1
-4
/
+8
*
|
qemu-img: validate image length in img_map
Eyal Moscovici
2020-05-18
1
-0
/
+5
*
|
qemu_img: add cvtnum_full to print error reports
Eyal Moscovici
2020-05-18
1
-42
/
+34
|
/
*
block-backend: Add flags to blk_truncate()
Kevin Wolf
2020-04-30
1
-1
/
+1
*
qemu-img: Reject broken -o ""
Markus Armbruster
2020-04-29
1
-2
/
+4
*
qemu-img: Move is_valid_option_list() to qemu-img.c and rewrite
Markus Armbruster
2020-04-29
1
-0
/
+26
*
qemu-img: Factor out accumulate_options() helper
Markus Armbruster
2020-04-29
1
-36
/
+23
*
qemu-img: Report convert errors by bytes, not sectors
Eric Blake
2020-04-07
1
-4
/
+4
*
qemu-img: Fix check's leak/corruption fix report
Max Reitz
2020-03-26
1
-2
/
+7
*
job: refactor progress to separate object
Vladimir Sementsov-Ogievskiy
2020-03-11
1
-3
/
+3
*
qemu-img: free memory before re-assign
Pan Nengyuan
2020-03-11
1
-0
/
+2
*
qemu-img: allow qemu-img measure --object without a filename
Stefan Hajnoczi
2020-03-11
1
-4
/
+2
*
qemu-img: Fix convert -n -B for backing-less targets
Max Reitz
2020-02-20
1
-1
/
+1
*
qemu-img: Add --target-is-zero to convert
David Edmondson
2020-02-20
1
-3
/
+23
*
qemu-img: adds option to use aio engine for benchmarking
Aarushi Mehta
2020-01-30
1
-1
/
+10
*
qemu-img: fix info --backing-chain --image-opts
Stefan Hajnoczi
2019-12-18
1
-0
/
+3
[next]