Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: reset KVM_REG_ARM_PTIMER_CNT on VM boot #4987

Merged

test: add integration test for physical counter reset

d59728f
Select commit
Loading
Failed to load commit list.
Merged

feat: reset KVM_REG_ARM_PTIMER_CNT on VM boot #4987

test: add integration test for physical counter reset
d59728f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project/firecracker succeeded Jan 17, 2025 in 1s

83.10% (target 80.00%)

View this Pull Request on Codecov

83.10% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 93.75000% with 8 lines in your changes missing coverage. Please review.

Project coverage is 83.10%. Comparing base (3fb06e9) to head (d59728f).

Files with missing lines Patch % Lines
src/vmm/src/vstate/kvm.rs 94.36% 4 Missing ⚠️
src/vmm/src/arch/aarch64/vcpu.rs 50.00% 3 Missing ⚠️
src/vmm/src/builder.rs 97.43% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4987      +/-   ##
==========================================
+ Coverage   83.06%   83.10%   +0.04%     
==========================================
  Files         244      245       +1     
  Lines       26658    26723      +65     
==========================================
+ Hits        22144    22209      +65     
  Misses       4514     4514              

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