virtio: add vhost-user-fs base device
commit98fc1ada4cf70af0f1df1a2d7183cf786fc7da05
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Mon, 30 Sep 2019 10:51:34 +0000 (30 11:51 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sat, 5 Oct 2019 21:43:55 +0000 (5 17:43 -0400)
tree64b4e5b1bba157800df10e82c28257cea3d79b3d
parentddc7757d298b112cd245e537998263943d456472
virtio: add vhost-user-fs base device

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>
configure
hw/virtio/Makefile.objs
hw/virtio/vhost-user-fs.c [new file with mode: 0644]
include/hw/virtio/vhost-user-fs.h [new file with mode: 0644]