Skip to content

Commit 266599a

Browse files
committed
chore: update cpu template baselines
Update baselines for sapphire rapids and skylake on 5.10 host kernel. Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent 2ee8dc1 commit 266599a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

tests/data/cpu_template_helper/fingerprint_INTEL_SAPPHIRE_RAPIDS_5.10host.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"firecracker_version": "1.12.0-dev",
3-
"kernel_version": "5.10.234-225.910.amzn2.x86_64",
4-
"microcode_version": "0x2b000620",
2+
"firecracker_version": "1.13.0-dev",
3+
"kernel_version": "5.10.237-230.948.amzn2.x86_64",
4+
"microcode_version": "0x2b000639",
55
"bios_version": "1.0",
6-
"bios_revision": "3.3",
6+
"bios_revision": "3.10",
77
"guest_cpu_config": {
88
"kvm_capabilities": [],
99
"cpuid_modifiers": [
@@ -1339,7 +1339,7 @@
13391339
},
13401340
{
13411341
"addr": "0x10a",
1342-
"bitmap": "0b0000000000000000000000000000000000001100000010001110000011101011"
1342+
"bitmap": "0b0100000000000000000000000000000000001100000010001110000011101011"
13431343
},
13441344
{
13451345
"addr": "0x140",

tests/data/cpu_template_helper/fingerprint_INTEL_SKYLAKE_5.10host.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"firecracker_version": "1.12.0-dev",
3-
"kernel_version": "5.10.234-225.910.amzn2.x86_64",
2+
"firecracker_version": "1.13.0-dev",
3+
"kernel_version": "5.10.237-230.948.amzn2.x86_64",
44
"microcode_version": "0x2007006",
55
"bios_version": "1.0",
6-
"bios_revision": "4.11",
6+
"bios_revision": "4.13",
77
"guest_cpu_config": {
88
"kvm_capabilities": [],
99
"cpuid_modifiers": [
@@ -1128,7 +1128,7 @@
11281128
},
11291129
{
11301130
"addr": "0x10a",
1131-
"bitmap": "0b0000000000000000000000000000000000001100000000000000000001001100"
1131+
"bitmap": "0b0100000000000000000000000000000000001100000000000000000001001100"
11321132
},
11331133
{
11341134
"addr": "0x140",

0 commit comments

Comments
 (0)