mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-01 19:46:45 +00:00
3279346f80
If running multiple VBox VMMs with Windows as guest concurrently then it may happen that the system seem to hang. It turned out that actually a VM-exit storm (vmx_exception->handle_exc_nm) causes a endless loop between kernel and vCPU. Nothing gets scheduled nor interrupts are received anymore. The referenced kernel commit fixes this issue. Issue #1343 |
||
---|---|---|
.. | ||
doc | ||
etc | ||
include | ||
lib/mk | ||
mk | ||
patches | ||
ports | ||
run | ||
src | ||
Makefile | ||
README |
This repository contains the port of Genode to the NOVA microhypervisor. For more information on this base platform, please refer to the official website. :[http://hypervisor.org]: Official website for the NOVA microhypervisor. For information on using Genode on NOVA, please revisit the documentation at 'base-nova/doc/nova.txt':