hv: vmsr: enable msr ia32_misc_enable emulation

Add MSR_IA32_MISC_ENABLE to emulated_guest_msrs to enable the emulation.
Init MSR_IA32_MISC_ENABLE for guest.

Tracked-On: #2834
Signed-off-by: Binbin Wu <binbin.wu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Binbin Wu
2019-04-30 10:27:11 +08:00
committed by Eddie Dong
parent 8e310e6ea1
commit a581f50600
3 changed files with 5 additions and 1 deletions

View File

@@ -214,7 +214,7 @@ struct ext_context {
#define SECURE_WORLD 1
#define NUM_WORLD_MSRS 2U
#define NUM_COMMON_MSRS 9U
#define NUM_COMMON_MSRS 10U
#define NUM_GUEST_MSRS (NUM_WORLD_MSRS + NUM_COMMON_MSRS)
#define EOI_EXIT_BITMAP_SIZE 256U