]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'kvm-x86-vmx-6.18' of https://github.com/kvm-x86/linux into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 30 Sep 2025 17:32:57 +0000 (13:32 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 30 Sep 2025 17:32:57 +0000 (13:32 -0400)
commit0f68fe44550cf165b7af5744617447ab038a89b5
tree8e5338508d96efebbbf281389b979ee2c7d7902c
parent5b0d0d85422df8dbfeb02fb248e61e4d60228842
parent510c47f165f0c1f0b57329a30a9a797795519831
Merge tag 'kvm-x86-vmx-6.18' of https://github.com/kvm-x86/linux into HEAD

KVM VMX changes for 6.18

 - Add read/write helpers for MSRs that need to be accessed with preemption
   disable to prepare for virtualizing FRED RSP0.

 - Fix a bug where KVM would return 0/success from __tdx_bringup() on error,
   i.e. where KVM would load with enable_tdx=true despite TDX not being usable.

 - Minor cleanups.
arch/x86/kvm/vmx/tdx.c
arch/x86/kvm/vmx/vmx.c