genode/repos/ports/src/app/seoul
Norman Feske e5f27b44b5 block_session: turn 'Connection' into template
As a preparatory step for introducing the new block-client API, we have
to turn the 'Block::Connection' into a class template. The template
argument will be used to tie an application-defined job type to the
block connection.

Issue #3283
2019-05-06 16:15:25 +02:00
..
include/service Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
spec seoul: support g++ -Weffc++ option 2018-03-27 13:43:10 +02:00
boot_module_provider.h Streamline exception types 2017-05-31 13:16:07 +02:00
console.cc seoul: use nitpicker session 2019-04-01 19:33:50 +02:00
console.h seoul: use nitpicker session 2019-04-01 19:33:50 +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 block_session: turn 'Connection' into template 2019-05-06 16:15:25 +02:00
disk.h block_session: turn 'Connection' into template 2019-05-06 16:15:25 +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
main.cc seoul: use nitpicker session 2019-04-01 19:33:50 +02: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
nova_user_env.cc base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
README ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
synced_motherboard.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
target.inc Add missing override annotations 2019-02-19 11:12:11 +01: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].