x86/virt: KVM: Move "disable SVM" helper into KVM SVM
authorSean Christopherson <seanjc@google.com>
Fri, 21 Jul 2023 20:18:56 +0000 (13:18 -0700)
committerSean Christopherson <seanjc@google.com>
Thu, 3 Aug 2023 22:37:15 +0000 (15:37 -0700)
commit76ab8161083bfd0ae4de9b93e68d639da6e1c726
treee6b198967ae16431bf8fa890ed4f178a3af9dfff
parentf9a8866040fcf8672f20c67e07e67ba5a00caba4
x86/virt: KVM: Move "disable SVM" helper into KVM SVM

Move cpu_svm_disable() into KVM proper now that all hardware
virtualization management is routed through KVM.  Remove the now-empty
virtext.h.

No functional change intended.

Reviewed-by: Kai Huang <kai.huang@intel.com>
Link: https://lore.kernel.org/r/20230721201859.2307736-17-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/include/asm/virtext.h [deleted file]
arch/x86/kvm/svm/svm.c