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 Getting Started with the Miniball #211

Closed yaoyinnan closed 1 year ago

yaoyinnan commented 2 years ago

Add Getting Started with the Miniball

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

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

codecov[bot] commented 2 years ago

Codecov Report

Merging #211 (dc09923) into main (3c8eb4f) will decrease coverage by 1.47%. The diff coverage is n/a.

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

@@            Coverage Diff             @@
##             main     #211      +/-   ##
==========================================
- Coverage   91.59%   90.12%   -1.48%     
==========================================
  Files          80       80              
  Lines       22420    21873     -547     
==========================================
- Hits        20535    19712     -823     
- Misses       1885     2161     +276     
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 86.05% <ø> (-3.12%) :arrow_down:

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

Impacted Files Coverage Δ
...es/dbs-virtio-devices/src/block/ufile/localfile.rs 0.00% <0.00%> (-99.19%) :arrow_down:
crates/dbs-virtio-devices/src/fs/handler.rs 66.43% <0.00%> (-21.07%) :arrow_down:
crates/dbs-virtio-devices/src/fs/device.rs 51.34% <0.00%> (-17.85%) :arrow_down:
crates/dbs-virtio-devices/src/block/ufile/aio.rs 96.61% <0.00%> (-2.55%) :arrow_down:

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