Re: [PATCH v10 0/7] vhost-user block device backend implementation

2020-10-10 Thread Coiby Xu
On Fri, Oct 09, 2020 at 11:18:43AM +0100, Stefan Hajnoczi wrote: 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_

Re: [PATCH v10 0/7] vhost-user block device backend implementation

2020-10-09 Thread Stefan Hajnoczi
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, wai

Re: [PATCH v10 0/7] vhost-user block device backend implementation

2020-09-23 Thread Stefan Hajnoczi
Thanks for contributing this feature! I have replied with comments about additional steps I'm taking (fixes, cleanups, etc). This series looks good: Reviewed-by: Stefan Hajnoczi signature.asc Description: PGP signature

Re: [PATCH v10 0/7] vhost-user block device backend implementation

2020-09-22 Thread Stefan Hajnoczi
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, wai

Re: [PATCH v10 0/7] vhost-user block device backend implementation

2020-09-21 Thread Stefan Hajnoczi
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, wai

[PATCH v10 0/7] vhost-user block device backend implementation

2020-09-18 Thread Coiby Xu
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 finis