diff options
author | John Snow <jsnow@redhat.com> | 2021-10-04 17:52:37 -0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2021-11-08 12:27:23 +0400 |
commit | ca0a0d122c760a0763c68f348560bddfe482813c (patch) | |
tree | 7a07672baed02e3d5ad715e85331137ef73d978d /docs/system/i386 | |
parent | 450e0f28a476342baf1ed14a6c2a230e738f83bf (diff) | |
download | qemu-ca0a0d122c760a0763c68f348560bddfe482813c.zip qemu-ca0a0d122c760a0763c68f348560bddfe482813c.tar.gz qemu-ca0a0d122c760a0763c68f348560bddfe482813c.tar.bz2 |
docs: (further) remove non-reference uses of single backticks
The series rotted already. Here's the new changes.
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Damien Hedde <damien.hedde@greensocs.com>
[ extra backticks fixes ]
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20211004215238.1523082-3-jsnow@redhat.com>
Diffstat (limited to 'docs/system/i386')
-rw-r--r-- | docs/system/i386/sgx.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/system/i386/sgx.rst b/docs/system/i386/sgx.rst index f103ae2..9aa161a 100644 --- a/docs/system/i386/sgx.rst +++ b/docs/system/i386/sgx.rst @@ -77,9 +77,9 @@ CPUID Due to its myriad dependencies, SGX is currently not listed as supported in any of Qemu's built-in CPU configuration. To expose SGX (and SGX Launch -Control) to a guest, you must either use `-cpu host` to pass-through the +Control) to a guest, you must either use ``-cpu host`` to pass-through the host CPU model, or explicitly enable SGX when using a built-in CPU model, -e.g. via `-cpu <model>,+sgx` or `-cpu <model>,+sgx,+sgxlc`. +e.g. via ``-cpu <model>,+sgx`` or ``-cpu <model>,+sgx,+sgxlc``. All SGX sub-features enumerated through CPUID, e.g. SGX2, MISCSELECT, ATTRIBUTES, etc... can be restricted via CPUID flags. Be aware that enforcing @@ -126,7 +126,7 @@ creating VM with SGX. Feature Control ~~~~~~~~~~~~~~~ -Qemu SGX updates the `etc/msr_feature_control` fw_cfg entry to set the SGX +Qemu SGX updates the ``etc/msr_feature_control`` fw_cfg entry to set the SGX (bit 18) and SGX LC (bit 17) flags based on their respective CPUID support, i.e. existing guest firmware will automatically set SGX and SGX LC accordingly, assuming said firmware supports fw_cfg.msr_feature_control. |