Re: [PATCH v4 3/5] vhost-user block device backend server

2020-02-25 Thread Kevin Wolf
Am 18.02.2020 um 06:07 hat Coiby Xu geschrieben: > By making use of libvhost, multiple block device drives can be exported > and each drive can serve multiple clients simultaneously. > Since vhost-user-server needs a block drive to be created first, delay > the creation of this object. > > Signed-

[PATCH v4 3/5] vhost-user block device backend server

2020-02-17 Thread Coiby Xu
By making use of libvhost, multiple block device drives can be exported and each drive can serve multiple clients simultaneously. Since vhost-user-server needs a block drive to be created first, delay the creation of this object. Signed-off-by: Coiby Xu --- Makefile.target | 1