From 7c3acd21da2e6a4b0e71a43d31de4edf0207cc66 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Wed, 24 Feb 2021 09:39:37 +0100 Subject: [PATCH] doc: fix rendering of rightwards arrows The "Enable GVT-d in ACRN" tutorial includes a number of rightwards arrows. The source text used the "→" symbol for this but this is not valid in ReST files. We add a substitution for this and use it in the tutorial instead. Tracked-On: #5769 Signed-off-by: Geoffroy Van Cutsem --- doc/substitutions.txt | 1 + doc/tutorials/gpu-passthru.rst | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/substitutions.txt b/doc/substitutions.txt index 7540de0d4..d247d2d24 100644 --- a/doc/substitutions.txt +++ b/doc/substitutions.txt @@ -20,3 +20,4 @@ .. |check| unicode:: U+02714 .. HEAVY CHECK MARK :rtrim: .. |oplus| unicode:: U+02295 .. CIRCLED PLUS SIGN +.. |rarr| unicode:: U+02192 .. RIGHTWARDS ARROW diff --git a/doc/tutorials/gpu-passthru.rst b/doc/tutorials/gpu-passthru.rst index c3ab0594f..c689e74b2 100644 --- a/doc/tutorials/gpu-passthru.rst +++ b/doc/tutorials/gpu-passthru.rst @@ -46,25 +46,25 @@ BIOS Settings Kaby Lake Platform ================== -* Set **IGD Minimum Memory** to **64MB** in **Devices** → - **Video** → **IGD Minimum Memory**. +* Set **IGD Minimum Memory** to **64MB** in **Devices** |rarr| + **Video** |rarr| **IGD Minimum Memory**. Whiskey Lake Platform ===================== -* Set **PM Support** to **Enabled** in **Chipset** → **System - Agent (SA) Configuration** → **Graphics Configuration** → +* Set **PM Support** to **Enabled** in **Chipset** |rarr| **System + Agent (SA) Configuration** |rarr| **Graphics Configuration** |rarr| **PM support**. -* Set **DVMT Pre-Allocated** to **64MB** in **Chipset** → +* Set **DVMT Pre-Allocated** to **64MB** in **Chipset** |rarr| **System Agent (SA) Configuration** - → **Graphics Configuration** → **DVMT Pre-Allocated**. + |rarr| **Graphics Configuration** |rarr| **DVMT Pre-Allocated**. Elkhart Lake Platform ===================== * Set **DMVT Pre-Allocated** to **64MB** in **Intel Advanced Menu** - → **System Agent(SA) Configuration** → - **Graphics Configuration** → **DMVT Pre-Allocated**. + |rarr| **System Agent(SA) Configuration** |rarr| + **Graphics Configuration** |rarr| **DMVT Pre-Allocated**. Passthrough the GPU to Guest ****************************