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
2018-05-23
job: Move progress fields to Job
Kevin Wolf
2018-05-23
job: Add job_is_ready()
Kevin Wolf
2018-05-23
job: Move completion and cancellation to Job
Kevin Wolf
2018-05-23
job: Move single job finalisation to Job
Kevin Wolf
2018-05-23
job: Move BlockJobCreateFlags to Job
Kevin Wolf
2018-05-23
job: Replace BlockJob.completed with job_is_completed()
Kevin Wolf
2018-05-23
job: Add reference counting
Kevin Wolf
2018-05-20
qemu-img: remove references to GEN_DOCS
John Snow
2018-05-15
qemu-img: Use only string options in img_open_opts
Max Reitz
2018-05-15
qemu-img: Check post-truncation size
Max Reitz
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-03-12
Polish the version strings containing the package version
Thomas Huth
2018-03-06
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
qemu-img: Make resize error message more general
Max Reitz
2018-02-09
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
2018-02-09
Include qapi/qmp/qstring.h exactly where needed
Markus Armbruster
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
Drop superfluous includes of qapi/qmp/qerror.h
Markus Armbruster
2018-02-08
qemu-img: Map bench buffer
Fam Zheng
2017-11-21
block: Add errp to bdrv_snapshot_goto()
Kevin Wolf
2017-10-26
qemu-img: Change img_compare() to be byte-based
Eric Blake
2017-10-26
qemu-img: Change img_rebase() to be byte-based
Eric Blake
2017-10-26
qemu-img: Change compare_sectors() to be byte-based
Eric Blake
2017-10-26
qemu-img: Change check_empty_sectors() to byte-based
Eric Blake
2017-10-26
qemu-img: Drop redundant error message in compare
Eric Blake
2017-10-26
qemu-img: Add find_nonzero()
Eric Blake
2017-10-26
qemu-img: Speed up compare on pre-allocated larger file
Eric Blake
2017-10-26
qemu-img: Simplify logic in img_compare()
Eric Blake
2017-10-26
block: Convert bdrv_get_block_status_above() to bytes
Eric Blake
2017-10-26
block: Convert bdrv_get_block_status() to bytes
Eric Blake
2017-10-26
qemu-img: Switch get_block_status() to byte-based
Eric Blake
2017-10-26
block: Allow NULL file for bdrv_get_block_status()
Eric Blake
2017-09-26
qemu-img: add --shrink flag for resize
Pavel Butsykin
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
2017-09-04
qapi: Drop superfluous qapi_enum_parse() parameter max
Markus Armbruster
2017-08-08
maint: Include bug-reporting info in --help output
Eric Blake
2017-07-24
maint: Reorder include directives for qemu-{nbd, io}
Eric Blake
2017-07-18
qemu-img: Check for backing image if specified during create
John Snow
2017-07-13
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-12' into ...
Peter Maydell
2017-07-12
qobject: Catch another straggler for use of qdict_put_str()
Eric Blake
2017-07-11
qemu-img: Expose PreallocMode for resizing
Max Reitz
2017-07-11
block: Add PreallocMode to blk_truncate()
Max Reitz
2017-07-11
qemu-img: add measure subcommand
Stefan Hajnoczi
2017-07-11
block: rip out all traces of password prompting
Daniel P. Berrange
2017-07-11
block: deprecate "encryption=on" in favor of "encrypt.format=aes"
Daniel P. Berrange
2017-07-10
block: Make bdrv_is_allocated_above() byte-based
Eric Blake
2017-07-10
block: Make bdrv_is_allocated() byte-based
Eric Blake
2017-07-10
qemu-img: drop -e and -6 options from the 'create' & 'convert' commands
Daniel P. Berrange
[next]