nova: disable IOMMU fault reporting on-demand

if too many faults are caused by devices.

Fixes #2631
This commit is contained in:
Alexander Boettcher 2018-01-04 15:20:55 +01:00 committed by Norman Feske
parent df26dc07e9
commit 02d33e7b28
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
7fc9daed65562521d30b825b520f7761a93c5607
d6729d1669adce07fa0e393ce3f1928e0fa425ed

View File

@ -4,7 +4,7 @@ DOWNLOADS := nova.git
# r9 branch - use r9_debug for more verbose kernel messages
URL(nova) := https://github.com/alex-ab/NOVA.git
REV(nova) := 4911bb0693b62c738e3b542b65f9821e9cdc5f72
REV(nova) := ef4b2877eb34b541d76a86810520369bdbd9d258
DIR(nova) := src/kernel/nova
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))