doc: fix all headings to use title case

While we hoped to make the headings consistent over time while doing
other edits, we should instead just make the squirrels happy and do them
all at once or they'll likely never be made consistent.

A python script was used to find the headings, and then a call to
https://pypi.org/project/titlecase to transform the title.  A visual
inspection was used to tweak a few unexpected resulting titles.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2021-02-12 16:27:24 -08:00
committed by David Kinder
parent 6e655d098b
commit 0bd384d41b
119 changed files with 576 additions and 638 deletions

View File

@@ -1,6 +1,6 @@
.. _rt_perf_tips_rtvm:
ACRN Real-time VM Performance Tips
ACRN Real-Time VM Performance Tips
##################################
Background
@@ -34,7 +34,7 @@ RTVM performance:
This document summarizes tips from issues encountered and
resolved during real-time development and performance tuning.
Mandatory options for an RTVM
Mandatory Options for an RTVM
*****************************
An RTVM is a post-launched VM with LAPIC passthrough. Pay attention to
@@ -55,7 +55,7 @@ Tip: Use virtio polling mode
and enables polling mode to avoid a VM-exit at the frontend. Enable
virtio polling mode via the option ``--virtio_poll [polling interval]``.
Avoid VM-exit latency
Avoid VM-exit Latency
*********************
VM-exit has a significant negative impact on virtualization performance.
@@ -137,7 +137,7 @@ Tip: Create and initialize the RT tasks at the beginning to avoid runtime access
to CR3 and CR8 does not cause a VM-exit. However, writes to CR0 and CR4 may cause a
VM-exit, which would happen at the spawning and initialization of a new task.
Isolating the impact of neighbor VMs
Isolating the Impact of Neighbor VMs
************************************
ACRN makes use of several technologies and hardware features to avoid