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

MINIBALL: update Interrupt virtualization for CPU virtualization docs #207

Closed yaoyinnan closed 2 years ago

yaoyinnan commented 2 years ago

Updated the principle introduction and code of the interrupt virtualization part of the CPU virtualization doc.

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

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

codecov[bot] commented 2 years ago

Codecov Report

Merging #207 (8ce0a88) into main (2b031ac) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #207   +/-   ##
=======================================
  Coverage   90.12%   90.12%           
=======================================
  Files          80       80           
  Lines       21873    21873           
=======================================
  Hits        19712    19712           
  Misses       2161     2161           
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% <ø> (ø)

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