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

2019-09-03 Thread Dr. David Alan Gilbert
* Cornelia Huck (coh...@redhat.com) wrote: > On Fri, 23 Aug 2019 18:56:57 +0100 > "Dr. David Alan Gilbert (git)" wrote: > > > From: "Dr. David Alan Gilbert" > > > > Add the PCI version of vhost-user-fs. > > > > Launch QEMU like this: > > > > qemu -chardev socket,path=/tmp/vhost-fs.sock,id=c

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

2019-08-26 Thread Cornelia Huck
On Fri, 23 Aug 2019 18:56:57 +0100 "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > 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