mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-25 11:19:32 +00:00
Currently, OVMF sets CR4.MCE bit without any hardware support checking, this will cause User VM boot fails as MCE feature is not available for ACRN guest VM. This patch walk around this issue in OVMF. Tracked-On: #5586 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com> |
||
---|---|---|
.. | ||
arch/x86 | ||
bios | ||
core | ||
hw | ||
include | ||
lib | ||
log | ||
MAINTAINERS | ||
Makefile | ||
README.rst | ||
samples |
ACRN Device Model ################# Introduction ============ The ACRN Device Model provides **device sharing** capabilities between the Service OS and Guest OSs. It is a component that is used in conjunction with the `ACRN Hypervisor`_ and this is installed within the Service OS. You can find out more about Project ACRN on the `Project ACRN documentation`_ website. .. _`ACRN Hypervisor`: https://github.com/projectacrn/acrn-hypervisor .. _`Project ACRN documentation`: https://projectacrn.github.io/