Added [in-progress] Developer Guides
[AGL/documentation.git] / docs / 2_Architecture_Guides / 2.2_Security_Blueprint / 3_Hypervisor / Abstract.md
1 ---
2 title: Introduction
3 ---
4
5 # Part 3 - Hypervisor
6
7 Definition: "A hypervisor or virtual machine monitor (VMM) is computer software,
8 firmware or hardware that creates and runs virtual machines".
9
10 It must include a signature verification (possibly delegated).
11
12 <!-- section-todo -->
13
14 Domain                | Improvement
15 --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
16 Hypervisor-Abstract-1 | Complete Hypervisor part ([jailhouse](https://github.com/siemens/jailhouse) / [KVM](https://www.linux-kvm.org/page/Main_Page) / [Xen](https://www.xenproject.org/developers/teams/embedded-and-automotive.html)).
17
18 <!-- end-section-todo -->
19
20 ## Native or Bare-metal hypervisors
21
22 These hypervisors run directly on the host's hardware to control the hardware
23 and to manage guest operating systems. Those are the ones we're interested in.