Re: [PATCH] KVM: TDX: Remove always true ifdef
From: Sean Christopherson
Date: Mon Sep 21 2026 - 10:31:19 EST
On Wed, 26 Aug 2026 13:03:21 +0300, Nikolay Borisov wrote:
> CONFIG_KVM_INTEL_TDX depends on KVM_TDX_HOST, which in turn depends on
> CONFIG_X86_64. So it's guaranteed that any code under ifdef
> CONFIG_KVM_INTEL_TDX is also running under CONFIG_X86_64 being true,
> remove pointless ifdef guard.
>
>
Applied to kvm-x86 vmx, thanks!
[1/1] KVM: TDX: Remove always true ifdef
https://github.com/kvm-x86/linux/commit/363479c41f02
--
https://github.com/kvm-x86/linux/tree/next