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
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
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
1
-3
/
+3
2017-04-28
qemu-img: use blk_co_pwrite_zeroes for zero sectors when compressed
Lidong Chen
1
-30
/
+14
2017-04-28
qemu-img: improve convert_iteration_sectors()
Vladimir Sementsov-Ogievskiy
1
-22
/
+10
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
1
-13
/
+4
2017-04-27
qemu-img/convert: Move bs_n > 1 && -B check down
Max Reitz
1
-6
/
+7
2017-04-27
qemu-img/convert: Use @opts for one thing only
Max Reitz
1
-4
/
+6
2017-04-27
qemu-img: simplify img_convert
Peter Lieven
1
-120
/
+81
2017-04-24
block: Make errp the last parameter of commit_active_start
Fam Zheng
1
-1
/
+1
2017-04-24
block: Make errp the last parameter of bdrv_img_create
Fam Zheng
1
-1
/
+1
2017-03-27
qemu-img: print short help on getopt failure
Stefan Hajnoczi
1
-20
/
+97
2017-03-27
qemu-img: fix switch indentation in img_amend()
Stefan Hajnoczi
1
-41
/
+41
2017-03-27
qemu-img: show help for invalid global options
Stefan Hajnoczi
1
-0
/
+1
2017-02-28
commit: Add filter-node-name to block-commit
Kevin Wolf
1
-2
/
+2
2017-02-28
mirror: Use real permissions in mirror/active commit block job
Kevin Wolf
1
-1
/
+5
2017-02-28
block: Add BDRV_O_RESIZE for blk_new_open()
Kevin Wolf
1
-1
/
+1
2017-02-28
qemu-img: make convert async
Peter Lieven
1
-96
/
+226
2017-02-23
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
1
-1
/
+4
2017-02-23
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
1
-3
/
+7
2017-02-23
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Markus Armbruster
1
-6
/
+1
2017-02-23
qemu-img: Wrap cvtnum() around qemu_strtosz()
Markus Armbruster
1
-27
/
+31
2017-02-23
util/cutils: New qemu_strtosz()
Markus Armbruster
1
-10
/
+8
2017-02-12
qemu-img: Avoid setting ret to unused value in img_convert()
Peter Maydell
1
-4
/
+4
2017-02-12
qemu-img: Use qemu_strtoul() rather than raw strtoul()
Peter Maydell
1
-16
/
+16
2017-02-12
qemu-img: Improve commit invalid base message
Max Reitz
1
-1
/
+3
2017-01-24
qemu-img: remove dead check
Paolo Bonzini
1
-7
/
+5
2017-01-09
qemu-img: fix in-flight count for qemu-img bench
Paolo Bonzini
1
-7
/
+10
2016-11-01
Replication/Blockjobs: Create replication jobs as internal
John Snow
1
-2
/
+3
2016-10-28
qemu-img: call aio_context_acquire/release around block job
Paolo Bonzini
1
-0
/
+6
[next]