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-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
2016-10-25
qapi: rename QmpOutputVisitor to QObjectOutputVisitor
Daniel P. Berrange
1
-3
/
+3
2016-10-25
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange
1
-1
/
+1
2016-10-24
block: failed qemu-img command should return non-zero exit code
Xu Tian
1
-0
/
+2
2016-10-24
Put the copyright information on a separate line
Thomas Huth
1
-1
/
+1
2016-10-12
trace: provide mechanism for registering trace events
Daniel P. Berrange
1
-0
/
+1
2016-09-20
qemu-img: add skip option to dd
Reda Sallahi
1
-5
/
+45
2016-09-20
qemu-img: add the 'dd' subcommand
Reda Sallahi
1
-1
/
+302
2016-09-13
mirror: auto complete active commit
Wen Congyang
1
-1
/
+1
2016-09-05
block: remove BlockDriver.bdrv_write_compressed
Pavel Butsykin
1
-1
/
+1
2016-09-05
block/io: reuse bdrv_co_pwritev() for write compressed
Pavel Butsykin
1
-1
/
+1
2016-09-05
block: switch blk_write_compressed() to byte-based interface
Pavel Butsykin
1
-2
/
+4
2016-08-11
Update ancient copyright string in -version output
Peter Maydell
1
-1
/
+1
2016-08-08
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
1
-2
/
+2
[next]