From: "Michael S. Tsirkin" <mst@redhat.com>
To: "Dr. David Alan Gilbert (git)" <dgilbert@redhat.com>
Cc: mszeredi@redhat.com, cohuck@redhat.com, qemu-devel@nongnu.org,
stefanha@redhat.com, vgoyal@redhat.com
Subject: Re: [PATCH v3 0/3] Add virtio-fs (experimental)
Date: Wed, 25 Sep 2019 10:27:31 -0400 [thread overview]
Message-ID: <20190925102657-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20190917160057.11847-1-dgilbert@redhat.com>
On Tue, Sep 17, 2019 at 05:00:54PM +0100, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> Hi,
> This set of patches adds the core of the virtio-fs support to qemu;
> it's marked experimental since the kernel patch isn't in yet; but
> it's nearly there; the spec has passed the voting stage, and
> the kernel changes are queued in fuse-next.
Was going to apply this but turns out headers didn't land in Linux yet.
Replied on the specific patches.
> A future set of patches will add the optional DAX mapping support.
>
> The actual qemu change is pretty minimal, since it's really only
> a virtio device with some queues.
>
> Some links:
> Mailing list: https://www.redhat.com/mailman/listinfo/virtio-fs
> Dev tree: Including filesystem daemon: https://gitlab.com/virtio-fs/qemu
> kernel:
> dev world:
> https://gitlab.com/virtio-fs/linux
> fuse next:
> https://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git/log/?h=for-next
> virtio spec changes:
> https://lists.oasis-open.org/archives/virtio-dev/201908/msg00112.html
>
> v3
> Split the kernel header update out
> The contents correspond to the fuse-next world+a patch Stefan just
> sent to make that use the newer 'num_request_queues' name
>
> Update copyright year,
> Remove the assert in vuf_handle_output
> the virtio core code sometimes calls it during cleanup if the
> daemon dies first
> (I've not changed the comment about guest_notifier_mask/virtio-pci
> since that's copied in a bunch of virtio code going back ~5 years)
>
> Dr. David Alan Gilbert (3):
> virtio: Add virito_fs linux headers
> virtio: add vhost-user-fs base device
> virtio: add vhost-user-fs-pci device
>
> configure | 13 +
> hw/virtio/Makefile.objs | 2 +
> hw/virtio/vhost-user-fs-pci.c | 85 ++++++
> hw/virtio/vhost-user-fs.c | 299 ++++++++++++++++++++
> include/hw/virtio/vhost-user-fs.h | 45 +++
> include/standard-headers/linux/virtio_fs.h | 41 +++
> include/standard-headers/linux/virtio_ids.h | 1 +
> 7 files changed, 486 insertions(+)
> create mode 100644 hw/virtio/vhost-user-fs-pci.c
> create mode 100644 hw/virtio/vhost-user-fs.c
> create mode 100644 include/hw/virtio/vhost-user-fs.h
> create mode 100644 include/standard-headers/linux/virtio_fs.h
>
> --
> 2.21.0
prev parent reply other threads:[~2019-09-25 14:28 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
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 [this message]
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=20190925102657-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=cohuck@redhat.com \
--cc=dgilbert@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.