]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: allow L1 to not intercept triple fault
authorMaxim Levitsky <mlevitsk@redhat.com>
Thu, 3 Nov 2022 14:13:49 +0000 (16:13 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Nov 2022 16:39:59 +0000 (11:39 -0500)
commite2c5b8cfd8ee120cf00d7a12ced045720baafaf8
tree30057856336848e6db6025574cfb595d6c1b188a
parentae15cb4f1cd939b971e0485ea481278094d99e7d
KVM: x86: allow L1 to not intercept triple fault

This is SVM correctness fix - although a sane L1 would intercept
SHUTDOWN event, it doesn't have to, so we have to honour this.

Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20221103141351.50662-8-mlevitsk@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/nested.c
arch/x86/kvm/vmx/nested.c
arch/x86/kvm/x86.c