Skip to content

Commit 4713a63

Browse files
committed
fix: upgrade to latest linux loader
Signed-off-by: Diana Popa <dpopa@amazon.com>
1 parent 79e5600 commit 4713a63

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/arch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
kvm-bindings = { version = "0.6.0", features = ["fam-wrappers"] }
1010
kvm-ioctls = "0.12.0"
1111
libc = "0.2.117"
12-
linux-loader = "0.8.0"
12+
linux-loader = "0.8.1"
1313
versionize = "0.1.6"
1414
versionize_derive = "0.1.4"
1515
vm-fdt = "0.2.0"

src/vmm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
event-manager = "0.3.0"
1010
kvm-bindings = { version = "0.6.0", features = ["fam-wrappers"] }
1111
kvm-ioctls = "0.12.0"
12-
linux-loader = "0.8.0"
12+
linux-loader = "0.8.1"
1313
vm-superio = "0.7.0"
1414
lazy_static = "1.4.0"
1515
libc = "0.2.117"

tests/integration_tests/build/test_coverage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
# Checkout the cpuid crate. In the future other
2424
# differences may appear.
2525
if utils.is_io_uring_supported():
26-
COVERAGE_DICT = {"Intel": 82.92, "AMD": 82.25, "ARM": 82.42}
26+
COVERAGE_DICT = {"Intel": 82.92, "AMD": 82.25, "ARM": 82.35}
2727
else:
28-
COVERAGE_DICT = {"Intel": 80.02, "AMD": 79.36, "ARM": 79.54}
28+
COVERAGE_DICT = {"Intel": 80.02, "AMD": 79.36, "ARM": 79.45}
2929

3030
PROC_MODEL = proc.proc_type()
3131

0 commit comments

Comments
 (0)