genode/repos/os/src/server/tz_vmm
Norman Feske cd3a5852d6 Warn about the use of deprecated headers
This commit enables compile-time warnings displayed whenever a deprecated
API header is included, and adjusts the existing #include directives
accordingly.

Issue #1987
2017-01-31 12:01:18 +01:00
..
include Warn about the use of deprecated headers 2017-01-31 12:01:18 +01:00
spec tz_vmm: update to new API and clean up 2017-01-31 12:01:11 +01:00
block_driver.cc tz_vmm: update to new API and clean up 2017-01-31 12:01:11 +01:00
empty.cc tz_vmm: use library instead of REQUIRES 2017-01-31 12:01:11 +01:00
README hw vea9x4: remove trustzone support 2015-01-08 13:28:42 +01:00
serial_driver.cc tz_vmm: update to new API and clean up 2017-01-31 12:01:11 +01:00
target.mk tz_vmm: use library instead of REQUIRES 2017-01-31 12:01:11 +01:00
vm_base.cc tz_vmm: update to new API and clean up 2017-01-31 12:01:11 +01:00

This is a small example virtual machine monitor, that uses the base-hw kernel
as secure-world micro-hypervisor on ARM TrustZone platforms.  The VMM
configures TrustZone hardware in a way, that allows a guest to access nearly
all devices, and the DDR-RAM. Only few resources needed by the kernel (timer,
SRAM) aren't accessable by the virtual-machine.

Moreover, the VMM prepares the guest memory with a Linux image, and ramdisk,
and boots it. For the Linux guest to work properly a small patch, and tweaked
configuration is needed.