mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-03 01:44:55 +00:00
- SOS does not allow LAPIC passthru unless nested virtualization is enabled on SOS. - Currently nested virtualization requires LAPIC passthru, so if GUEST_FLAG_VMX_ENABLED is set, GUEST_FLAG_LAPIC_PASSTHROUGH must be set in same VM. - Per VM GUEST_FLAG_VMX_ENABLED can be set only if CONFIG_VMX_ENABLED is set. Tracked-On: #5923 Signed-off-by: Junjie Mao <junjie.mao@intel.com> Signed-off-by: Zide Chen <zide.chen@intel.com>