nova: update kernel (fixes endless loop)

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
This commit is contained in:
Alexander Boettcher 2015-03-05 14:02:03 +01:00 committed by Christian Helmuth
parent d6f9725548
commit 3279346f80
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
6425874c3de23cd3cd5ab08a9273b60aebbd1b80
7b061888d5ff7417ee1f24eab2d06136e83d720d

View File

@ -4,7 +4,7 @@ DOWNLOADS := nova.git
URL(nova) := https://github.com/alex-ab/NOVA.git
# r8 branch
REV(nova) := d82533c18bdae96c036c900c7adf431ec7efc377
REV(nova) := 27392e1d28c5a4550f71ddda449779e071e86546
DIR(nova) := src/kernel/nova
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)