Age | Commit message (Expand) | Author |
2019-10-14 | block: implement bdrv_snapshot_goto for blkreplay | Pavel Dovgalyuk |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2018-09-25 | trivial: Make bios files and source files non-executable | Thomas Huth |
2018-08-15 | block: drop empty .bdrv_close handlers | Vladimir Sementsov-Ogievskiy |
2018-07-10 | block: Use BdrvChild to discard | Fam Zheng |
2018-05-15 | block: Support BDRV_REQ_WRITE_UNCHANGED in filters | Max Reitz |
2018-03-26 | block/blkreplay: Remove protocol-related fields | Fabiano Rosas |
2017-06-26 | block: change variable names in BlockDriverState | Manos Pitsidianakis |
2017-04-27 | block: Do not unref bs->file on error in BD's open | Max Reitz |
2017-02-28 | block: Request child permissions in filter drivers | Kevin Wolf |
2017-02-21 | block: explicitly acquire aiocontext in bottom halves that need it | Paolo Bonzini |
2016-09-27 | replay: allow replay stopping and restarting | Pavel Dovgalyuk |
2016-07-20 | blkreplay: Switch .bdrv_co_discard() to byte-based | Eric Blake |
2016-07-20 | block: Convert bdrv_co_discard() to byte-based | Eric Blake |
2016-07-13 | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini |
2016-07-05 | block: Convert bdrv_co_preadv/pwritev to BdrvChild | Kevin Wolf |
2016-07-05 | blkreplay: Convert to byte-based I/O | Kevin Wolf |
2016-06-08 | blkreplay: Convert to bdrv_co_pwrite_zeroes() | Eric Blake |
2016-06-08 | block: Switch bdrv_write_zeroes() to byte interface | Eric Blake |
2016-03-30 | replay: introduce block devices record/replay | Pavel Dovgalyuk |