Skip to content

kvm_cpu: Minor unsafe code removal (ptr -> slice.fill)

e37f7c2
Select commit
Loading
Failed to load commit list.
Merged

Virtio net #643

kvm_cpu: Minor unsafe code removal (ptr -> slice.fill)
e37f7c2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 30, 2026 in 1s

81.80% (+5.40%) compared to d7d66d0

View this Pull Request on Codecov

81.80% (+5.40%) compared to d7d66d0

Details

Codecov Report

❌ Patch coverage is 83.40381% with 157 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.80%. Comparing base (d7d66d0) to head (e37f7c2).

Files with missing lines Patch % Lines
src/virtio/net.rs 82.40% 79 Missing ⚠️
src/pci.rs 68.42% 30 Missing ⚠️
src/params.rs 4.34% 22 Missing ⚠️
src/linux/x86_64/kvm_cpu.rs 87.27% 7 Missing ⚠️
src/virtio/pci.rs 84.61% 6 Missing ⚠️
src/linux/x86_64/virtio_device.rs 94.87% 4 Missing ⚠️
src/net/tap.rs 94.80% 4 Missing ⚠️
src/vm.rs 85.00% 3 Missing ⚠️
src/bin/uhyve.rs 50.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #643      +/-   ##
==========================================
+ Coverage   76.39%   81.80%   +5.40%     
==========================================
  Files          29       33       +4     
  Lines        4266     4874     +608     
==========================================
+ Hits         3259     3987     +728     
+ Misses       1007      887     -120     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.