Re: [PATCH v8 0/4] vhost-user block device backend implementation

2020-06-16 Thread Coiby Xu
On Mon, Jun 15, 2020 at 10:46:10AM +0200, Stefano Garzarella wrote: On Mon, Jun 15, 2020 at 02:46:40AM +0800, Coiby Xu wrote: Hi Stefano Garzarella, On Thu, Jun 11, 2020 at 02:37:03PM +0200, Stefano Garzarella wrote: > Hi Coiby Xu, > > On Fri, Jun 05, 2020 at 07:35:34AM +0800, Coiby Xu wrote: >

Re: [PATCH v8 0/4] vhost-user block device backend implementation

2020-06-15 Thread Stefano Garzarella
On Mon, Jun 15, 2020 at 02:46:40AM +0800, Coiby Xu wrote: > Hi Stefano Garzarella, > > On Thu, Jun 11, 2020 at 02:37:03PM +0200, Stefano Garzarella wrote: > > Hi Coiby Xu, > > > > On Fri, Jun 05, 2020 at 07:35:34AM +0800, Coiby Xu wrote: > > > v8 > > > - re-try connecting to socket server to fix

Re: [PATCH v8 0/4] vhost-user block device backend implementation

2020-06-14 Thread Coiby Xu
Hi Stefano Garzarella, On Thu, Jun 11, 2020 at 02:37:03PM +0200, Stefano Garzarella wrote: Hi Coiby Xu, On Fri, Jun 05, 2020 at 07:35:34AM +0800, Coiby Xu wrote: v8 - re-try connecting to socket server to fix asan error - fix license naming issue v7 - fix docker-test-debug@fedora errors by

Re: [PATCH v8 0/4] vhost-user block device backend implementation

2020-06-12 Thread Coiby Xu
On Thu, Jun 11, 2020 at 04:27:44PM +0100, Stefan Hajnoczi wrote: On Fri, Jun 05, 2020 at 07:35:34AM +0800, Coiby Xu wrote: v8 - re-try connecting to socket server to fix asan error - fix license naming issue Great, thanks for posting these patches! I have posted feedback. I'd like to merge

Re: [PATCH v8 0/4] vhost-user block device backend implementation

2020-06-11 Thread Stefan Hajnoczi
On Fri, Jun 05, 2020 at 07:35:34AM +0800, Coiby Xu wrote: > v8 > - re-try connecting to socket server to fix asan error > - fix license naming issue Great, thanks for posting these patches! I have posted feedback. I'd like to merge this soon. If you are busy I can send you patches that address

Re: [PATCH v8 0/4] vhost-user block device backend implementation

2020-06-11 Thread Stefano Garzarella
Hi Coiby Xu, On Fri, Jun 05, 2020 at 07:35:34AM +0800, Coiby Xu wrote: > v8 > - re-try connecting to socket server to fix asan error > - fix license naming issue > > v7 > - fix docker-test-debug@fedora errors by freeing malloced memory > > v6 > - add missing license header and include guard

[PATCH v8 0/4] vhost-user block device backend implementation

2020-06-04 Thread Coiby Xu
v8 - re-try connecting to socket server to fix asan error - fix license naming issue v7 - fix docker-test-debug@fedora errors by freeing malloced memory v6 - add missing license header and include guard - vhost-user server only serve one client one time - fix a bug in custom vu_message_read