Re: [RFC v2-fix 1/1] x86/traps: Add #VE support for TDX guest
From: Andi Kleen
Date: Tue May 18 2021 - 12:00:57 EST
No APIC access either?
It's all X2APIC inside TDX which uses MSRs
Also, shouldn't we have at least a:
WARN_ON_ONCE(in_nmi());
if we don't expect (or handle well) #VE in NMIs?
We handle it perfectly fine. It's just not needed.
-Andi