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

MINIBALL: add Device virtualization docs #205

Closed yaoyinnan closed 1 year ago

yaoyinnan commented 2 years ago

Add description document for Device virtualization part. Modify the description of Device virtualization in MiniBall's README.md.

Fixes: https://github.com/openanolis/dragonball-sandbox/issues/204

Signed-off-by: yaoyinnan yaoyinnan@foxmail.com

codecov[bot] commented 2 years ago

Codecov Report

Merging #205 (ee0ba46) into main (fb1043c) will not change coverage. The diff coverage is n/a.

:exclamation: Current head ee0ba46 differs from pull request most recent head e98710e. Consider uploading reports for the commit e98710e to get more accurate results

@@           Coverage Diff           @@
##             main     #205   +/-   ##
=======================================
  Coverage   91.59%   91.59%           
=======================================
  Files          80       80           
  Lines       22420    22420           
=======================================
  Hits        20535    20535           
  Misses       1885     1885           
Flag Coverage Δ
dbs-address-space 95.23% <ø> (ø)
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.26% <ø> (ø)
dbs-utils 91.25% <ø> (ø)
dbs-virtio-devices 89.17% <ø> (ø)

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

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