1digraph G {
2   node [shape=plaintext fontsize=12];
3   rankdir=LR;
4   bgcolor="transparent";
5   "Service VM:/dev/ttyS8" -> "ACRN hypervisor" -> "User VM:/dev/ttyS1" [arrowsize=.5];
6}
7