mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-28 18:04:23 +00:00
Lifecycle Manager will be refined in v2.7, this patch will refine enable s5 document to align with the latest code. v1-->v2: Remove the prompt from all instructions in this document. Tracked-On: #6652 Signed-off-by: Xiangyang Wu <xiangyang.wu@intel.com>
7 lines
182 B
Plaintext
7 lines
182 B
Plaintext
digraph G {
|
|
node [shape=plaintext fontsize=12];
|
|
rankdir=LR;
|
|
bgcolor="transparent";
|
|
"Service VM:/dev/ttyS8" -> "ACRN hypervisor" -> "User VM:/dev/ttyS1" [arrowsize=.5];
|
|
}
|