mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 17:27:53 +00:00
hv: nested: support for INVEPT and INVVPID emulation
invvpid and invept instructions cause VM exits unconditionally. For initial support, we pass all the instruction operands as is to the pCPU. Tracked-On: #5923 Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Signed-off-by: Zide Chen <zide.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -281,6 +281,7 @@ VP_BASE_C_SRCS += arch/x86/guest/hyperv.c
|
||||
endif
|
||||
ifeq ($(CONFIG_NVMX_ENABLED),y)
|
||||
VP_BASE_C_SRCS += arch/x86/guest/nested.c
|
||||
VP_BASE_C_SRCS += arch/x86/guest/vept.c
|
||||
endif
|
||||
VP_BASE_C_SRCS += boot/guest/vboot_info.c
|
||||
VP_BASE_C_SRCS += common/hv_main.c
|
||||
|
Reference in New Issue
Block a user