98b3d98ac5
Currently MSR IA32_MISC_ENABLE is passthrough to guest. However, guest may change the value of this MSR, which will cause issue in hypervisor. This patch uses VMX MSR store area to isolate the MSR IA32_MISC_ENABLE between guest and host. TODO: Some bits of the MSR IA32_MISC_ENABLE is not just per core, but per package. So need to check if need to prevent guest from setting or clearing these bits that may affect other cores. Tracked-On: #2834 Signed-off-by: Binbin Wu <binbin.wu@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com> |
||
---|---|---|
.. | ||
arch/x86 | ||
common | ||
debug | ||
dm | ||
lib | ||
public | ||
hv_debug.h | ||
hypervisor.h |