Files
acrn-hypervisor/hypervisor/include/arch/x86/guest
Binbin Wu cd1ae7a89e hv: cat: isolate hypervisor from rtvm
Currently, the clos id of the cpu cores in vmx root mode is the same as non-root mode.
For RTVM, if hypervisor share the same clos id with non-root mode, the cacheline may
be polluted due to the hypervisor code execution when vmexit.

The patch adds hv_clos in vm_configurations.c
Hypervisor initializes clos setting according to hv_clos during physical cpu cores initialization.
For RTVM,  MSR auto load/store areas are used to switch different settings for VMX root/non-root
mode for RTVM.

Tracked-On: #2462
Signed-off-by: Binbin Wu <binbin.wu@intel.com>
Reviewed-by: Eddie Dong <eddie.dong@intel.com>
2019-09-05 09:59:13 +08:00
..
2019-06-20 09:32:55 +08:00
2019-07-09 09:22:53 +08:00
2019-03-15 14:09:56 +08:00
2018-11-05 15:35:49 +08:00
2019-09-05 09:59:13 +08:00
2019-08-22 14:13:15 +08:00
2019-02-03 13:00:42 +08:00