From aac37cbfe5d6e5985521e644b0aa065b95c86c64 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 31 Aug 2022 13:46:34 -0700 Subject: [PATCH] doc: remove use of :ref: in tooltips The configurator build requires the released documentation to be published before it normally would so it can resolve :ref: links in tooltips. Move these :ref: links into a second xs:documentation tag so the reference will appear in the option documentation but not in the tooltip (and break this premature dependency in the configurator build). Tracked-On: #8098 Signed-off-by: David B. Kinder --- misc/config_tools/schema/VMtypes.xsd | 13 ++----------- misc/config_tools/schema/config.xsd | 18 ++++++------------ misc/config_tools/schema/types.xsd | 4 ++-- 3 files changed, 10 insertions(+), 25 deletions(-) diff --git a/misc/config_tools/schema/VMtypes.xsd b/misc/config_tools/schema/VMtypes.xsd index 4ced8e02d..fa8b09389 100644 --- a/misc/config_tools/schema/VMtypes.xsd +++ b/misc/config_tools/schema/VMtypes.xsd @@ -56,7 +56,8 @@ - Check "Real-time vCPU" for each vCPU used for real-time workloads. Then configure cache usage in the Hypervisor/Advanced/Cache Allocation Technology (CAT) configuration option. There you'll see Real-time vCPUs separated from vCPUs you allocate to other tasks. See :ref:`rdt_configuration` for more details. + Check "Real-time vCPU" for each vCPU used for real-time workloads. Then configure cache usage in the Hypervisor/Advanced/Cache Allocation Technology (CAT) configuration option. There you'll see Real-time vCPUs separated from vCPUs you allocate to other tasks. + See :ref:`rdt_configuration` for more details. @@ -272,16 +273,6 @@ The size is a subset of the VM's total memory size specified on the Basic tab. - - - - - Specify the hidden device vBDF - - - - - diff --git a/misc/config_tools/schema/config.xsd b/misc/config_tools/schema/config.xsd index d75971524..0b948db68 100644 --- a/misc/config_tools/schema/config.xsd +++ b/misc/config_tools/schema/config.xsd @@ -282,8 +282,8 @@ These settings can only be changed at build time. - Specify the vUART connection settings. -Refer to :ref:`vuart_config` for detailed vUART settings. + Specify the vUART connection settings. + Refer to :ref:`vuart_config` for detailed vUART settings. @@ -304,13 +304,6 @@ Refer to :ref:`vuart_config` for detailed vUART settings. Miscellaneous options for workarounds. - - - - Specify the hidden devices. - - - Specify the cache setting. @@ -344,7 +337,8 @@ Refer to :ref:`vuart_config` for detailed vUART settings. - Select the OS type for this VM. This is required to run Windows in a User VM. See :ref:`acrn-dm_parameters` for how to include this in the Device Model arguments. + Select the OS type for this VM. This is required to run Windows in a User VM. + See :ref:`acrn-dm_parameters` for how to include this in the Device Model arguments. @@ -475,8 +469,8 @@ This feature enables you to view the VM's GPU output in the Service VM. Virtio console device for data input and output. The virtio console BE driver copies data from the frontend's transmitting virtqueue when it receives a kick on virtqueue (implemented as a vmexit). -The BE driver then writes the data to backend, and can be implemented as a PTY, TTY, STDIO, or regular file. -For details, see :ref:`virtio-console`. +The BE driver then writes the data to backend, and can be implemented as a PTY, TTY, STDIO, or regular file. + For details, see :ref:`virtio-console`. diff --git a/misc/config_tools/schema/types.xsd b/misc/config_tools/schema/types.xsd index 1ebaeb8bf..b09f578a6 100644 --- a/misc/config_tools/schema/types.xsd +++ b/misc/config_tools/schema/types.xsd @@ -128,8 +128,8 @@ higher value (lower severity) are discarded. virtual time-based scheduling algorithm. It dispatches the runnable thread with the earliest effective virtual time. - ``Priority Based Scheduling``: The priority based scheduler supports vCPU scheduling based on pre-configured priorities. - -Read more about the available scheduling options in :ref:`cpu_sharing`. + + Read more about the available scheduling options in :ref:`cpu_sharing`.