On Fri, Sep 18, 2020 at 04:09:05PM +0800, Coiby Xu wrote: > v10 > - Use a linked list of VuFdWatch objects to keep kick info [Stefan] > - Merge improvements and fixes from Stefan > - Rename libvhost-user's vu_message_read to vu_message_read_default [Kevin] > - When shutting down the client, wait for the coroutine of processing > vhost-user messages to be finished [Kevin] > - Allocate struct req_data on the heap [Kevin] > - Improve coding of qtest case [Thomas] > - Fix several memory leaks detected by ASAN Hi, I have sent a patch series with cleanups and a conversion to the new block exports API: https://lists.gnu.org/archive/html/qemu-devel/2020-09/msg07946.html I will do a final review of your series tomorrow. Thanks! Stefan