Re: [Qemu-devel] [RFC PATCH 3/7] virtio-fs: Add cache BAR

2018-12-11 Thread Dr. David Alan Gilbert
* Eric Blake (ebl...@redhat.com) wrote: > On 12/10/18 11:31 AM, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > Add a cache BAR into which files will be directly mapped. > > The size cacn be set with the cache-size= property, e.g. > > s/cacn/can/ Thanks, fixed. >

Re: [Qemu-devel] [RFC PATCH 3/7] virtio-fs: Add cache BAR

2018-12-10 Thread Eric Blake
On 12/10/18 11:31 AM, Dr. David Alan Gilbert (git) wrote: From: "Dr. David Alan Gilbert" Add a cache BAR into which files will be directly mapped. The size cacn be set with the cache-size= property, e.g. s/cacn/can/ -device vhost-user-fs-pci,chardev=char0,tag=myfs,cache-size=16G Signed

[Qemu-devel] [RFC PATCH 3/7] virtio-fs: Add cache BAR

2018-12-10 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Add a cache BAR into which files will be directly mapped. The size cacn be set with the cache-size= property, e.g. -device vhost-user-fs-pci,chardev=char0,tag=myfs,cache-size=16G Signed-off-by: Dr. David Alan Gilbert --- hw/virtio/vhost-user-fs.c