On Wed, 2023-12-13 at 12:13 -0800, Dave Hansen wrote:
On 12/13/23 12:11, Huang, Kai wrote:
quoted
quoted
"The machine-check exception handler is expected to be implemented in the
VMM."
I also agree. Thanks.
Kai, could you please send a patch to fix this build problem that Arnd
reported?
Turns out INTEL_TDX_GUEST selects X86_MCE, I think we can also just select
X86_MCE for TDX host?
config INTEL_TDX_GUEST
bool "Intel TDX (Trust Domain Extensions) - Guest Support"
depends on X86_64 && CPU_SUP_INTEL
...
select X86_MCE