1.. _hld: 2 3High-Level Design Guides 4######################## 5 6The ACRN hypervisor acts as a host with full control of the processors 7and the hardware (physical memory, interrupt management, and I/O). It 8provides the guest VM with an abstraction of a virtual platform, allowing 9the guest VM to behave as if it were executing directly on a physical 10processor. 11 12These chapters describe the ACRN architecture, high-level design, 13background, and motivation for specific areas within the ACRN hypervisor 14system. 15 16.. rst-class:: rst-columns 17 18.. toctree:: 19 :maxdepth: 2 20 21 Overview <hld-overview> 22 Hypervisor <hld-hypervisor> 23 Device Model <hld-devicemodel> 24 Emulated Devices <hld-emulated-devices> 25 Virtio Devices <hld-virtio-devices> 26 Power Management <hld-power-management> 27 Tracing and Logging <hld-trace-log> 28 Security <hld-security> 29