openanolis / dragonball-sandbox

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

virtio-devices: balloon get pfn as u32 #265

Closed HerlinCoder closed 1 year ago

HerlinCoder commented 1 year ago

pfn should be parsed as u32 instead of u64 in virtio-balloon.

codecov[bot] commented 1 year ago

Codecov Report

Merging #265 (533b321) into main (46650c2) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #265   +/-   ##
=======================================
  Coverage   90.51%   90.51%           
=======================================
  Files          82       82           
  Lines       24572    24574    +2     
=======================================
+ Hits        22241    22243    +2     
  Misses       2331     2331           
Flag Coverage Δ
dbs-address-space 95.30% <ø> (ø)
dbs-allocator 94.98% <ø> (ø)
dbs-arch 96.37% <ø> (ø)
dbs-boot 94.90% <ø> (ø)
dbs-device 92.95% <ø> (ø)
dbs-interrupt 90.42% <ø> (ø)
dbs-legacy-devices 92.77% <ø> (ø)
dbs-upcall 94.31% <ø> (ø)
dbs-utils 91.25% <ø> (ø)
dbs-virtio-devices 87.47% <100.00%> (+<0.01%) :arrow_up:

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

Impacted Files Coverage Δ
crates/dbs-virtio-devices/src/balloon.rs 81.44% <100.00%> (+0.05%) :arrow_up:

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