Skip to content

Commit e050c60

Browse files
pb8ozulinx86
authored andcommitted
test: new MSR baselines
Due to the new guest kernel versions, the MSRs seen by the guest are different. The only difference is MSR_IA32_SPEC_CTRL[1], which passes IBRS information in bit 0 now. [1]: https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/cpuid-enumeration-and-architectural-msrs.html Signed-off-by: Pablo Barbáchano <pablob@amazon.com>
1 parent 3a170f6 commit e050c60

18 files changed

+18
-18
lines changed

tests/data/msr/msr_list_T2S_INTEL_CASCADELAKE_4.14host_4.14guest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ MSR_ADDR,VALUE
1010
0x2c,0x1000000
1111
0x3a,0x0
1212
0x3b,0x0
13-
0x48,0x0
13+
0x48,0x1
1414
0x8b,0x100000000
1515
0xc1,0x0
1616
0xc2,0x0

tests/data/msr/msr_list_T2S_INTEL_CASCADELAKE_4.14host_5.10guest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ MSR_ADDR,VALUE
1010
0x2c,0x1000000
1111
0x3a,0x1
1212
0x3b,0x0
13-
0x48,0x0
13+
0x48,0x1
1414
0x8b,0x100000000
1515
0xc1,0x0
1616
0xc2,0x0

tests/data/msr/msr_list_T2S_INTEL_CASCADELAKE_5.10host_4.14guest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MSR_ADDR,VALUE
1111
0x34,0x0
1212
0x3a,0x0
1313
0x3b,0x0
14-
0x48,0x0
14+
0x48,0x1
1515
0x8b,0x100000000
1616
0xc1,0x0
1717
0xc2,0x0

tests/data/msr/msr_list_T2S_INTEL_CASCADELAKE_5.10host_5.10guest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MSR_ADDR,VALUE
1111
0x34,0x0
1212
0x3a,0x1
1313
0x3b,0x0
14-
0x48,0x0
14+
0x48,0x1
1515
0x8b,0x100000000
1616
0xc1,0x0
1717
0xc2,0x0

tests/data/msr/msr_list_T2S_INTEL_CASCADELAKE_6.1host_4.14guest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MSR_ADDR,VALUE
1111
0x34,0x0
1212
0x3a,0x0
1313
0x3b,0x0
14-
0x48,0x0
14+
0x48,0x1
1515
0x8b,0x100000000
1616
0xc1,0x0
1717
0xc2,0x0

tests/data/msr/msr_list_T2S_INTEL_CASCADELAKE_6.1host_5.10guest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MSR_ADDR,VALUE
1111
0x34,0x0
1212
0x3a,0x1
1313
0x3b,0x0
14-
0x48,0x0
14+
0x48,0x1
1515
0x8b,0x100000000
1616
0xc1,0x0
1717
0xc2,0x0

tests/data/msr/msr_list_T2S_INTEL_ICELAKE_4.14host_4.14guest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ MSR_ADDR,VALUE
1010
0x2c,0x1000000
1111
0x3a,0x0
1212
0x3b,0x0
13-
0x48,0x0
13+
0x48,0x1
1414
0x8b,0x100000000
1515
0xc1,0x0
1616
0xc2,0x0

tests/data/msr/msr_list_T2S_INTEL_ICELAKE_4.14host_5.10guest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ MSR_ADDR,VALUE
1010
0x2c,0x1000000
1111
0x3a,0x1
1212
0x3b,0x0
13-
0x48,0x0
13+
0x48,0x1
1414
0x8b,0x100000000
1515
0xc1,0x0
1616
0xc2,0x0

tests/data/msr/msr_list_T2S_INTEL_ICELAKE_5.10host_4.14guest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MSR_ADDR,VALUE
1111
0x34,0x0
1212
0x3a,0x0
1313
0x3b,0x0
14-
0x48,0x0
14+
0x48,0x1
1515
0x8b,0x100000000
1616
0xc1,0x0
1717
0xc2,0x0

tests/data/msr/msr_list_T2S_INTEL_ICELAKE_5.10host_5.10guest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MSR_ADDR,VALUE
1111
0x34,0x0
1212
0x3a,0x1
1313
0x3b,0x0
14-
0x48,0x0
14+
0x48,0x1
1515
0x8b,0x100000000
1616
0xc1,0x0
1717
0xc2,0x0

0 commit comments

Comments
 (0)