On Tue, 17 Sep 2019 17:00:56 +0100
"Dr. David Alan Gilbert (git)" <dgilb...@redhat.com> wrote:

> From: "Dr. David Alan Gilbert" <dgilb...@redhat.com>
> 
> 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 <stefa...@redhat.com>
> Signed-off-by: Sebastien Boeuf <sebastien.bo...@intel.com>
> Signed-off-by: Dr. David Alan Gilbert <dgilb...@redhat.com>
> ---
>  configure                         |  13 ++
>  hw/virtio/Makefile.objs           |   1 +
>  hw/virtio/vhost-user-fs.c         | 299 ++++++++++++++++++++++++++++++
>  include/hw/virtio/vhost-user-fs.h |  45 +++++
>  4 files changed, 358 insertions(+)
>  create mode 100644 hw/virtio/vhost-user-fs.c
>  create mode 100644 include/hw/virtio/vhost-user-fs.h

Reviewed-by: Cornelia Huck <coh...@redhat.com>

Reply via email to