openanolis / dragonball-sandbox

Dragonball-sandbox is a collection of Rust crates to help build custom Virtual Machine Monitors and hypervisors.
Apache License 2.0
89 stars 42 forks source link

dbs-virtio-devices: Replace nydus dependencies with crates.io #233

Closed wllenyj closed 1 year ago

wllenyj commented 1 year ago

Signed-off-by: wllenyj wllenyj@linux.alibaba.com

codecov[bot] commented 1 year ago

Codecov Report

Merging #233 (8b2f9cc) into main (d408d5c) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #233   +/-   ##
=======================================
  Coverage   91.57%   91.57%           
=======================================
  Files          80       80           
  Lines       22429    22429           
=======================================
  Hits        20540    20540           
  Misses       1889     1889           
Flag Coverage Δ
dbs-address-space 95.07% <ø> (ø)
dbs-allocator 94.98% <ø> (ø)
dbs-arch 96.30% <ø> (ø)
dbs-boot 94.90% <ø> (ø)
dbs-device 92.95% <ø> (ø)
dbs-interrupt 90.40% <100.00%> (ø)
dbs-legacy-devices 92.77% <ø> (ø)
dbs-miniball ∅ <ø> (?)
dbs-upcall 94.26% <ø> (ø)
dbs-utils 91.25% <ø> (ø)
dbs-virtio-devices 89.18% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
crates/dbs-interrupt/src/kvm/mod.rs 98.52% <100.00%> (ø)
crates/dbs-interrupt/src/kvm/msi_irq.rs 77.00% <100.00%> (ø)
crates/dbs-virtio-devices/src/block/ufile/aio.rs 99.15% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

studychao commented 1 year ago

Thanks ! @wllenyj ! Please take a look at the clippy error.