2018-10-05 07:39:40 +08:00
|
|
|
.. _hld:
|
|
|
|
|
|
|
|
High-Level Design Guides
|
|
|
|
########################
|
|
|
|
|
2021-11-10 04:49:24 +08:00
|
|
|
The ACRN hypervisor acts as a host with full control of the processors
|
2020-10-03 06:24:32 +08:00
|
|
|
and the hardware (physical memory, interrupt management, and I/O). It
|
2021-11-10 04:49:24 +08:00
|
|
|
provides the guest VM with an abstraction of a virtual platform, allowing
|
|
|
|
the guest VM to behave as if it were executing directly on a physical
|
2018-10-05 07:39:40 +08:00
|
|
|
processor.
|
|
|
|
|
|
|
|
These chapters describe the ACRN architecture, high-level design,
|
|
|
|
background, and motivation for specific areas within the ACRN hypervisor
|
|
|
|
system.
|
|
|
|
|
2020-05-22 04:22:02 +08:00
|
|
|
.. rst-class:: rst-columns
|
|
|
|
|
2018-10-05 07:39:40 +08:00
|
|
|
.. toctree::
|
2018-10-06 07:35:54 +08:00
|
|
|
:maxdepth: 2
|
2018-10-05 07:39:40 +08:00
|
|
|
|
|
|
|
Overview <hld-overview>
|
|
|
|
Hypervisor <hld-hypervisor>
|
|
|
|
Device Model <hld-devicemodel>
|
2018-10-26 05:06:07 +08:00
|
|
|
Emulated Devices <hld-emulated-devices>
|
2018-10-05 07:39:40 +08:00
|
|
|
Virtio Devices <hld-virtio-devices>
|
|
|
|
Power Management <hld-power-management>
|
|
|
|
Tracing and Logging <hld-trace-log>
|
|
|
|
Security <hld-security>
|