From: Cornelia Huck <cohuck@redhat.com>
To: "Dr. David Alan Gilbert (git)" <dgilbert@redhat.com>
Cc: virtio-fs@redhat.com, qemu-devel@nongnu.org, vgoyal@redhat.com
Subject: Re: [Virtio-fs] [Qemu-devel] [PATCH v2 2/2] virtio: add vhost-user-fs-pci device
Date: Mon, 26 Aug 2019 17:35:36 +0200 [thread overview]
Message-ID: <20190826173536.1ced9da7.cohuck@redhat.com> (raw)
In-Reply-To: <20190823175657.12085-3-dgilbert@redhat.com>
On Fri, 23 Aug 2019 18:56:57 +0100
"Dr. David Alan Gilbert (git)" <dgilbert@redhat.com> wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> Add the PCI version of vhost-user-fs.
>
> Launch QEMU like this:
>
> qemu -chardev socket,path=/tmp/vhost-fs.sock,id=chr0
> -device x-vhost-user-fs-pci,tag=myfs,chardev=chr0
>
> 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>
> ---
> hw/virtio/Makefile.objs | 1 +
> hw/virtio/vhost-user-fs-pci.c | 85 +++++++++++++++++++++++++++++++++++
> 2 files changed, 86 insertions(+)
> create mode 100644 hw/virtio/vhost-user-fs-pci.c
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
I still need to try and send out that patch wiring it up for ccw...
WARNING: multiple messages have this Message-ID (diff)
From: Cornelia Huck <cohuck@redhat.com>
To: "Dr. David Alan Gilbert (git)" <dgilbert@redhat.com>
Cc: virtio-fs@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com,
vgoyal@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2 2/2] virtio: add vhost-user-fs-pci device
Date: Mon, 26 Aug 2019 17:35:36 +0200 [thread overview]
Message-ID: <20190826173536.1ced9da7.cohuck@redhat.com> (raw)
In-Reply-To: <20190823175657.12085-3-dgilbert@redhat.com>
On Fri, 23 Aug 2019 18:56:57 +0100
"Dr. David Alan Gilbert (git)" <dgilbert@redhat.com> wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> Add the PCI version of vhost-user-fs.
>
> Launch QEMU like this:
>
> qemu -chardev socket,path=/tmp/vhost-fs.sock,id=chr0
> -device x-vhost-user-fs-pci,tag=myfs,chardev=chr0
>
> 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>
> ---
> hw/virtio/Makefile.objs | 1 +
> hw/virtio/vhost-user-fs-pci.c | 85 +++++++++++++++++++++++++++++++++++
> 2 files changed, 86 insertions(+)
> create mode 100644 hw/virtio/vhost-user-fs-pci.c
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
I still need to try and send out that patch wiring it up for ccw...
next prev parent reply other threads:[~2019-08-26 15:35 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-23 17:56 [Virtio-fs] [PATCH v2 0/2] Add virtio-fs (experimental) Dr. David Alan Gilbert (git)
2019-08-23 17:56 ` [Qemu-devel] " Dr. David Alan Gilbert (git)
2019-08-23 17:56 ` [Virtio-fs] [PATCH v2 1/2] virtio: add vhost-user-fs base device Dr. David Alan Gilbert (git)
2019-08-23 17:56 ` [Qemu-devel] " Dr. David Alan Gilbert (git)
2019-08-26 15:32 ` [Virtio-fs] " Cornelia Huck
2019-08-26 15:32 ` Cornelia Huck
2019-09-05 15:05 ` [Virtio-fs] " Dr. David Alan Gilbert
2019-09-05 15:05 ` Dr. David Alan Gilbert
2019-08-27 2:39 ` [Virtio-fs] " piaojun
2019-08-27 2:39 ` [Qemu-devel] " piaojun
2019-09-03 17:58 ` Dr. David Alan Gilbert
2019-09-03 17:58 ` [Qemu-devel] " Dr. David Alan Gilbert
2019-08-23 17:56 ` [Virtio-fs] [PATCH v2 2/2] virtio: add vhost-user-fs-pci device Dr. David Alan Gilbert (git)
2019-08-23 17:56 ` [Qemu-devel] " Dr. David Alan Gilbert (git)
2019-08-26 15:35 ` Cornelia Huck [this message]
2019-08-26 15:35 ` Cornelia Huck
2019-09-03 17:55 ` [Virtio-fs] " Dr. David Alan Gilbert
2019-09-03 17:55 ` Dr. David Alan Gilbert
2019-08-23 17:57 ` [Virtio-fs] [PATCH v2 0/2] Add virtio-fs (experimental) Dr. David Alan Gilbert
2019-08-23 17:57 ` [Qemu-devel] " Dr. David Alan Gilbert
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=20190826173536.1ced9da7.cohuck@redhat.com \
--to=cohuck@redhat.com \
--cc=dgilbert@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=vgoyal@redhat.com \
--cc=virtio-fs@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.