Skip to content

Commit 5771bb8

Browse files
committed
chore: fix hex formatting in msr baselines
Bash script was formatting 0 as 0, while C version formats it as 0x0. Update to 0x0. Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent 69d8edf commit 5771bb8

24 files changed

+24
-24
lines changed

tests/data/msr/msr_list_SPR_TO_T2_5.10_INTEL_SAPPHIRE_RAPIDS_5.10host_5.10guest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MSR_ADDR,VALUE
2-
0,0x0
2+
0x0,0x0
33
0x1,0x0
44
0x10,0x7e1358a6
55
0x11,0x24b8008

tests/data/msr/msr_list_SPR_TO_T2_5.10_INTEL_SAPPHIRE_RAPIDS_5.10host_6.1guest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MSR_ADDR,VALUE
2-
0,0x0
2+
0x0,0x0
33
0x1,0x0
44
0x10,0x6f36e74e
55
0x11,0x25cb008

tests/data/msr/msr_list_SPR_TO_T2_6.1_INTEL_SAPPHIRE_RAPIDS_6.1host_5.10guest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MSR_ADDR,VALUE
2-
0,0x0
2+
0x0,0x0
33
0x1,0x0
44
0x10,0xbae96682
55
0x11,0x24a1008

tests/data/msr/msr_list_SPR_TO_T2_6.1_INTEL_SAPPHIRE_RAPIDS_6.1host_6.1guest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MSR_ADDR,VALUE
2-
0,0x0
2+
0x0,0x0
33
0x1,0x0
44
0x10,0x7b423550
55
0x11,0x25cb008

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MSR_ADDR,VALUE
2-
0,0x0
2+
0x0,0x0
33
0x1,0x0
44
0x10,0xfd7a7f6d
55
0x11,0x2501008

tests/data/msr/msr_list_T2A_AMD_MILAN_5.10host_6.1guest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MSR_ADDR,VALUE
2-
0,0x0
2+
0x0,0x0
33
0x1,0x0
44
0x10,0xfd7a7f6d
55
0x11,0x2501008

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MSR_ADDR,VALUE
2-
0,0x0
2+
0x0,0x0
33
0x1,0x0
44
0x10,0xd2adc3c4
55
0x11,0x2a00000

tests/data/msr/msr_list_T2A_AMD_MILAN_6.1host_6.1guest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MSR_ADDR,VALUE
2-
0,0x0
2+
0x0,0x0
33
0x1,0x0
44
0x10,0xd2adc3c4
55
0x11,0x2a00000

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MSR_ADDR,VALUE
2-
0,0x0
2+
0x0,0x0
33
0x1,0x0
44
0x10,0xbe7f66e8
55
0x11,0x2748008

tests/data/msr/msr_list_T2CL_INTEL_CASCADELAKE_5.10host_6.1guest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MSR_ADDR,VALUE
2-
0,0x0
2+
0x0,0x0
33
0x1,0x0
44
0x10,0xbe7f66e8
55
0x11,0x2748008

0 commit comments

Comments
 (0)