Re: [PATCH 7/7] iotests/281: Let NBD connection yield in iothread

2022-02-04 Thread Vladimir Sementsov-Ogievskiy
03.02.2022 19:30, Hanna Reitz wrote: Put an NBD block device into an I/O thread, and then read data from it, hoping that the NBD connection will yield during that read. When it does, the coroutine must be reentered in the block device's I/O thread, which will only happen if the NBD block driver

[PATCH 7/7] iotests/281: Let NBD connection yield in iothread

2022-02-03 Thread Hanna Reitz
Put an NBD block device into an I/O thread, and then read data from it, hoping that the NBD connection will yield during that read. When it does, the coroutine must be reentered in the block device's I/O thread, which will only happen if the NBD block driver attaches the connection's QIOChannel to