doc: enable s5 guide

Add instruction of enabling s5.

Signed-off-by: lirui34 <ruix.li@intel.com>
This commit is contained in:
lirui34
2019-11-04 17:53:09 +08:00
committed by deb-intel
parent 70312bfb7e
commit cb207b4383
10 changed files with 227 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,14 @@
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];
}

View File

@@ -0,0 +1,6 @@
digraph G {
node [shape=plaintext fontsize=12];
rankdir=LR;
bgcolor="transparent";
"ACRN-DM" -> "Service VM:/dev/ttyS1" -> "ACRN hypervisor" -> "User VM:/dev/ttyS1" [arrowsize=.5];
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB