[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 2/2] virtio: add vhost-user-fs-pci device
From: |
Cornelia Huck |
Subject: |
Re: [Qemu-devel] [PATCH v2 2/2] virtio: add vhost-user-fs-pci device |
Date: |
Mon, 26 Aug 2019 17:35:36 +0200 |
On Fri, 23 Aug 2019 18:56:57 +0100
"Dr. David Alan Gilbert (git)" <address@hidden> wrote:
> From: "Dr. David Alan Gilbert" <address@hidden>
>
> 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 <address@hidden>
> Signed-off-by: Sebastien Boeuf <address@hidden>
> Signed-off-by: Dr. David Alan Gilbert <address@hidden>
> ---
> 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 <address@hidden>
I still need to try and send out that patch wiring it up for ccw...