Skip to content

Commit 3e22ecc

Browse files
committed
chore(x86_64): add IA32_PAT_MSR to the exception list
IA32_PAT_MSR can be modified by the guest to change page attributes for memory regions. Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent 13110f8 commit 3e22ecc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration_tests/functional/test_cpu_template_helper.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ def build_cpu_config_dict(cpu_config_path):
205205
# features are temporarily disabled. Guest OS disables TILEDATA by default
206206
# using the MSR.
207207
0x1C4,
208+
# IA32_PAT_MSR is R/W MSR for guest OS to control memory page attributes.
209+
0x277,
208210
# MSR_IA32_TSC_DEADLINE specifies the time at which a timer interrupt
209211
# should occur and depends on the elapsed time.
210212
0x6E0,

0 commit comments

Comments
 (0)