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

Improve vqueue encapsulation - prerequisite for vhost work #4312

Closed
wants to merge 2 commits into from

vqueue abstractions: use iterators for VirtioDevice.queues()

a321d24
Select commit
Loading
Failed to load commit list.
Closed

Improve vqueue encapsulation - prerequisite for vhost work #4312

vqueue abstractions: use iterators for VirtioDevice.queues()
a321d24
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project/firecracker succeeded Dec 21, 2023 in 0s

81.69% (target 80.00%)

View this Pull Request on Codecov

81.69% (target 80.00%)

Details

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (da60282) 81.65% compared to head (a321d24) 81.69%.
Report is 40 commits behind head on main.

Files Patch % Lines
.../vmm/src/devices/virtio/vhost_user_block/device.rs 0.00% 4 Missing ⚠️
src/vmm/src/devices/virtio/balloon/device.rs 50.00% 2 Missing ⚠️
src/vmm/src/devices/virtio/virtio_block/device.rs 50.00% 2 Missing ⚠️
src/vmm/src/devices/virtio/vsock/device.rs 50.00% 2 Missing ⚠️
src/vmm/src/devices/virtio/mmio.rs 92.85% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4312      +/-   ##
==========================================
+ Coverage   81.65%   81.69%   +0.03%     
==========================================
  Files         240      240              
  Lines       29367    29400      +33     
==========================================
+ Hits        23981    24017      +36     
+ Misses       5386     5383       -3     

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