qemu-devel
[Top][All Lists]
Advanced

[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: Dr. David Alan Gilbert
Subject: Re: [Qemu-devel] [PATCH v2 2/2] virtio: add vhost-user-fs-pci device
Date: Tue, 3 Sep 2019 18:55:54 +0100
User-agent: Mutt/1.12.1 (2019-06-15)

* Cornelia Huck (address@hidden) wrote:
> 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...

Thanks; the non-DAX version should be pretty simple.

Dave
--
Dr. David Alan Gilbert / address@hidden / Manchester, UK



reply via email to

[Prev in Thread] Current Thread [Next in Thread]