mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
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:
parent
d6f9725548
commit
3279346f80
@ -1 +1 @@
|
||||
6425874c3de23cd3cd5ab08a9273b60aebbd1b80
|
||||
7b061888d5ff7417ee1f24eab2d06136e83d720d
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user