index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-img.c
Age
Commit message (
Expand
)
Author
2021-09-15
qemu-img: Add -F shorthand to convert
Eric Blake
2021-09-15
qemu-img: Allow target be aligned to sector size
Hanna Reitz
2021-08-26
error: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
2021-07-21
qemu-img: Add --skip-broken-bitmaps for 'convert --bitmaps'
Eric Blake
2021-07-21
qemu-img: Fail fast on convert --bitmaps with inconsistent bitmap
Eric Blake
2021-07-12
qemu-img: Make unallocated part of backing chain obvious in map
Eric Blake
2021-07-09
qemu-img: Improve error for rebase without backing format
Eric Blake
2021-07-09
qemu-img: Require -F with -b backing image
Eric Blake
2021-06-25
progressmeter: protect with a mutex
Emanuele Giuseppe Esposito
2021-04-30
qemu-img convert: Unshare write permission for source
Kevin Wolf
2021-03-19
qemu-img: Use user_creatable_process_cmdline() for --object
Kevin Wolf
2021-01-28
qapi: Use QAPI_LIST_APPEND in trivial cases
Eric Blake
2020-12-19
qobject: Change qobject_to_json()'s value to GString
Markus Armbruster
2020-12-19
qobject: Make qobject_to_json_pretty() take a pretty argument
Markus Armbruster
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-11-11
trace: remove argument from trace_init_file
Paolo Bonzini
2020-11-03
qemu-img convert: Free @sn_opts in all error cases
Tuguoyi
2020-10-27
qemu-img: add support for rate limit in qemu-img convert
Zhengui
2020-10-27
qemu-img: add support for rate limit in qemu-img commit
Zhengui
2020-09-23
Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-09-21' int...
Peter Maydell
2020-09-21
qemu-img: Support bitmap --merge into backing image
Eric Blake
2020-09-17
qemu/: fix some comment spelling errors
zhaolichang
2020-09-15
qemu-img: Explicit number replaced by a constant
Yi Li
2020-09-15
qemu-img: avoid unaligned read requests during convert
Peter Lieven
2020-09-07
qemu-img: Use child access functions
Max Reitz
2020-09-02
block: add missing socket_init() calls to tools
Daniel P. Berrangé
2020-07-17
qemu-img resize: Require --shrink for shrinking all image formats
Kevin Wolf
2020-07-14
qemu-img: Deprecate use of -b without -F
Eric Blake
2020-07-14
block: Add support to warn on backing file change without format
Eric Blake
2020-07-14
block: Finish deprecation of 'qemu-img convert -n -o'
Eric Blake
2020-07-14
qemu-img map: Don't limit block status request size
Kevin Wolf
2020-07-10
qemu-img: Ignore Error objects where the return value suffices
Markus Armbruster
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
2020-07-06
qemu-img: convert: don't use unallocated_blocks_are_zero
Vladimir Sementsov-Ogievskiy
2020-07-06
block/amend: refactor qcow2 amend options
Maxim Levitsky
2020-07-06
block/amend: separate amend and create options for qemu-img
Maxim Levitsky
2020-07-06
block/amend: add 'force' option
Maxim Levitsky
2020-07-03
qemu-img convert: Don't pre-zero images
Kevin Wolf
2020-05-28
qemu-img: Add convert --bitmaps option
Eric Blake
2020-05-28
qemu-img: Factor out code for merging bitmaps
Eric Blake
2020-05-28
qcow2: Expose bitmaps' size during measure
Eric Blake
2020-05-19
qemu-img: Add bitmap sub-command
Eric Blake
2020-05-19
qemu-img: Fix stale comments on doc location
Eric Blake
2020-05-19
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2020-05-18
block: Use blk_make_empty() after commits
Max Reitz
2020-05-18
qemu-img: Add --start-offset and --max-length to map
Eyal Moscovici
2020-05-18
qemu-img: refactor dump_map_entry JSON format output
Eyal Moscovici
2020-05-18
qemu-img: validate image length in img_map
Eyal Moscovici
2020-05-18
qemu_img: add cvtnum_full to print error reports
Eyal Moscovici
2020-04-30
block-backend: Add flags to blk_truncate()
Kevin Wolf
[next]