genode/repos/ports/src/app/seoul
Alexander Boettcher 8840ca96a9 seoul: use vm_session interface
and remove any dependency on the NOVA kernel interface

Issue #3111
2019-05-06 16:15:26 +02:00
..
include/service Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
boot_module_provider.h Streamline exception types 2017-05-31 13:16:07 +02:00
component.cc seoul: use vm_session interface 2019-05-06 16:15:26 +02:00
console.cc seoul: use vm_session interface 2019-05-06 16:15:26 +02:00
console.h seoul: use vm_session interface 2019-05-06 16:15:26 +02:00
device_model_registry.cc seoul: adjust vga model to framebuffer host size 2018-03-27 13:44:26 +02:00
device_model_registry.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
disk.cc seoul: use vm_session interface 2019-05-06 16:15:26 +02:00
disk.h block_session: turn 'Connection' into template 2019-05-06 16:15:25 +02:00
guest_memory.h seoul: use vm_session interface 2019-05-06 16:15:26 +02:00
keyboard.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
keyboard.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
mono.tff ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
network.cc seoul: adjust Intel network model to recent VM 2018-03-27 13:44:26 +02:00
network.h seoul: support g++ -Weffc++ option 2018-03-27 13:43:10 +02:00
README ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
state.cc seoul: use vm_session interface 2019-05-06 16:15:26 +02:00
state.h seoul: use vm_session interface 2019-05-06 16:15:26 +02:00
synced_motherboard.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
target.mk seoul: use vm_session interface 2019-05-06 16:15:26 +02:00
user_env.cc seoul: use vm_session interface 2019-05-06 16:15:26 +02:00

Vancouver is a virtual machine monitor specifically developed for the use with
the NOVA hypervisor. It virtualizes 32bit x86 PC hardware including various
peripherals. The combination of NOVA and Vancouver is described in the
following paper by Udo Steinberg and Bernhard Kauer:

[http://os.inf.tu-dresden.de/papers_ps/steinberg_eurosys2010.pdf - NOVA: A Microhypervisor-Based Secure Virtualization Architecture]

The official project website is [http://hypervisor.org].