61d62c8fb2021271ee8e001962a8e3f830606a13
[AGL/documentation.git] / docs / 1_Architecture_Guides / 1.2_Security_Blueprint / 3_Hypervisor / Abstract.md
1 ---
2 edit_link: ''
3 title: Introduction
4 origin_url: >-
5   https://raw.githubusercontent.com/automotive-grade-linux/docs-sources/master/docs/security-blueprint/part-3/0_Abstract.md
6 ---
7
8 <!-- WARNING: This file is generated by fetch_docs.js using /home/boron/Documents/AGL/docs-webtemplate/site/_data/tocs/architecture/master/security_blueprint-security-blueprint-book.yml -->
9
10 # Part 3 - Hypervisor
11
12 Definition: "A hypervisor or virtual machine monitor (VMM) is computer software,
13 firmware or hardware that creates and runs virtual machines".
14
15 It must include a signature verification (possibly delegated).
16
17 <!-- section-todo -->
18
19 Domain                | Improvement
20 --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
21 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)).
22
23 <!-- end-section-todo -->
24
25 ## Native or Bare-metal hypervisors
26
27 These hypervisors run directly on the host's hardware to control the hardware and to manage guest operating systems. Those are the ones we're interested in.