Skip to content

Commit

Permalink
content: Add cloud-hypervisor architecture illustration
Browse files Browse the repository at this point in the history
Add `graphviz` generated illustration to `illustration` collection, and
add entry for that illustration in `riscv64-architecture-support.md` of
cloud-hypervisor.

Signed-off-by: Ruoqing He <[email protected]>
  • Loading branch information
TimePrinciple committed Oct 31, 2024
1 parent 474264b commit caef6b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ cargo depgraph --dedup-transitive-deps --features kvm --include arch,block,devic
With this command, a PNG will be generated demonstrating the overall
architecture of current cloud-hypervisor. The crates shown are crates within the
Rust Type II virtualization stack, and are composed primarily by
`cloud-hypervisor` team and `rust-vmm` team.
`cloud-hypervisor` team and `rust-vmm` team. Crates from `rust-vmm` team are
marked green:

![cloud-hypervisor-architecture](../../illustrations/cloud-hypervisor-v42-architecture.png)

Crates from `rust-vmm` are the foundation of `cluod-hypervisor`, so these works
should be finished ahead of supporting `cloud-hypervisor` on RISC-V.
Expand Down

0 comments on commit caef6b7

Please sign in to comment.