mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-04 02:01:53 +00:00
2208220c12
This patch modernizes the 'Block::Session::info' interface. Instead of using out parameters, the 'init' RPC function returns a compound 'Info' object now. The rather complicated 'Operations' struct is replaced by a 'writeable' attribute in the 'Info' object. Fixes #3275
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].