[Virtio-fs] [Qemu-devel] [PATCH v2 2/2] virtio: add vhost-user-fs-pci device

Cornelia Huck cohuck at redhat.com
Mon Aug 26 15:35:36 UTC 2019


On Fri, 23 Aug 2019 18:56:57 +0100
"Dr. David Alan Gilbert (git)" <dgilbert at redhat.com> wrote:

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

I still need to try and send out that patch wiring it up for ccw...




More information about the Virtio-fs mailing list