mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-27 14:49:31 +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