mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-02 10:35:48 +00:00
doc: enable s5 guide
Add instruction of enabling s5. Signed-off-by: lirui34 <ruix.li@intel.com>
This commit is contained in:
6
doc/tutorials/images/s5-scenario-2.dot
Normal file
6
doc/tutorials/images/s5-scenario-2.dot
Normal 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];
|
||||
}
|
||||
Reference in New Issue
Block a user