[doc] use "Looking Glass Server" instead of "producer"

I think "server" and different "implementations" of it makes it a lot clearer
to readers that it's a swappable thing that can serve multiple clients without
being too much jargon.
This commit is contained in:
Quantum
2026-08-12 02:48:58 -04:00
committed by Geoffrey McRae
parent 13b6e04256
commit 6dd1092ca3
14 changed files with 54 additions and 40 deletions

View File

@@ -19,8 +19,8 @@ KVMFR provides the Linux character-device interface used by the client and OBS
and can export regions for direct GPU import.
The IDD stores frame queues, frame metadata, pointer updates and input protocol
state in this region. It uses three frame buffers so a producer and multiple
consumers can progress without overwriting a frame that is still in use.
state in this region. It uses three frame buffers so a server and multiple
clients can progress without overwriting a frame that is still in use.
.. _what_is_the_ivshmem_device_being_used_for: