Skip to content

Commit 0227879

Browse files
committed
test: Skip MSR 0x1C4 in test_cpu_config_dump_vs_actual
MSR_IA32_XFD is R/W MSR for guest OS to control which XSAVE-enabled features are temporarily disabled. Guest OS disables TILEDATA by default using the MSR. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent a6f7129 commit 0227879

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/integration_tests/functional/test_cpu_template_helper.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ def build_cpu_config_dict(cpu_config_path):
200200
0x174,
201201
0x175,
202202
0x176,
203+
# MSR_IA32_XFD is R/W MSR for guest OS to control which XSAVE-enabled
204+
# features are temporarily disabled. Guest OS disables TILEDATA by default
205+
# using the MSR.
206+
0x1C4,
203207
# MSR_IA32_TSC_DEADLINE specifies the time at which a timer interrupt
204208
# should occur and depends on the elapsed time.
205209
0x6E0,

0 commit comments

Comments
 (0)