mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 09:17:58 +00:00
hv: vmtrr: hide mtrr if hide_mtrr is true
Now we only configure "hide MTRR" explicitly to false for SOS. For other VMs, we don't configure it which means hide_mtrr is false by default. And remove global config MTRR_ENABLED Tracked-On: #1842 Signed-off-by: Li, Fei1 <fei1.li@intel.com>
This commit is contained in:
@@ -274,10 +274,6 @@ config GPU_SBDF
|
||||
00:02.0 in DRHD segment 0, this SBDF would be (0 << 16) | (0 << 8) |
|
||||
(2 << 3) | (0 << 0), i.e. 0x00000010.
|
||||
|
||||
config MTRR_ENABLED
|
||||
bool "Memory Type Range Registers (MTRR) enabled"
|
||||
default y
|
||||
|
||||
config RELOC
|
||||
bool "Enable hypervisor relocation"
|
||||
default y
|
||||
|
Reference in New Issue
Block a user