Re: [PATCH v2 0/7] block/nbd: Move s->ioc on AioContext change

2022-02-04 Thread Vladimir Sementsov-Ogievskiy
04.02.2022 14:10, Hanna Reitz wrote: Hi, The original RFC is here: https://lists.nongnu.org/archive/html/qemu-block/2022-01/msg00765.html And v1 (whose cover letter has some exposition) is here: https://lists.nongnu.org/archive/html/qemu-block/2022-02/msg00124.html In v2, I’ve fixed the QemuS

[PATCH v2 0/7] block/nbd: Move s->ioc on AioContext change

2022-02-04 Thread Hanna Reitz
Hi, The original RFC is here: https://lists.nongnu.org/archive/html/qemu-block/2022-01/msg00765.html And v1 (whose cover letter has some exposition) is here: https://lists.nongnu.org/archive/html/qemu-block/2022-02/msg00124.html In v2, I’ve fixed the QemuStorageDaemon class added in patch 4 as