mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-28 10:04:14 +00:00
Transcode, edit, and upload HLD 0.7 section 3.10 (PM in hypervisor), 3.11 (Console, shell, vUART), 3.12 (Hypercall/VHM upcall), and 3.13 (Compile-time config) Also scan/replace UTF-8 punctuation missed in previous PRs. Add anchor targets in referenced docs. Tracked-on: #1648 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
23 lines
520 B
ReStructuredText
23 lines
520 B
ReStructuredText
.. _hld-hypervisor:
|
|
|
|
Hypervisor high-level design
|
|
############################
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
hv-startup
|
|
hv-cpu-virt
|
|
Memory management <hv-memmgt>
|
|
I/O Emulation <hv-io-emulation>
|
|
Physical Interrupt <hv-interrupt>
|
|
Timer <hv-timer>
|
|
Virtual Interrupt <hv-virt-interrupt>
|
|
VT-d <hv-vt-d>
|
|
Device Passthrough <hv-dev-passthrough>
|
|
Power Management <hv-pm>
|
|
Console, Shell, and vUART <hv-console>
|
|
Hypercall / VHM upcall <hv-hypercall>
|
|
Compile-time configuration <hv-config>
|