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: remove unused variable
Miroslav Rezanina
2022-11-11
1
-2
/
+2
*
block: return errors from bdrv_register_buf()
Stefan Hajnoczi
2022-10-26
1
-1
/
+1
*
block: pass size to bdrv_unregister_buf()
Stefan Hajnoczi
2022-10-26
1
-2
/
+2
*
job.c: enable job lock/unlock and remove Aiocontext locks
Emanuele Giuseppe Esposito
2022-10-07
1
-2
/
+0
*
jobs: group together API calls under the same job lock
Emanuele Giuseppe Esposito
2022-10-07
1
-5
/
+10
*
qemu-img: Wean documentation and help output off '?' for help
Markus Armbruster
2022-09-30
1
-2
/
+2
*
block: Change blk_pwrite_compressed() param order
Alberto Faria
2022-07-12
1
-1
/
+1
*
block: Change blk_{pread,pwrite}() param order
Alberto Faria
2022-07-12
1
-9
/
+9
*
block: Add a 'flags' param to blk_pread()
Alberto Faria
2022-07-12
1
-6
/
+6
*
block: Make blk_{pread,pwrite}() return 0 on success
Alberto Faria
2022-07-12
1
-16
/
+9
*
qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStr
Vladimir Sementsov-Ogievskiy
2022-04-26
1
-4
/
+4
*
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-04-21
1
-4
/
+8
*
include: rename qemu-common.h qemu/help-texts.h
Marc-André Lureau
2022-04-21
1
-1
/
+1
*
util/log: Pass Error pointer to qemu_set_log
Richard Henderson
2022-04-20
1
-1
/
+1
*
include: move progress API to qemu-progress.h
Marc-André Lureau
2022-04-06
1
-0
/
+1
*
Replace qemu_gettimeofday() with g_get_real_time()
Marc-André Lureau
2022-04-06
1
-4
/
+4
*
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-22
1
-2
/
+2
*
osdep: Move memalign-related functions to their own header
Peter Maydell
2022-03-07
1
-0
/
+1
*
qemu-img: make is_allocated_sectors() more efficient
Vladimir Sementsov-Ogievskiy
2022-01-14
1
-4
/
+19
*
blockjob: implement and use block_job_get_aio_context
Vladimir Sementsov-Ogievskiy
2021-12-28
1
-1
/
+1
*
qemu-img: Add -F shorthand to convert
Eric Blake
2021-09-15
1
-3
/
+7
*
qemu-img: Allow target be aligned to sector size
Hanna Reitz
2021-09-15
1
-0
/
+8
*
error: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
2021-08-26
1
-5
/
+1
*
qemu-img: Add --skip-broken-bitmaps for 'convert --bitmaps'
Eric Blake
2021-07-21
1
-6
/
+23
*
qemu-img: Fail fast on convert --bitmaps with inconsistent bitmap
Eric Blake
2021-07-21
1
-3
/
+26
*
qemu-img: Make unallocated part of backing chain obvious in map
Eric Blake
2021-07-12
1
-2
/
+5
*
qemu-img: Improve error for rebase without backing format
Eric Blake
2021-07-09
1
-0
/
+3
*
qemu-img: Require -F with -b backing image
Eric Blake
2021-07-09
1
-2
/
+4
*
progressmeter: protect with a mutex
Emanuele Giuseppe Esposito
2021-06-25
1
-3
/
+6
*
qemu-img convert: Unshare write permission for source
Kevin Wolf
2021-04-30
1
-1
/
+1
*
qemu-img: Use user_creatable_process_cmdline() for --object
Kevin Wolf
2021-03-19
1
-206
/
+45
*
qapi: Use QAPI_LIST_APPEND in trivial cases
Eric Blake
2021-01-28
1
-6
/
+2
*
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
[next]