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

2019-09-18 Thread Stefan Hajnoczi
On Wed, Sep 18, 2019 at 09:27:21AM +0800, piaojun wrote: > > > On 2019/9/18 0:00, 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

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

2019-09-17 Thread piaojun
On 2019/9/18 0:00, 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 > > Signed-off-b

[Qemu-devel] [PATCH v3 3/3] virtio: add vhost-user-fs-pci device

2019-09-17 Thread Dr. David Alan Gilbert (git)
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 Signed-off-by: Stefan Hajnoczi Signed-off-by: Sebastien Boeuf Signed-off-by: Dr. David A