Commit 5a085326 authored by Sean Christopherson's avatar Sean Christopherson Committed by Paolo Bonzini

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: default avatarSean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <20200923183112.3030-3-sean.j.christopherson@intel.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 8888cdd0
...@@ -56,7 +56,6 @@ ...@@ -56,7 +56,6 @@
#include "lapic.h" #include "lapic.h"
#include "mmu.h" #include "mmu.h"
#include "nested.h" #include "nested.h"
#include "ops.h"
#include "pmu.h" #include "pmu.h"
#include "trace.h" #include "trace.h"
#include "vmcs.h" #include "vmcs.h"
......
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
#include "capabilities.h" #include "capabilities.h"
#include "kvm_cache_regs.h" #include "kvm_cache_regs.h"
#include "ops.h"
#include "posted_intr.h" #include "posted_intr.h"
#include "vmcs.h" #include "vmcs.h"
#include "vmx_ops.h"
#include "cpuid.h" #include "cpuid.h"
extern const u32 vmx_msr_index[]; extern const u32 vmx_msr_index[];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment