Files
acrn-hypervisor/hypervisor/include/arch/x86/asm
Jiaqing Zhao 3cc1127ae9 hv: fix undefined reference to nested_vmexit_handler() in vmexit.c
arch/x86/guest/nested.c, where nested_vmexit_handler() is defined, is
only compiled when CONFIG_NVMX_ENABLED is enabled. Define a dummy
function in include/arch/x86/asm/guest/nested.h to fix the undefined
reference linker error.

Tracked-On: #8465
Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
2023-08-01 14:22:14 +08:00
..
2022-10-08 11:13:21 +08:00
2023-06-09 10:06:42 +08:00
2023-06-09 10:06:42 +08:00
2022-09-27 10:26:42 +08:00
2022-07-17 16:48:47 +08:00