+13
−0
+1
−0
hw/virtio/vhost-user-fs.c
0 → 100644
+299
−0
include/hw/virtio/vhost-user-fs.h
0 → 100644
+45
−0
Loading
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 process. Signed-off-by:Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by:
Sebastien Boeuf <sebastien.boeuf@intel.com> Signed-off-by:
Dr. David Alan Gilbert <dgilbert@redhat.com> Message-Id: <20190930105135.27244-3-dgilbert@redhat.com> Acked-by:
Peter Maydell <peter.maydell@linaro.org> Reviewed-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Michael S. Tsirkin <mst@redhat.com>