qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Cornelia Huck <cohuck@redhat.com>
To: "Dr. David Alan Gilbert (git)" <dgilbert@redhat.com>
Cc: vgoyal@redhat.com, mszeredi@redhat.com, qemu-devel@nongnu.org,
	stefanha@redhat.com, mst@redhat.com
Subject: Re: [Qemu-devel] [PATCH v3 2/3] virtio: add vhost-user-fs base device
Date: Wed, 18 Sep 2019 14:40:58 +0200	[thread overview]
Message-ID: <20190918144058.15151a60.cohuck@redhat.com> (raw)
In-Reply-To: <20190917160057.11847-3-dgilbert@redhat.com>

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

> From: "Dr. David Alan Gilbert" <dgilbert@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 <stefanha@redhat.com>
> Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@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 <cohuck@redhat.com>


  parent reply	other threads:[~2019-09-18 12:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-17 16:00 [Qemu-devel] [PATCH v3 0/3] Add virtio-fs (experimental) Dr. David Alan Gilbert (git)
2019-09-17 16:00 ` [Qemu-devel] [PATCH v3 1/3] virtio: Add virito_fs linux headers Dr. David Alan Gilbert (git)
2019-09-25 14:26   ` Michael S. Tsirkin
2019-09-30  9:50     ` Dr. David Alan Gilbert
2019-09-17 16:00 ` [Qemu-devel] [PATCH v3 2/3] virtio: add vhost-user-fs base device Dr. David Alan Gilbert (git)
2019-09-18  1:31   ` piaojun
2019-09-18 12:40   ` Cornelia Huck [this message]
2019-09-17 16:00 ` [Qemu-devel] [PATCH v3 3/3] virtio: add vhost-user-fs-pci device Dr. David Alan Gilbert (git)
2019-09-18  1:27   ` piaojun
2019-09-18 10:05     ` Stefan Hajnoczi
2019-09-18 12:45 ` [Qemu-devel] [PATCH v3 0/3] Add virtio-fs (experimental) Cornelia Huck
2019-09-25 14:27 ` Michael S. Tsirkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190918144058.15151a60.cohuck@redhat.com \
    --to=cohuck@redhat.com \
    --cc=dgilbert@redhat.com \
    --cc=mst@redhat.com \
    --cc=mszeredi@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    --cc=vgoyal@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).