mbox series

[0/2] blockjob: Fix coroutine thread after AioContext change

Message ID 20190503171744.21589-1-kwolf@redhat.com (mailing list archive)
Headers show
Series blockjob: Fix coroutine thread after AioContext change | expand

Message

Kevin Wolf May 3, 2019, 5:17 p.m. UTC
Kevin Wolf (2):
  blockjob: Fix coroutine thread after AioContext change
  test-block-iothread: Job coroutine thread after AioContext switch

 job.c                       |   2 +-
 tests/test-block-iothread.c | 107 ++++++++++++++++++++++++++++++++++++
 2 files changed, 108 insertions(+), 1 deletion(-)

Comments

Kevin Wolf May 8, 2019, 12:15 p.m. UTC | #1
Am 03.05.2019 um 19:17 hat Kevin Wolf geschrieben:
> Kevin Wolf (2):
>   blockjob: Fix coroutine thread after AioContext change
>   test-block-iothread: Job coroutine thread after AioContext switch

Applied to the block branch.

Kevin