Mesa (main): docs: qemu -> QEMU

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Feb 27 11:13:21 UTC 2022


Module: Mesa
Branch: main
Commit: 4ebd3b041bb8f7b922f8e75481171742b3466afb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ebd3b041bb8f7b922f8e75481171742b3466afb

Author: Erik Faye-Lund <kusmabite at gmail.com>
Date:   Wed Nov 17 12:48:45 2021 +0100

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 <olvaffe at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13836>

---

 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 <drivers/svga3d>` - driver for VMware virtual GPU
 -  `VirGL <drivers/virgl>` - research project for accelerated graphics
-   for qemu guests
+   for QEMU guests
 -  :doc:`Zink <drivers/zink>` - driver providing OpenGL on top of
    Khoronos' Vulkan API.
 



More information about the mesa-commit mailing list