mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 21:17:19 +00:00
[doc] fix typos (again)
This commit is contained in:
parent
ed512f5943
commit
01efbc62c4
@ -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
|
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
|
``/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
|
zero, or the permissions do not start with ``c``. If this has occurred, you
|
||||||
must delete the file and reload the module.
|
must delete the file and reload the module.
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ IVSHMEM with standard shared memory
|
|||||||
|
|
||||||
This method is here for those that can not use the KVMFR kernel module. Please
|
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
|
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
|
Add the following to your libvirt machine configuration inside the
|
||||||
'devices' section by running ``virsh edit <VM>`` where ``<VM>`` is the name of
|
'devices' section by running ``virsh edit <VM>`` where ``<VM>`` is the name of
|
||||||
|
Loading…
Reference in New Issue
Block a user