mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-02 05:34:04 +00:00
Using ``.. rst-class:: rst-columns`` wasn't processed correctly because of an error in the acrn-custom.css file. Fix that, update the documentation guidelines, and make use of the multi-column display in documents where the toctree created a long list. Now it will appear in columns. Also tweaked the toctree listing to use bold for the first-level items (making a multi-column display look better, particularly when it has subsections). Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
30 lines
873 B
ReStructuredText
30 lines
873 B
ReStructuredText
.. _hld:
|
|
|
|
High-Level Design Guides
|
|
########################
|
|
|
|
The ACRN Hypervisor acts as a host with full control of the processor(s)
|
|
and the hardware (physical memory, interrupt management and I/O). It
|
|
provides the User OS with an abstraction of a virtual platform, allowing
|
|
the guest to behave as if were executing directly on a logical
|
|
processor.
|
|
|
|
These chapters describe the ACRN architecture, high-level design,
|
|
background, and motivation for specific areas within the ACRN hypervisor
|
|
system.
|
|
|
|
.. rst-class:: rst-columns
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
Overview <hld-overview>
|
|
Hypervisor <hld-hypervisor>
|
|
Device Model <hld-devicemodel>
|
|
Emulated Devices <hld-emulated-devices>
|
|
Virtio Devices <hld-virtio-devices>
|
|
Power Management <hld-power-management>
|
|
Tracing and Logging <hld-trace-log>
|
|
Virtual Bootloader <hld-vsbl>
|
|
Security <hld-security>
|