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

upcall: change reconnection log to debug! #252

Closed studychao closed 1 year ago

studychao commented 1 year ago

In order to reduce the similar log, we change reconnection log to debug!.

fixes: #251 Signed-off-by: Chao Wu chaowu@linux.alibaba.com

codecov[bot] commented 1 year ago

Codecov Report

Merging #252 (7e537c3) into main (194b2cc) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #252   +/-   ##
=======================================
  Coverage   91.57%   91.57%           
=======================================
  Files          80       80           
  Lines       22369    22369           
=======================================
  Hits        20484    20484           
  Misses       1885     1885           
Flag Coverage Δ
dbs-address-space 95.06% <ø> (ø)
dbs-allocator 94.98% <ø> (ø)
dbs-arch 96.30% <ø> (ø)
dbs-boot 94.90% <ø> (ø)
dbs-device 92.95% <ø> (ø)
dbs-interrupt 90.40% <ø> (ø)
dbs-legacy-devices 92.77% <ø> (ø)
dbs-miniball ∅ <ø> (∅)
dbs-upcall 94.25% <100.00%> (ø)
dbs-utils 91.25% <ø> (ø)
dbs-virtio-devices 89.18% <ø> (ø)

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

Impacted Files Coverage Δ
crates/dbs-upcall/src/lib.rs 97.92% <100.00%> (ø)

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

wllenyj commented 1 year ago

rebase?