mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-08 15:06:38 +00:00
In the current design, logic partition scenario is supported on KBL NUC i7 since there is no related configuration and no the cooresponding boot loader supporting. The boot loader supporting is done in the previous patch. Add some configurations such physical PCI devices information, virtual e820 table etc for KBL NUC i7 to enable logical partition scenario. In the logical partition of KBL NUC i7, there are two pre-launched VM, this pre-launched VM doesn't support local APIC passthrough now. The hypervisor is booted through GRUB. TODO: In future, Local APIC passthrough and some real time fetures are needed for the logic partition scenario of KBL NUC i7. V5-->V6: Update "Tracked-On" Tracked-On: #2944 Signed-off-by: Xiangyang Wu <xiangyang.wu@linux.intel.com> Reviewed-by: Eddie Dong <eddie.dong@intel.com> |
||
---|---|---|
.. | ||
arch/x86 | ||
boot | ||
bsp | ||
common | ||
debug | ||
dm | ||
hw | ||
include | ||
lib | ||
release | ||
scenarios | ||
scripts | ||
Kconfig | ||
MAINTAINERS | ||
Makefile | ||
README.rst |
ACRN Hypervisor ############### The open source `Project ACRN`_ defines a device hypervisor reference stack and an architecture for running multiple software subsystems, managed securely, on a consolidated system by means of a virtual machine manager. It also defines a reference framework implementation for virtual device emulation, called the "ACRN Device Model". The ACRN Hypervisor is a Type 1 reference hypervisor stack, running directly on the bare-metal hardware, and is suitable for a variety of IoT and embedded device solutions. The ACRN hypervisor addresses the gap that currently exists between datacenter hypervisors, and hard partitioning hypervisors. The ACRN hypervisor architecture partitions the system into different functional domains, with carefully selected guest OS sharing optimizations for IoT and embedded devices. You can find out more about Project ACRN on the `Project ACRN documentation`_ website. .. _`Project ACRN`: https://projectacrn.org .. _`ACRN Hypervisor`: https://github.com/projectacrn/acrn-hypervisor .. _`Project ACRN documentation`: https://projectacrn.github.io/