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 <geoffroy.vancutsem@intel.com>
This commit is contained in:
Geoffroy Van Cutsem 2021-02-24 09:39:37 +01:00 committed by David Kinder
parent 50f135343a
commit 7c3acd21da
2 changed files with 9 additions and 8 deletions

View File

@ -20,3 +20,4 @@
.. |check| unicode:: U+02714 .. HEAVY CHECK MARK .. |check| unicode:: U+02714 .. HEAVY CHECK MARK
:rtrim: :rtrim:
.. |oplus| unicode:: U+02295 .. CIRCLED PLUS SIGN .. |oplus| unicode:: U+02295 .. CIRCLED PLUS SIGN
.. |rarr| unicode:: U+02192 .. RIGHTWARDS ARROW

View File

@ -46,25 +46,25 @@ BIOS Settings
Kaby Lake Platform Kaby Lake Platform
================== ==================
* Set **IGD Minimum Memory** to **64MB** in **Devices** &rarr; * Set **IGD Minimum Memory** to **64MB** in **Devices** |rarr|
**Video** &rarr; **IGD Minimum Memory**. **Video** |rarr| **IGD Minimum Memory**.
Whiskey Lake Platform Whiskey Lake Platform
===================== =====================
* Set **PM Support** to **Enabled** in **Chipset** &rarr; **System * Set **PM Support** to **Enabled** in **Chipset** |rarr| **System
Agent (SA) Configuration** &rarr; **Graphics Configuration** &rarr; Agent (SA) Configuration** |rarr| **Graphics Configuration** |rarr|
**PM support**. **PM support**.
* Set **DVMT Pre-Allocated** to **64MB** in **Chipset** &rarr; * Set **DVMT Pre-Allocated** to **64MB** in **Chipset** |rarr|
**System Agent (SA) Configuration** **System Agent (SA) Configuration**
&rarr; **Graphics Configuration** &rarr; **DVMT Pre-Allocated**. |rarr| **Graphics Configuration** |rarr| **DVMT Pre-Allocated**.
Elkhart Lake Platform Elkhart Lake Platform
===================== =====================
* Set **DMVT Pre-Allocated** to **64MB** in **Intel Advanced Menu** * Set **DMVT Pre-Allocated** to **64MB** in **Intel Advanced Menu**
&rarr; **System Agent(SA) Configuration** &rarr; |rarr| **System Agent(SA) Configuration** |rarr|
**Graphics Configuration** &rarr; **DMVT Pre-Allocated**. **Graphics Configuration** |rarr| **DMVT Pre-Allocated**.
Passthrough the GPU to Guest Passthrough the GPU to Guest
**************************** ****************************