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
2018-03-12
Polish the version strings containing the package version
Thomas Huth
1
-1
/
+1
2018-03-06
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+1
2018-03-02
qemu-img: Make resize error message more general
Max Reitz
1
-1
/
+1
2018-02-09
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/qmp/qstring.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+2
2018-02-09
Drop superfluous includes of qapi/qmp/qerror.h
Markus Armbruster
1
-1
/
+0
2018-02-08
qemu-img: Map bench buffer
Fam Zheng
1
-1
/
+8
2017-11-21
block: Add errp to bdrv_snapshot_goto()
Kevin Wolf
1
-3
/
+3
2017-10-26
qemu-img: Change img_compare() to be byte-based
Eric Blake
1
-76
/
+48
2017-10-26
qemu-img: Change img_rebase() to be byte-based
Eric Blake
1
-50
/
+34
2017-10-26
qemu-img: Change compare_sectors() to be byte-based
Eric Blake
1
-28
/
+27
2017-10-26
qemu-img: Change check_empty_sectors() to byte-based
Eric Blake
1
-12
/
+15
2017-10-26
qemu-img: Drop redundant error message in compare
Eric Blake
1
-14
/
+5
2017-10-26
qemu-img: Add find_nonzero()
Eric Blake
1
-4
/
+28
2017-10-26
qemu-img: Speed up compare on pre-allocated larger file
Eric Blake
1
-4
/
+4
2017-10-26
qemu-img: Simplify logic in img_compare()
Eric Blake
1
-27
/
+11
2017-10-26
block: Convert bdrv_get_block_status_above() to bytes
Eric Blake
1
-21
/
+28
2017-10-26
block: Convert bdrv_get_block_status() to bytes
Eric Blake
1
-11
/
+14
2017-10-26
qemu-img: Switch get_block_status() to byte-based
Eric Blake
1
-13
/
+11
2017-10-26
block: Allow NULL file for bdrv_get_block_status()
Eric Blake
1
-6
/
+4
2017-09-26
qemu-img: add --shrink flag for resize
Pavel Butsykin
1
-0
/
+23
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
1
-1
/
+1
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
1
-1
/
+0
2017-09-04
qapi: Drop superfluous qapi_enum_parse() parameter max
Markus Armbruster
1
-2
/
+1
2017-08-08
maint: Include bug-reporting info in --help output
Eric Blake
1
-1
/
+1
2017-07-24
maint: Reorder include directives for qemu-{nbd, io}
Eric Blake
1
-1
/
+2
2017-07-18
qemu-img: Check for backing image if specified during create
John Snow
1
-5
/
+11
2017-07-13
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-12' into ...
Peter Maydell
1
-1
/
+1
2017-07-12
qobject: Catch another straggler for use of qdict_put_str()
Eric Blake
1
-1
/
+1
2017-07-11
qemu-img: Expose PreallocMode for resizing
Max Reitz
1
-3
/
+30
2017-07-11
block: Add PreallocMode to blk_truncate()
Max Reitz
1
-1
/
+1
2017-07-11
qemu-img: add measure subcommand
Stefan Hajnoczi
1
-0
/
+234
2017-07-11
block: rip out all traces of password prompting
Daniel P. Berrange
1
-31
/
+0
2017-07-11
block: deprecate "encryption=on" in favor of "encrypt.format=aes"
Daniel P. Berrange
1
-1
/
+3
2017-07-10
block: Make bdrv_is_allocated_above() byte-based
Eric Blake
1
-3
/
+10
2017-07-10
block: Make bdrv_is_allocated() byte-based
Eric Blake
1
-1
/
+7
2017-07-10
qemu-img: drop -e and -6 options from the 'create' & 'convert' commands
Daniel P. Berrange
1
-18
/
+2
2017-06-26
qemu-img: don't shadow opts variable in img_dd()
Stefan Hajnoczi
1
-6
/
+3
2017-06-26
fix: avoid an infinite loop or a dangling pointer problem in img_commit
sochin.jiang
1
-7
/
+13
2017-05-30
Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging
Stefan Hajnoczi
1
-31
/
+117
2017-05-29
qemu-img: Fix leakage of options on error
Fam Zheng
1
-0
/
+1
2017-05-29
qemu-img: copy *key-secret opts when opening newly created files
Daniel P. Berrange
1
-5
/
+37
2017-05-29
qemu-img: introduce --target-image-opts for 'convert' command
Daniel P. Berrange
1
-27
/
+57
2017-05-29
qemu-img: fix --image-opts usage with dd command
Daniel P. Berrange
1
-2
/
+7
2017-05-29
qemu-img: add support for --object with 'dd' command
Daniel P. Berrange
1
-0
/
+18
2017-05-23
block: Use QDict helpers for --force-share
Eric Blake
1
-4
/
+3
2017-05-11
qemu-img: wait for convert coroutines to complete
Anton Nefedov
1
-15
/
+11
2017-05-11
qemu-img: Add --force-share option to subcommands
Fam Zheng
1
-36
/
+117
[next]