genode/repos/os/src/server/tz_vmm
Norman Feske 6a24d70120 Fix clang compile errors
Thanks Keiko Nakata for reporting!

Fixes #2164
2016-11-30 13:37:07 +01:00
..
include base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
spec base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
block.cc Fix clang compile errors 2016-11-30 13:37:07 +01:00
README hw vea9x4: remove trustzone support 2015-01-08 13:28:42 +01:00
serial.cc base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02: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.