KVM: VMX: Rename ops.h to vmx_ops.h
authorSean Christopherson <sean.j.christopherson@intel.com>
Wed, 23 Sep 2020 18:31:12 +0000 (11:31 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Sep 2020 11:57:38 +0000 (07:57 -0400)
commit5a085326d51d0c92bc5c1f62d60dcf3db450af69
treec14d9e4a1fe5bab81a175c086929464a77714320
parent8888cdd0996c2d51cd417f9a60a282c034f3fa28
KVM: VMX: Rename ops.h to vmx_ops.h

Rename ops.h to vmx_ops.h to allow adding a tdx_ops.h in the future
without causing massive confusion.

Trust Domain Extensions (TDX) is built on VMX, but KVM cannot directly
access the VMCS(es) for a TDX guest, thus TDX will need its own "ops"
implementation for wrapping the low level operations.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <20200923183112.3030-3-sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/ops.h [deleted file]
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/vmx/vmx.h
arch/x86/kvm/vmx/vmx_ops.h [new file with mode: 0644]