doc: incorporate scenario-based doc update

PR #3516 was submitted during a documentation reorganization and
resulted in merge conflicts with files that no longer exist.  We closed
that PR and opened this one with those changes applied to the right
files.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2019-08-02 14:08:07 -07:00
committed by David Kinder
parent 9580a2131b
commit f0ecf8291f
4 changed files with 135 additions and 41 deletions

View File

@@ -0,0 +1,7 @@
digraph G {
rankdir=LR;
bgcolor="transparent";
UEFI -> "GRUB" -> "acrn.32.out" -> "Pre-launched\nVM Kernel"
"acrn.32.out" -> "Service VM\nKernel" -> "ACRN\nDevice Model" ->
"Virtual\nBootloader";
}