acrn-hypervisor/doc/tutorials/images/s5-scenario-1.dot
lirui34 cb207b4383 doc: enable s5 guide
Add instruction of enabling s5.

Signed-off-by: lirui34 <ruix.li@intel.com>
2019-11-11 08:11:52 -05:00

15 lines
300 B
Plaintext

digraph G {
node [shape=plaintext fontsize=12];
graph [rankdir=LR];
subgraph cluster_0 {
node [shape=box];
label="PTY"
"Master" -> "Slave" [dir=both arrowsize=.5];
}
"ACRN-DM" -> "Master" [arrowsize=.5];
"Slave" -> "User VM:/dev/ttyS1" [arrowsize=.5];
}