doc: doc cleanup for v2.3 release

Remove some stray Clear Linux references, document labels, and update
the known issue filter patterns.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2020-12-01 13:36:38 -08:00 committed by David Kinder
parent eb4f335dab
commit ad8a0cf737
6 changed files with 9 additions and 8 deletions

View File

@ -6,6 +6,8 @@
# Sphinx 2.0 # Sphinx 2.0
^(?P<filename>[-._/\w]+/hld/[-._/\w]+.rst):(?P<lineno>[0-9]+): WARNING: Duplicate declaration, .* ^(?P<filename>[-._/\w]+/hld/[-._/\w]+.rst):(?P<lineno>[0-9]+): WARNING: Duplicate declaration, .*
# #
^(?P<filename>[-._/\w]+/api/[-._/\w]+.rst):(?P<lineno>[0-9]+): WARNING: duplicate C object description.*
#
^(?P<filename>[-._/\w]+/hld/[-._/\w]+.rst):(?P<lineno>[0-9]+): WARNING: duplicate C object description.* ^(?P<filename>[-._/\w]+/hld/[-._/\w]+.rst):(?P<lineno>[0-9]+): WARNING: duplicate C object description.*
# #
^(?P<filename>[-._/\w]+/hld/[-._/\w]+.rst):(?P<lineno>[0-9]+): WARNING: Duplicate C\+\+ declaration, .* ^(?P<filename>[-._/\w]+/hld/[-._/\w]+.rst):(?P<lineno>[0-9]+): WARNING: Duplicate C\+\+ declaration, .*

View File

@ -1,4 +1,4 @@
.. _asa: .. _asa:
Security Advisory Security Advisory
################# #################

View File

@ -1,5 +1,7 @@
:orphan: :orphan:
.. _nocl:
.. comment This page is a common place holder for references to /latest/ .. comment This page is a common place holder for references to /latest/
documentation that was removed from the 2.2 release but there are documentation that was removed from the 2.2 release but there are
lingering references to these docs out in the wild and in the Google lingering references to these docs out in the wild and in the Google

View File

@ -8,8 +8,6 @@ using ACRN in a reference setup. We'll show how to set up your
development and target hardware, and then how to boot the ACRN development and target hardware, and then how to boot the ACRN
hypervisor, the Service VM, and a User VM on the Intel platform. hypervisor, the Service VM, and a User VM on the Intel platform.
.. _Clear Linux: https://clearlinux.org
ACRN is supported on Apollo Lake and Kaby Lake Intel platforms, ACRN is supported on Apollo Lake and Kaby Lake Intel platforms,
as described in :ref:`hardware`. as described in :ref:`hardware`.

View File

@ -507,7 +507,7 @@ Here is the offline configuration tool workflow:
specified board name. specified board name.
| **Native Linux requirement:** | **Native Linux requirement:**
| **Release:** Ubuntu 18.04+ or Clear Linux 30210+ | **Release:** Ubuntu 18.04+
| **Tools:** cpuid, rdmsr, lspci, dmidecode (optional) | **Tools:** cpuid, rdmsr, lspci, dmidecode (optional)
| **Kernel cmdline:** "idle=nomwait intel_idle.max_cstate=0 intel_pstate=disable" | **Kernel cmdline:** "idle=nomwait intel_idle.max_cstate=0 intel_pstate=disable"

View File

@ -1,4 +1,4 @@
.. _running_deb_as_serv_vm: .. _running_deb_as_serv_vm:
Run Debian as the Service VM Run Debian as the Service VM
############################ ############################
@ -9,9 +9,8 @@ individuals who have made common cause to create a `free
stable Debian release <https://www.debian.org/releases/stable/>`_ is stable Debian release <https://www.debian.org/releases/stable/>`_ is
10.0. 10.0.
This tutorial describes how to use Debian 10.0 instead of `Clear Linux This tutorial describes how to use Debian 10.0 as the Service VM OS with
OS <https://clearlinux.org>`_ as the Service VM with the ACRN the ACRN hypervisor.
hypervisor.
Prerequisites Prerequisites
************* *************