[Qemu-devel] [PATCH 0/2] blockjob: Fix coroutine thread after AioContext change

Kevin Wolf posted 2 patches 4 years, 12 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190503171744.21589-1-kwolf@redhat.com
Maintainers: John Snow <jsnow@redhat.com>
job.c                       |   2 +-
tests/test-block-iothread.c | 107 ++++++++++++++++++++++++++++++++++++
2 files changed, 108 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH 0/2] blockjob: Fix coroutine thread after AioContext change
Posted by Kevin Wolf 4 years, 12 months ago
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(-)

-- 
2.20.1


Re: [Qemu-devel] [PATCH 0/2] blockjob: Fix coroutine thread after AioContext change
Posted by Kevin Wolf 4 years, 11 months ago
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