Re: [PULL 18/19] virtio: add vhost-user-fs base device

2019-10-07 Thread Michael S. Tsirkin
On Mon, Oct 07, 2019 at 07:57:04AM +0200, Igor Mammedov wrote: > On Sat, 5 Oct 2019 18:00:09 -0400 > "Michael S. Tsirkin" wrote: > > > From: "Dr. David Alan Gilbert" > > > > The virtio-fs virtio device provides shared file system access using > > the FUSE protocol carried over virtio. > > The a

Re: [PULL 18/19] virtio: add vhost-user-fs base device

2019-10-06 Thread Igor Mammedov
On Sat, 5 Oct 2019 18:00:09 -0400 "Michael S. Tsirkin" wrote: > From: "Dr. David Alan Gilbert" > > The virtio-fs virtio device provides shared file system access using > the FUSE protocol carried over virtio. > The actual file server is implemented in an external vhost-user-fs device > backend