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