On Fri, 23 Aug 2019 18:56:57 +0100 "Dr. David Alan Gilbert (git)" <[email protected]> wrote:
> From: "Dr. David Alan Gilbert" <[email protected]> > > 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 <[email protected]> > Signed-off-by: Sebastien Boeuf <[email protected]> > Signed-off-by: Dr. David Alan Gilbert <[email protected]> > --- > 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 <[email protected]> I still need to try and send out that patch wiring it up for ccw...
