Skip to content

Commit d6a1510

Browse files
committed
content: Add cloud-hypervisor architecture illustration
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]>
1 parent 474264b commit d6a1510

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
252 KB
Loading

Diff for: src/virtualization/cloud-hypervisor/riscv64-architecture-support.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ cargo depgraph --dedup-transitive-deps --features kvm --include arch,block,devic
1010
With this command, a PNG will be generated demonstrating the overall
1111
architecture of current cloud-hypervisor. The crates shown are crates within the
1212
Rust Type II virtualization stack, and are composed primarily by
13-
`cloud-hypervisor` team and `rust-vmm` team.
13+
`cloud-hypervisor` team and `rust-vmm` team. Crates from `rust-vmm` team are
14+
marked green:
15+
16+
![cloud-hypervisor-architecture](../../illustrations/cloud-hypervisor-v42-architecture.png)
1417

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

0 commit comments

Comments
 (0)