mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-03 14:06:54 +00:00
Changing the folder structure will cause too many broken links for external references (from other sites). So, let's put the content back where it was before the reorg, and instead use the new persona-based navigation to point to documents in the original locations. Also, introduce redirects for some documents that no longer exits. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
29 lines
882 B
ReStructuredText
29 lines
882 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.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
Overview <hld-overview>
|
|
Hypervisor <hld-hypervisor>
|
|
Device Model <hld-devicemodel>
|
|
Emulated Devices <hld-emulated-devices>
|
|
Virtio Devices <hld-virtio-devices>
|
|
VM Management <hld-vm-management>
|
|
Power Management <hld-power-management>
|
|
Tracing and Logging <hld-trace-log>
|
|
Virtual Bootloader <hld-vsbl>
|
|
Security <hld-security>
|