Age | Commit message (Expand) | Author |
2017-02-12 | qemu-img: Avoid setting ret to unused value in img_convert() | Peter Maydell |
2017-02-12 | qemu-img: Use qemu_strtoul() rather than raw strtoul() | Peter Maydell |
2017-02-12 | qemu-img: Improve commit invalid base message | Max Reitz |
2017-01-24 | qemu-img: remove dead check | Paolo Bonzini |
2017-01-09 | qemu-img: fix in-flight count for qemu-img bench | Paolo Bonzini |
2016-11-01 | Replication/Blockjobs: Create replication jobs as internal | John Snow |
2016-10-28 | qemu-img: call aio_context_acquire/release around block job | Paolo Bonzini |
2016-10-25 | qapi: rename QmpOutputVisitor to QObjectOutputVisitor | Daniel P. Berrange |
2016-10-25 | qapi: rename *qmp-*-visitor* to *qobject-*-visitor* | Daniel P. Berrange |
2016-10-24 | block: failed qemu-img command should return non-zero exit code | Xu Tian |
2016-10-24 | Put the copyright information on a separate line | Thomas Huth |
2016-10-12 | trace: provide mechanism for registering trace events | Daniel P. Berrange |
2016-09-20 | qemu-img: add skip option to dd | Reda Sallahi |
2016-09-20 | qemu-img: add the 'dd' subcommand | Reda Sallahi |
2016-09-13 | mirror: auto complete active commit | Wen Congyang |
2016-09-05 | block: remove BlockDriver.bdrv_write_compressed | Pavel Butsykin |
2016-09-05 | block/io: reuse bdrv_co_pwritev() for write compressed | Pavel Butsykin |
2016-09-05 | block: switch blk_write_compressed() to byte-based interface | Pavel Butsykin |
2016-08-11 | Update ancient copyright string in -version output | Peter Maydell |
2016-08-08 | error: Strip trailing '\n' from error string arguments (again) | Markus Armbruster |
2016-07-13 | qemu-img: Use strerror() for generic resize error | Max Reitz |
2016-07-13 | qemu-img: Set the ID of the block job in img_commit() | Alberto Garcia |
2016-07-13 | commit: Add 'job-id' parameter to 'block-commit' | Alberto Garcia |
2016-07-06 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ... | Peter Maydell |
2016-07-06 | qapi: Add new visit_complete() function | Eric Blake |
2016-07-06 | qmp-output-visitor: Favor new visit_free() function | Eric Blake |
2016-07-06 | qemu-img: Don't leak errors when outputting JSON | Eric Blake |
2016-07-05 | block: Convert bdrv_pwrite_zeroes() to BdrvChild | Kevin Wolf |
2016-07-05 | block: Switch discard length bounds to byte-based | Eric Blake |
2016-07-05 | block: Switch transfer length bounds to byte-based | Eric Blake |
2016-07-05 | qemu-img: fix failed autotests | Denis V. Lunev |
2016-06-28 | trace: enable tracing in qemu-img | Denis V. Lunev |
2016-06-28 | qemu-img: move common options parsing before commands processing | Denis V. Lunev |
2016-06-16 | qemu-img bench: Fix uninitialised writethrough mode | Kevin Wolf |
2016-06-08 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-06-08 | qemu-img bench: Add --flush-interval | Kevin Wolf |
2016-06-08 | qemu-img bench: Implement -S (step size) | Kevin Wolf |
2016-06-08 | qemu-img bench: Make start offset configurable | Kevin Wolf |
2016-06-08 | qemu-img bench: Sequential writes | Kevin Wolf |
2016-06-08 | qemu-img bench | Kevin Wolf |
2016-06-07 | Makefile: Derive "PKGVERSION" from "git describe" by default | Fam Zheng |
2016-05-25 | blockjob: Remove BlockJob.bs | Kevin Wolf |
2016-05-25 | block: Rename blk_write_zeroes() | Eric Blake |
2016-05-20 | Use &error_fatal when initializing crypto on qemu-{img,io,nbd} | Eduardo Habkost |
2016-05-12 | qemu-img: check block status of backing file when converting. | Ren Kimura |
2016-05-12 | qemu-img: Switch to byte-based block access | Eric Blake |
2016-05-12 | block: Switch blk_*write_zeroes() to byte interface | Eric Blake |
2016-04-28 | qom: -object error messages lost location, restore it | Markus Armbruster |
2016-04-12 | block: initialize qcrypto API at startup | Daniel P. Berrange |
2016-04-12 | qemu-img: fix formatting of error message | Daniel P. Berrange |