mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-09 08:56:55 +00:00
Acrn doesn't support nested virtualization, so vmx operations should be undefined opcode for guest. Current code handle vmx operations with unhandled_vmexit_handler. According to the spec, if guest execute vmx operation instruction, a #UD exception should be inject. This patch inject a #UD exception when guest execute vmx operation instruction. Tracked-On: #2405 Signed-off-by: Binbin Wu <binbin.wu@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com> |
||
---|---|---|
.. | ||
guest.c | ||
instr_emul.c | ||
pm.c | ||
ucode.c | ||
vcpu.c | ||
vcpuid.c | ||
vlapic_priv.h | ||
vlapic.c | ||
vm.c | ||
vmcall.c | ||
vmsr.c | ||
vmtrr.c |