Age | Commit message (Expand) | Author | Files | Lines |
2020-07-02 | tests: Use error_free_or_abort() where appropriate | Markus Armbruster | 1 | -2/+1 |
2020-05-18 | block: Use bdrv_default_perms() | Max Reitz | 1 | -3/+14 |
2020-04-30 | block: Add flags to bdrv(_co)_truncate() | Kevin Wolf | 1 | -3/+3 |
2020-04-30 | block: Add flags to BlockDriver.bdrv_co_truncate() | Kevin Wolf | 1 | -1/+2 |
2019-10-28 | block: Add @exact parameter to bdrv_co_truncate() | Max Reitz | 1 | -4/+4 |
2019-09-10 | job: drop job_drain | Vladimir Sementsov-Ogievskiy | 1 | -1/+0 |
2019-08-19 | mirror: Fix bdrv_has_zero_init() use | Max Reitz | 1 | -1/+1 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2019-07-19 | tests: Lock AioContexts in test-block-iothread | Max Reitz | 1 | -14/+26 |
2019-06-04 | block: Move node without parents to main AioContext | Kevin Wolf | 1 | -2/+1 |
2019-06-04 | test-block-iothread: BlockBackend AioContext across root node change | Kevin Wolf | 1 | -0/+33 |
2019-06-04 | test-block-iothread: Test adding parent to iothread node | Kevin Wolf | 1 | -0/+33 |
2019-06-04 | block: Add BlockBackend.ctx | Kevin Wolf | 1 | -5/+5 |
2019-06-04 | block: Add Error to blk_set_aio_context() | Kevin Wolf | 1 | -11/+11 |
2019-06-04 | test-block-iothread: Check filter node in test_propagate_mirror | Kevin Wolf | 1 | -1/+6 |
2019-05-20 | test-block-iothread: Test AioContext propagation for block jobs | Kevin Wolf | 1 | -0/+71 |
2019-05-20 | test-block-iothread: Test AioContext propagation through the tree | Kevin Wolf | 1 | -0/+131 |
2019-05-10 | test-block-iothread: Job coroutine thread after AioContext switch | Kevin Wolf | 1 | -0/+107 |
2019-02-01 | block: Fix hangs in synchronous APIs with iothreads | Kevin Wolf | 1 | -0/+372 |