ivshmem: follow up typos and grammar

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-02-26 08:29:05 +01:00
parent 0ad30983a0
commit 8861c7ad88

10
qm.adoc
View File

@ -484,7 +484,7 @@ host.
.Fixed Memory Allocation .Fixed Memory Allocation
[thumbnail="screenshot/gui-create-vm-memory.png"] [thumbnail="screenshot/gui-create-vm-memory.png"]
When setting memory and minimum memory to the same amount ghen setting memory and minimum memory to the same amount
{pve} will simply allocate what you specify to your VM. {pve} will simply allocate what you specify to your VM.
Even when using a fixed memory size, the ballooning device gets added to the Even when using a fixed memory size, the ballooning device gets added to the
@ -707,8 +707,8 @@ SPICE as the display type.
Inter-VM shared memory Inter-VM shared memory
~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~
You can add a Inter-VM shared memory device (`ivshmem`) to be able to You can add an Inter-VM shared memory device (`ivshmem`), which allows one to
share memory between the host and a guest, or between multiple guests. share memory between the host and a guest, or also between multiple guests.
To add such a device, you can use `qm`: To add such a device, you can use `qm`:
@ -717,8 +717,8 @@ To add such a device, you can use `qm`:
Where the size is in MiB. The file will be located under Where the size is in MiB. The file will be located under
`/dev/shm/pve-shm-$name` (the default name is the vmid). `/dev/shm/pve-shm-$name` (the default name is the vmid).
A usecase for such a device is Looking Glass A use case for such a device is the Looking Glass
footnote:[Looking Glass: https://looking-glass.hostfission.com/] footnote:[Looking Glass: https://looking-glass.hostfission.com/] project,
which enables high performance, low-latency display mirroring between which enables high performance, low-latency display mirroring between
host and guest. host and guest.