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
*
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
*
Revert "qemu-img: Check post-truncation size"
Max Reitz
2019-10-28
1
-35
/
+4
*
block: Pass truncate exact=true where reasonable
Max Reitz
2019-10-28
1
-1
/
+6
*
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
2019-10-28
1
-1
/
+1
*
qemu-img: Support help options for --object
Kevin Wolf
2019-10-14
1
-13
/
+21
*
block: Use QEMU_IS_ALIGNED
Nir Soffer
2019-09-16
1
-1
/
+1
*
block: define .*_part io handlers in BlockDriver
Vladimir Sementsov-Ogievskiy
2019-08-27
1
-2
/
+2
*
qemu-img: Fix bdrv_has_zero_init() use in convert
Max Reitz
2019-08-19
1
-3
/
+8
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2019-08-16
1
-0
/
+5
|
\
|
*
qemu-img convert: Deprecate using -n and -o together
Kevin Wolf
2019-08-16
1
-0
/
+5
*
|
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-1
/
+0
*
|
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
|
/
*
block: include base when checking image chain for block allocation
Andrey Shinkevich
2019-07-02
1
-1
/
+1
*
qemu-img: Add salvaging mode to convert
Max Reitz
2019-06-14
1
-21
/
+69
*
qemu-img: Move quiet into ImgConvertState
Max Reitz
2019-06-14
1
-6
/
+7
*
qemu-img: Fix options leakage in img_rebase()
Max Reitz
2019-06-14
1
-0
/
+3
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
block: Add BlockBackend.ctx
Kevin Wolf
2019-06-04
1
-2
/
+4
*
qemu-img: rebase: Reuse in-chain BlockDriverState
Sam Eiderman
2019-05-28
1
-10
/
+23
*
qemu-img: rebase: Reduce reads on in-chain rebase
Sam Eiderman
2019-05-28
1
-1
/
+24
*
qemu-img: rebase: Reuse parent BlockDriverState
Sam Eiderman
2019-05-28
1
-20
/
+9
*
qemu-img: Use zero writes after source backing EOF
Max Reitz
2019-05-10
1
-2
/
+9
*
qemu-img: Allow rebase with no input base
Max Reitz
2019-05-10
1
-27
/
+34
*
qemu-img: Use IEC binary prefixes for size constants
Stefano Garzarella
2019-05-10
1
-2
/
+3
*
qemu-img: use buffer-based io
Vladimir Sementsov-Ogievskiy
2019-04-30
1
-9
/
+4
*
qemu-img: Make create hint at protocol options
Max Reitz
2019-04-30
1
-1
/
+12
*
block/qapi: Clean up how we print to monitor or stdout
Markus Armbruster
2019-04-18
1
-3
/
+3
*
qemu-img: Use error_vreport() in error_exit()
Markus Armbruster
2019-04-17
1
-4
/
+2
*
log: Make glib logging go through QEMU
Christophe Fergeau
2019-04-17
1
-1
/
+1
*
qemu-img: Enable BDRV_REQ_MAY_UNMAP in convert
Nir Soffer
2019-04-02
1
-1
/
+2
*
qemu-img: Gracefully shutdown when map can't finish
Eric Blake
2019-03-30
1
-5
/
+9
*
qemu-img: Report bdrv_block_status failures
Eric Blake
2019-03-30
1
-0
/
+2
*
qemu-img: Use BDRV_REQ_NO_FALLBACK for pre-zeroing
Kevin Wolf
2019-03-26
1
-1
/
+1
*
block: iterate_format with account of whitelisting
Andrey Shinkevich
2019-03-08
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2019-02-26
1
-27
/
+37
|
\
|
*
block: bdrv_get_full_backing_filename_from_...'s ret. val.
Max Reitz
2019-02-25
1
-8
/
+4
|
*
block: Use bdrv_refresh_filename() to pull
Max Reitz
2019-02-25
1
-2
/
+9
|
*
qemu-img: fix error reporting for -object
Daniel P. Berrangé
2019-02-25
1
-13
/
+13
|
*
block/snapshot: remove bdrv_snapshot_delete_by_id_or_name
Daniel Henrique Barboza
2019-02-25
1
-4
/
+11
*
|
qemu-img: use qemu_iovec_init_buf
Vladimir Sementsov-Ogievskiy
2019-02-22
1
-8
/
+2
|
/
*
qemu-io: Add generic function for reinitializing optind.
Richard W.M. Jones
2019-01-31
1
-1
/
+1
*
qemu-img: Fix leak
Max Reitz
2018-11-21
1
-0
/
+1
*
qemu-img: Fix typo
Max Reitz
2018-11-21
1
-1
/
+1
*
qemu-img: assert block_job_get() does not return NULL in img_commit()
Liam Merwick
2018-11-12
1
-0
/
+1
*
option: Make option help nicer to read
Max Reitz
2018-11-05
1
-2
/
+2
*
qemu-img: fix regression copying secrets during convert
Daniel P. Berrangé
2018-08-15
1
-17
/
+15
*
qemu-img: Add -C option for convert with copy offloading
Fam Zheng
2018-07-30
1
-4
/
+17
*
qemu-img: avoid overflow of min_sparse parameter
Peter Lieven
2018-07-23
1
-5
/
+11
[next]