Re: [Qemu-devel] [RFC PATCH 7/7] virtio-fs: Allow mapping of journal

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" > > > > The 'journal' is a shared block of RAM between QEMU and it's > > s/it's/its/ (here, you want possessive) Fixed. Dave > > fuse daemon. It's typically

Re: [Qemu-devel] [RFC PATCH 7/7] virtio-fs: Allow mapping of journal

2018-12-10 Thread Eric Blake
On 12/10/18 11:31 AM, Dr. David Alan Gilbert (git) wrote: From: "Dr. David Alan Gilbert" The 'journal' is a shared block of RAM between QEMU and it's s/it's/its/ (here, you want possessive) fuse daemon. It's typically a shmfs file and it's specified as: whereas here, both uses of "it's"

[Qemu-devel] [RFC PATCH 7/7] virtio-fs: Allow mapping of journal

2018-12-10 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" The 'journal' is a shared block of RAM between QEMU and it's fuse daemon. It's typically a shmfs file and it's specified as: -device vhost-user-fs-pci,chardev=char0,tag=myfs,cache-size=1G,versiontable=/dev/shm/mdvt1,journal=/dev/shm/journal1 It gets mapped into