[doc] fix typos (again)

This commit is contained in:
Geoffrey McRae 2024-03-08 18:34:22 +11:00
parent ed512f5943
commit 01efbc62c4
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ You should now also have the character device ``/dev/kvmfr0``
If you start the VM prior to loading the module, QEMU will create the file
``/dev/kvmfr0`` as a regular file. You can confirm if this has happened by
running ``ls -l /dev/kvmfr0`` and checking if the filesize is greater then
running ``ls -l /dev/kvmfr0`` and checking if the file size is greater then
zero, or the permissions do not start with ``c``. If this has occurred, you
must delete the file and reload the module.

View File

@ -6,7 +6,7 @@ IVSHMEM with standard shared memory
This method is here for those that can not use the KVMFR kernel module. Please
be aware that as a result you will not be able to take advantage of your GPUs
abilit to access memory via it's hardware DMA engine if you use this method.
ability to access memory via it's hardware DMA engine if you use this method.
Add the following to your libvirt machine configuration inside the
'devices' section by running ``virsh edit <VM>`` where ``<VM>`` is the name of