Re: [PATCH v3 0/4] io: follow coroutine AioContext in qio_channel_yield()

2023-08-31 Thread Eric Blake
On Wed, Aug 30, 2023 at 06:47:58PM -0400, Stefan Hajnoczi wrote: > v3: > - Fix wrong copy-pasted function name in doc comment [Eric] > - Fix "match" -> "matches" in comment [Eric] > v2: > - Add Patch 1 & 2 to remove unused NBD aio_context arguments and dead code > [Fabiano] > - Remove attach/detac

[PATCH v3 0/4] io: follow coroutine AioContext in qio_channel_yield()

2023-08-30 Thread Stefan Hajnoczi
v3: - Fix wrong copy-pasted function name in doc comment [Eric] - Fix "match" -> "matches" in comment [Eric] v2: - Add Patch 1 & 2 to remove unused NBD aio_context arguments and dead code [Fabiano] - Remove attach/detach prototypes from "io/channel.h" [Daniel] - Add utility function to set fd hand