nova: handle invalid SVM exit correctly

With issue #4391 a regression was introduced, which makes VMs on AMD SVM non
working.
This commit is contained in:
Alexander Boettcher
2022-04-24 15:52:01 +02:00
committed by Christian Helmuth
parent 0d163915d0
commit 240ec72086
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
7208e091c7694c61247427715d0abef7ba8d78e3
36430efef054479ea2cc06f2052a85a09e9bf232

View File

@@ -4,7 +4,7 @@ DOWNLOADS := nova.git
# r10 branch
URL(nova) := https://github.com/alex-ab/NOVA.git
REV(nova) := 1c6acf0af8256036cdea023576e2cb0e30e7d69c
REV(nova) := d7804f2125ad9ba1b86ad983261f72bdc1c0cfe7
DIR(nova) := src/kernel/nova
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))