Re: [Qemu-devel] [PATCH v2 1/2] virtio: add vhost-user-fs base device

2019-09-05 Thread Dr. David Alan Gilbert
* Cornelia Huck (coh...@redhat.com) wrote: > On Fri, 23 Aug 2019 18:56:56 +0100 > "Dr. David Alan Gilbert (git)" wrote: > > > From: "Dr. David Alan Gilbert" > > > > The virtio-fs virtio device provides shared file system access using > > the FUSE protocol carried ovew virtio. > > The actual fil

Re: [Qemu-devel] [PATCH v2 1/2] virtio: add vhost-user-fs base device

2019-08-26 Thread Cornelia Huck
On Fri, 23 Aug 2019 18:56:56 +0100 "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > The virtio-fs virtio device provides shared file system access using > the FUSE protocol carried ovew virtio. > The actual file server is implemented in an external vhost-user-fs device