genode/ports/src/vancouver
Alexander Boettcher a7235d2411 NOVA: Use Genode interfaces to bootstrap Vancouver
Since no kernel objects can be created anymore outside Genode::core,
the Vancouver port must be adjusted to use solely the Genode interfaces.

The Vcpu_dispatcher creates all portals via the cpu_session interface and
uses the feature to setup a specific receive window during a IPC (the
cap_session::alloc IPC) to place to be received/to be mapped capability
(virtualization exception portal) at the designed indexes.

The actual vCPU thread extends from a normal Genode::Thread and extends it
by specific vCPU requirements, which are a larger exception base window and
the need by Vancouver to place the SM and EC cap at indexes next to each other.

Fixes #316
2012-08-09 11:09:42 +02:00
..
service Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
boot_module_provider.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
device_model_registry.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
device_model_registry.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
main.cc NOVA: Use Genode interfaces to bootstrap Vancouver 2012-08-09 11:09:42 +02:00
nova_user_env.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
target.mk NOVA: Use Genode interfaces to bootstrap Vancouver 2012-08-09 11:09:42 +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].