From 4ebd3b041bb8f7b922f8e75481171742b3466afb Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 17 Nov 2021 12:48:45 +0100 Subject: [PATCH] docs: qemu -> QEMU This is the official syling of the name, let's use that instead of lower-case for consistensy. Acked-by: Chia-I Wu Part-of: --- docs/drivers/virgl.rst | 6 +++--- docs/systems.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/drivers/virgl.rst b/docs/drivers/virgl.rst index 38f51ea4bce..fefb108a88c 100644 --- a/docs/drivers/virgl.rst +++ b/docs/drivers/virgl.rst @@ -5,7 +5,7 @@ What is Virgil? --------------- Virgil is a research project to investigate the possibility of creating a -virtual 3D GPU for use inside qemu virtual machines, that allows the +virtual 3D GPU for use inside QEMU virtual machines, that allows the guest operating system to use the capabilities of the host GPU to accelerate 3D rendering. The plan is to have a guest GPU that is fully independent of the host GPU. @@ -14,11 +14,11 @@ What exactly does it entail? ---------------------------- The project entails creating a virtual 3D capable graphics card for -virtual machines running inside qemu. The design of this card is based +virtual machines running inside QEMU. The design of this card is based around the concepts of Gallium3D to make writing Mesa and (eventually) Direct3D drivers for it easy. The card natively uses the Gallium TGSI intermediate representation for its shaders. The implementation of -rendering for the card is done in the host system as part of qemu and is +rendering for the card is done in the host system as part of QEMU and is implemented purely on OpenGL so you can get accelerated rendering on any sufficiently capable card/driver combination. diff --git a/docs/systems.rst b/docs/systems.rst index b95b5f3cc9d..73c7012b2f1 100644 --- a/docs/systems.rst +++ b/docs/systems.rst @@ -33,7 +33,7 @@ Layered driver include: Microsoft's Direct3D 12 API. - :doc:`SVGA3D ` - driver for VMware virtual GPU - `VirGL ` - research project for accelerated graphics - for qemu guests + for QEMU guests - :doc:`Zink ` - driver providing OpenGL on top of Khoronos' Vulkan API.