Re: [PATCH v4 2/3] virtio: add vhost-user-fs base device

2019-10-02 Thread Marc-André Lureau
Hi On Tue, Oct 1, 2019 at 9:29 PM Dr. David Alan Gilbert wrote: > > * Marc-André Lureau (marcandre.lur...@gmail.com) wrote: > > Hi > > > > On Mon, Sep 30, 2019 at 2:52 PM Dr. David Alan Gilbert (git) > > wrote: > > > > > > From: "Dr. David Alan Gilbert" > > > > > > The virtio-fs virtio device p

Re: [PATCH v4 2/3] virtio: add vhost-user-fs base device

2019-10-01 Thread Dr. David Alan Gilbert
* Marc-André Lureau (marcandre.lur...@gmail.com) wrote: > Hi > > On Mon, Sep 30, 2019 at 2:52 PM 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 over virtio. >

Re: [PATCH v4 2/3] virtio: add vhost-user-fs base device

2019-09-30 Thread Marc-André Lureau
Hi On Mon, Sep 30, 2019 at 2:52 PM 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 over virtio. > The actual file server is implemented in an external vhost-user-fs device