Files
acrn-hypervisor/hypervisor/arch/x86
Binbin Wu c6d2908f70 hv: vmexit: add handler for vmexit not supported for guest
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>
2019-01-29 13:13:38 +08:00
..
2018-12-19 09:07:14 +08:00
2019-01-25 21:30:49 +08:00
2019-01-21 18:03:31 +08:00
2018-11-13 16:28:58 +08:00
2019-01-21 18:03:31 +08:00
2019-01-26 23:25:34 +08:00
2019-01-11 09:44:10 +08:00
2019-01-21 18:03:31 +08:00
2019-01-21 18:03:31 +08:00
2018-12-25 13:25:14 +08:00
2018-12-12 13:08:10 +08:00
2019-01-11 16:52:28 +08:00
2019-01-21 18:03:31 +08:00