acrn-hypervisor/doc/developer-guides/hld/hld-hypervisor.rst
David B. Kinder 0bd384d41b 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>
2021-02-13 12:37:49 -08:00

29 lines
692 B
ReStructuredText

.. _hld-hypervisor:
Hypervisor High-Level Design
############################
.. toctree::
:maxdepth: 1
hv-startup
hv-vm-management
hv-cpu-virt
Memory management <hv-memmgt>
I/O Emulation <hv-io-emulation>
IOC Virtualization <hv-ioc-virt>
Physical Interrupt <hv-interrupt>
Timer <hv-timer>
Virtual Interrupt <hv-virt-interrupt>
VT-d <hv-vt-d>
Device Passthrough <hv-dev-passthrough>
mmio-dev-passthrough
hv-partitionmode
Power Management <hv-pm>
Console, Shell, and vUART <hv-console>
Hypercall / VHM upcall <hv-hypercall>
Compile-time configuration <hv-config>
RDT support <hv-rdt>
Split-locked Access handling <hld-splitlock>