* 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
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"
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 t